Fixed allowed DNS TCP

This commit is contained in:
M66B 2019-04-19 11:46:58 +02:00
parent 12f34cb0dd
commit 7fdb9c26c3
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ void handle_ip(const struct arguments *args,
struct allowed *redirect = NULL;
if (protocol == IPPROTO_UDP && has_udp_session(args, pkt, payload))
allowed = 1; // could be a lingering/blocked session
else if (protocol == IPPROTO_TCP && (!syn || dport != 53))
else if (protocol == IPPROTO_TCP && (!syn || (uid == 0 && dport == 53)))
allowed = 1; // assume existing session
else {
jobject objPacket = create_packet(