Skip to content

Instantly share code, notes, and snippets.

View wolfhammer's full-sized avatar

Anthony Bennett wolfhammer

  • Brown Paper Tickets
View GitHub Profile
#
# "Wi-Fi" is the name of your internet service. View your OS X
# network settings to see a list of your services.
#
work-proxy () {
if [ "$1" == 'off' ]; then
networksetup -setsocksfirewallproxystate "Wi-Fi" off
kill $(ps aux | grep '[s]sh -Nf -D 7070 user@proxy.work.com' | awk '{print $2}')
else
ssh -Nf -D 7070 user@proxy.work.com