mirror of
https://github.com/bol-van/zapret.git
synced 2025-12-19 22:18:13 +03:00
tpws: deny connections to 0.0.0.0
This commit is contained in:
@@ -842,7 +842,7 @@ static bool handle_proxy_mode(tproxy_conn_t *conn, struct tailhead *conn_list)
|
||||
}
|
||||
if (params.debug>=2)
|
||||
{
|
||||
printf("socks5 hostname resolved to : \n");
|
||||
printf("socks5 hostname resolved to :\n");
|
||||
print_addrinfo(ai);
|
||||
}
|
||||
memcpy(&ss,ai->ai_addr,ai->ai_addrlen);
|
||||
|
||||
Reference in New Issue
Block a user