[Tor-BSD] Tor exit notice on Port 9030
pa011
pa011 at web.de
Fri Jan 6 18:31:49 EST 2017
Am 06.01.2017 um 17:03 schrieb diffusae:
> Hi!
>
> I only can confirm, if you have the DirPort on 80, that the exit-notices
> is shown. Normally this should also work on higher ports.
>
> I don't know any tricks to get this working.
>
Okay for all these coming people who want to swap over from Linux-world to broaden the BSD part of Tor and who had no firewall in place - here is my solution:
nano rc.conf
pf_enable="YES"
pf_rules="/etc/pf.conf"
pflog_enable="YES"
nano pf.conf
rdr on re0 proto tcp from any to any port 80 -> 127.0.0.1 port 9030
service pf start
service pflog start
More information about the Tor-BSD
mailing list