Fixed connecting to blocked addresses

This commit is contained in:
M66B 2018-09-11 15:07:34 +00:00
parent 01e4236481
commit f7645a4326
1 changed files with 0 additions and 2 deletions

View File

@ -315,8 +315,6 @@ void handle_ip(const struct arguments *args,
} else {
if (protocol == IPPROTO_UDP)
block_udp(args, pkt, length, payload, uid);
if (protocol == IPPROTO_TCP)
handle_tcp(args, pkt, length, payload, uid, allowed, redirect, epoll_fd);
log_android(ANDROID_LOG_WARN, "Address v%d p%d %s/%u syn %d not allowed",
version, protocol, dest, dport, syn);