mirror of https://github.com/ValdikSS/GoodbyeDPI
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
124 B
2 lines
124 B
int blackwhitelist_load_list(const char *filename);
|
|
int blackwhitelist_check_hostname(const char *host_addr, int host_len);
|
|
|