summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main2.c b/main2.c
index f661ec9..cbfe2c8 100644
--- a/main2.c
+++ b/main2.c
@@ -1085,6 +1085,8 @@ static int start_unpack_packet_no_epl(int fd, void* reserved, struct socks5_sess
socks5_send_connstate(fd, 3, next_req->atyp, next_req->dest,
next_req->port);
}
+ } else if (buf[3] == 4) {
+ log_info("ipv6 conn requested");
}
}
}while (ret != 0);