-
Notifications
You must be signed in to change notification settings - Fork 87
Outstanding issues & Fix
Ricky Zhang edited this page Jun 19, 2022
·
1 revision
Please use my customized version tsocks here.. In Mac OS, it overrides BSD function related to DNS. It works well in Intel Mac and even Apple Silicon Mac.
For firefox, you need to go to URL type about:config
, set flag network.proxy.socks_remote_dns
is true
.
I confirmed that tethering works in Mavericks command line, if you provide proxy settings:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --proxy-server="socks5://192.168.1.3:1080"
The socks proxy only work for TCP protocol. Any apps like Skype or game communicate through UDP won't work.