tpws: fixed ipset and hostlist

This commit is contained in:
bol-van
2024-11-24 16:02:51 +03:00
parent 16a9e3f9c9
commit 422faaa29c
6 changed files with 283 additions and 114 deletions

View File

@@ -9,3 +9,4 @@ bool LoadAllIpsets();
bool IpsetCheck(const struct desync_profile *dp, const struct in_addr *ipv4, const struct in6_addr *ipv6);
struct ipset_file *RegisterIpset(struct desync_profile *dp, bool bExclude, const char *filename);
void IpsetsDebug();
bool AppendIpsetItem(ipset *ips, char *ip);