eggheads / eggdrop

The Eggdrop IRC Bot
GNU General Public License v2.0
507 stars 84 forks source link

Eggdrop attempts to resolve 127.1 as a hostname #926

Open vanosg opened 4 years ago

vanosg commented 4 years ago
[04:48:29] Lost connection while resolving hostname [127.0.0.1/46773]
[04:48:29] net: eof!(read) socket 15
[04:48:29] Lost connection while resolving hostname [127.0.0.1/52119]
[04:48:34] DNS Resolver: Resend #3 for "PTR" query...
[04:48:34] DNS Resolver: Sent domain lookup request for "127.0.0.1".
[04:48:34] DNS Resolver error: Nameserver packet truncated.
[04:48:49] DNS Resolver: "PTR" query timed out.
[04:48:49] DNS Resolver: Lookup failed.
[04:48:49] DNS resolve failed for 127.0.0.1

This doesn't look right... (dns module loaded)

michaelortmann commented 4 years ago

701 will fix this.

michaelortmann commented 3 years ago

Geo: Can you please check the status of this PR?