-
-
Save rraallvv/b023061dffaa239f8260b659defd550e to your computer and use it in GitHub Desktop.
Enable/Disable Tor
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 characters
#!/bin/bash | |
INTERFACE=Wi-Fi | |
networksetup -setsocksfirewallproxy $INTERFACE 127.0.0.1 9050 off | |
networksetup -setsocksfirewallproxystate $INTERFACE on | |
tor | |
networksetup -setsocksfirewallproxystate $INTERFACE off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment