Hi,
due to some recent changes on the tor project website some URLs in the default tor-exit-notice html file that many exit operators use result in 404s.
To prevent 404 simply add "2019." at the beginning of the URLs.
If you are using ansible-relayor this is fixed in v19.1.5 (released on 2019-04-06). and rerunning the playbook should fix it for you unless you use a custom file via 'tor_exit_notice_file'.
upstream: https://trac.torproject.org/projects/tor/ticket/30052
On 4/6/19 9:17 AM, nusenu wrote:
upstream: https://trac.torproject.org/projects/tor/ticket/30052
I do not understood " the fix is easy: just add 2019. at the beginning of the domain." there :-/
Toralf Förster:
On 4/6/19 9:17 AM, nusenu wrote:
upstream: https://trac.torproject.org/projects/tor/ticket/30052
I do not understood " the fix is easy: just add 2019. at the beginning of the domain." there :-/
Let me show it with an example:
www.torproject.org becomes: 2019.www.torproject.org
On 4/7/19 12:58 PM, Toralf Förster wrote:
On 4/7/19 12:33 PM, nusenu wrote:
www.torproject.org becomes: 2019.www.torproject.org
Ah thx - so the FQDN was meant.
And this should made it:
sed -i -e 's/www.torpr/2019.www.torpr/g' tor-exit-notice_DE.html
?
Am 07.04.2019 13:00, schrieb Toralf Förster:
....... tor-exit-notice_DE.html
I did not know the translations yet. Thank you!
If someone else is looking for: https://github.com/chgans/tor-exit-notice
Grüße aus Bonn ;-)
tor-relays@lists.torproject.org