Sunday, October 27, 2019

Dante proxy in openbsd 6.5

Hey!

Dante has been recently upgraded and since upgrading from 6.4 to 6.5 dante now wants to know which user it is suppose to be runned as,

The new part is
"user.privileged:
user.unprivileged", is anyone running dante as a proxy server on 6.5 and has figured this out ? For me i can not run it with the same privs as the user, dante just dies without anymessage (even doe i run it with the verbose flag)

cat sockd2.conf | grep -v \#
internal: em0
port = 1080
external: em0
socksmethod: none
user.privileged: currentuser
user.unprivileged: currentuser
client pass { from: 0.0.0.0/0 port 1-65535 to: 0.0.0.0/0 log: connect disconnect error }
socks pass { from: 0.0.0.0/0 to: 0.0.0.0/0 log: connect error }

$ sockd -V -f sockd2.conf
just dies



Thanks!

Ciao
flipchan

No comments:

Post a Comment