tpws: block connections to ::ffff:127.0.0.0/104

This commit is contained in:
bol-van
2021-03-19 11:33:42 +03:00
parent 94405e89c3
commit 5e1adaa348
11 changed files with 5 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ uint16_t saport(const struct sockaddr *sa);
// true = was converted
bool saconvmapped(struct sockaddr_storage *a);
bool is_localnet(const struct sockaddr_in *a);
bool is_localnet(const struct sockaddr *a);
bool is_linklocal(const struct sockaddr_in6* a);
bool is_private6(const struct sockaddr_in6* a);