mirror of
https://github.com/yarrick/iodine.git
synced 2025-04-07 11:07:03 +00:00
---
This commit is contained in:
parent
a487729008
commit
a1736ba15a
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue