diff options
Diffstat (limited to 'src/dns.cpp')
-rw-r--r-- | src/dns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns.cpp b/src/dns.cpp index 2c4cd807b..852c9282e 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -482,7 +482,7 @@ void DNS::MakeIP6Int(char* query, const in6_addr *ip) *query++ = hex[(ip->s6_addr[index] & 0xF0) >> 4]; *query++ = '.'; /* Seperator */ } - strcpy(query,"ip6.int"); /* Suffix the string */ + strcpy(query,"ip6.arpa"); /* Suffix the string */ } /* Return the next id which is ready, and the result attached to it */ |