1
0
Fork 0
mirror of https://github.com/yarrick/iodine.git synced 2025-04-07 11:07:03 +00:00
This commit is contained in:
Julian Kranz 2012-01-26 23:35:34 +01:00 committed by Barak A. Pearlmutter
parent a487729008
commit a1736ba15a

View file

@ -1654,10 +1654,8 @@ tunnel_dns(int tun_fd, int dns_fd, int bind_fd)
if (domain_len >= 1 && q.name[domain_len - 1] != '.')
inside_topdomain = 0;
/**
* Todo: Fix v6
*/
if (inside_topdomain || 1) {
if (inside_topdomain) {
/* This is a query we can handle */
/* Handle A-type query for ns.topdomain, possibly caused