diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/dns.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dns.cpp b/src/dns.cpp index d25a5e102..d01135a12 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -242,6 +242,10 @@ DNS::DNS(InspIRCd* Instance) : ServerInstance(Instance) */ currid = 0; + /* By default we're not munging ip's + */ + ip6munge = false; + /* Clear the namesever address */ memset(&myserver,0,sizeof(insp_inaddr)); |