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:
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