Re: [tor-relays] HOWTO: deliver tor-exit-notice_DE.html over ipv6 port 80 too

2015-05-21 Thread Toralf Förster
On 05/21/2015 06:45 PM, Toralf Förster wrote: > nice python ~/ipv6-httpd.py 1>./log 2>&1 Gah - and of course never ever use this crap which just gives a nifty DDoS flank - therefore change this line to : nice python2 ~/ipv6-httpd.py >& /dev/null -- Toralf pgp key: 7B1A 07F4 EC82 0F90 D4C2 893

[tor-relays] HOWTO: deliver tor-exit-notice_DE.html over ipv6 port 80 too

2015-05-21 Thread Toralf Förster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 B/c ipv6 of Tor implements currently no DirPort I copied+pasted together the following solution to deliver a Tor exit notice over HTTP port of ipv6 too : The python snippet runs under a non-privileged user w/o login shell : $ cat ipv6-httpd.py i