Setting up dante socks server
- by skerit
I want to tunnel all my internet traffic through my vps, so I'm trying to install a proxy server.
However: I can't seem to browse the internet through Dante. I get the ERR_EMPTY_RESPONSE error.
This is my config:
logoutput: stderr /home/user/dantelog
internal: eth1 port=1080
external: eth1
method: username pam
user.privileged: proxy
user.notprivileged: nobody
user.libwrap: nobody
client pass {
from: 10.0.0.0/8 port 1-65535 to: 0.0.0.0/0
}
Do I really have to run 2 proxy servers: one for http and one for socks?
or is there something else I can do?