diff options
Diffstat (limited to 'src/dns.cpp')
-rw-r--r-- | src/dns.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dns.cpp b/src/dns.cpp index 8a274577e..1918053b5 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -338,6 +338,8 @@ void DNS::Rehash() this->ip6munge = true; } + printf("dns server: %s\n", ServerInstance->Config->DNSServer); + this->socketfamily = AF_INET; #ifdef IPV6 if (strchr(ServerInstance->Config->DNSServer,':')) |