Live data from Hacker News

Transparent proxy server that works as a poor man's VPN

github.com

1–10 of 25 posts

Re: Transparent proxy server that works as a poor man's VPN

#6
Just use Shadowsocks, unless you're on iOS, in which case use PPTP. These both work reliably for me, and with the latest versions of OSX.

If you need something more resistant to DPI, check out stunnel or obfsproxy as carriers for OpenVPN. Switch ports regularly as well. You needn't change server config to do this: just use iptables to forward stuff so your server's stunnel daemon is listening on hundreds of ports.

Re: Transparent proxy server that works as a poor man's VPN

#8

Just use Shadowsocks, unless you're on iOS, in which case use PPTP. These both work reliably for me, and with the latest versions of OSX. If you need something more resistant to DPI, check out stunnel or obfsproxy as carriers for OpenVPN. Switch ports regularly as well. You needn't change server config to do this: just use iptables to forward stuff so your server's stunnel daemon is listening on hundreds of ports.

One of the primary use cases, as described on the main page linked, is for systems where you aren't an admin of the remote system, and thus can't use iptables as you describe.

Re: Transparent proxy server that works as a poor man's VPN

#9
post #3
post #2

Been using this for years, can be a little weird at times but usually works fairly well, even on OS X.

Doesn't work on Yosemite!

If I remember correctly it does but you have to modify kernel setting of some description to make it work.

EDIT: Appears this fork does support Yosemite, it's even installable via Homebrew.

Post reply on HN