Hi all,
I'm just trying to quickly set up the following
request -> squid HTTPS proxy ->sshuttle -> Internet
The middle two should be on the same box.
sshuttle I think messes around with the IP tables, and so does Squid?
https://github.com/apenwarr/sshuttle
At the moment I get squid up and running fine but when I execute:
sshuttle -r
user...@example.com --dns 0/0
I am unable to connect from my client, but can again when I turn it off.
Any ideas?
Adam