chetan51 / sidestep

A Mac OS X application that automatically secures your Internet connection in unprotected wireless networks through SSH tunneling.
http://chetansurpur.com/projects/sidestep
MIT License
282 stars 32 forks source link

Additional local subnets #30

Closed mdesjardins closed 13 years ago

mdesjardins commented 13 years ago

Hi there!

This is my very first pull request on github, so please forgive me if I'm not following proper etiquette! :)

I love Sidestep - I made a very small change to it... I noticed while doing some local development that connecting to localhost: wasn't working, so I made a tweak to scripts/TurnProxyOn.sh to bypass a few more addresses:

networksetup -setproxybypassdomains $DEVICENAME *.local localhost 127.0.0.1 169.254/16 192.168/16 172.16.0.0/12 10.0.0.0/8

.mike

chetan51 commented 13 years ago

Thanks a lot! I'll release an update soon.

hrp commented 12 years ago

Any thoughts on making this configurable?

I use a SOCKS proxy as a cheap VPN and want to forward 10.0.0.* to the remote network (intranet).