Last active
September 28, 2018 17:58
-
-
Save enilsen16/1948623f08baa928049f to your computer and use it in GitHub Desktop.
Revisions
-
Erik Nilsen created this gist
Jan 14, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ #!/bin/bash INTERFACE=Wi-Fi networksetup -setsocksfirewallproxy $INTERFACE 127.0.0.1 9050 off networksetup -setsocksfirewallproxystate $INTERFACE on tor networksetup -setsocksfirewallproxystate $INTERFACE off