stefanwinter Posted April 19, 2013 Posted April 19, 2013 Dear Alfred community! I really need your help and I hope I don't annoy anybody out there, by making a request. Could somebody make a workflow, that enables/disables the Proxy settings? I would really appreciate if somebody helps me out! Thanks Stefan
ctwise Posted April 19, 2013 Posted April 19, 2013 Dear Alfred community! I really need your help and I hope I don't annoy anybody out there, by making a request. Could somebody make a workflow, that enables/disables the Proxy settings? I would really appreciate if somebody helps me out! Thanks Stefan Create a workflow with keyword or hot key trigger and connect it to an AppleScript: do shell script "sudo networksetup -setwebproxystate airport off" with administrator privileges That will turn the proxy _off_ for the airport network interface (WiFi). Replace the 'airport off' with 'airport on' for a script that will turn the proxy back on. You will get an OS/X login box to authenticate when it runs.
stefanwinter Posted April 19, 2013 Author Posted April 19, 2013 Thanks, the command works fine! However, is it somehow possible just to use that command for http and https?
DJay Posted July 26, 2013 Posted July 26, 2013 On my iMac (on Wi-Fi Network Settings) and Safari I want to use a Autom. Proxy-Config. http://mediahint.com/default.pac so that I can use netflix.com hulu.com pandora.com. Im in Germany. It works great, but I'm worried to have all my traffic over the proxy. Is there a way with an Alfred Script to switch easy the Autom. Proxy-Config on / off? Thanks in advance for your help and reply.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now