On Fri, 13 Mar 2020 13:17:48 +0300 Станислав armik900@gmail.com wrote:
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 _______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
Post the entire file without shortening or removing any line. If it complains about parse error, there must be something wrong in it, but you don't notice or don't think it is wrong. People on the mailing list can check if it's ok, but again only if you post the entire file (copy-paste or attach).