
13 Mar
2020
13 Mar
'20
10:17 a.m.
12.03.2020, 23:36, "Sean Greenslade" <sean@seangreenslade.com>:
What are the contents of /etc/resolv.conf ?
127.0.0.1 ::1
That's the problem. The format of resolv.conf requires the string "nameserver" before each ip. Try something like this:
# Up to three nameserver lines are allowed. nameserver 127.0.0.1 nameserver ::1 #nameserver <optional backup server>
--Sean
_______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
С уважением, Станислав that’s exactly what it says, I simply shortened and did not write the word nameserver