This is just a worknote about installing and configurating SOCKS5.
first, use the ports and get distfile.
make install
man:
socks5
socks5.passwd(5)
socks5.conf(5)
edit /usr/local/etc/socks5.conf:
auth – – u
#socks5 – – proxy-list
permit u – – – – –
edit /usr/local/etc/socks5.passwd:
account password
edit /etc/inetd.conf
socks stream tcp nowait root /usr/local/bin/socks5 socks5 -i
kill -HUP `cat /var/run/inetd.pid`
test it.