[tor-relays] empty exit policy if ipv6 address is not surrounded by [..]

2018-04-07 Thread Toralf Förster
Hi atagar, ./run_nyx gives an empty exit policy: line in that case - is this bug or a feature? :-) Example for a wrong line: ExitPolicy reject6 /32 Good is ExitPolicy reject6 []/32 Tested with latest stem and nyx Git trees. -- Toralf PGP C4EACDDE 0076E94E

Re: [tor-relays] Estimation of bridge traffic / Bridge or relay needed?

2018-04-07 Thread Grander Marizan
How can I unsubscribe from this mailing list? -Original Message- From: tor-relays [mailto:tor-relays-boun...@lists.torproject.org] On Behalf Of Roger Dingledine Sent: Monday, April 2, 2018 3:36 AM To: tor-relays@lists.torproject.org Subject: Re: [tor-relays] Estimation of bridge traffic

Re: [tor-relays] Estimation of bridge traffic / Bridge or relay needed?

2018-04-07 Thread mick
On Sat, 7 Apr 2018 09:54:46 -0400 "Grander Marizan" allegedly wrote: > How can I unsubscribe from this mailing list? > Read the email. Scroll to the bottom and you will see a link to list subscription instructions. Viz: https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays Mick --

Re: [tor-relays] empty exit policy if ipv6 address is not surrounded by [..]

2018-04-07 Thread Damian Johnson
Thanks Toralf. Took a quick peek but this is gonna require more thought. Tor's IPv6 addrspec states that policies should have brackets... https://gitweb.torproject.org/torspec.git/tree/dir-spec.txt#n1282 ... but the torrc is looser... https://www.torproject.org/docs/tor-manual.html.en#ExitPolicy