mirror of
https://github.com/bol-van/zapret.git
synced 2026-02-01 15:20:39 +03:00
tpws: multi-strategy
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "pools.h"
|
||||
#include "params.h"
|
||||
|
||||
bool AppendHostList(strpool **hostlist, char *filename);
|
||||
bool LoadHostLists(strpool **hostlist, struct str_list_head *file_list);
|
||||
@@ -10,4 +11,4 @@ bool LoadExcludeHostLists();
|
||||
bool NonEmptyHostlist(strpool **hostlist);
|
||||
bool SearchHostList(strpool *hostlist, const char *host);
|
||||
// return : true = apply fooling, false = do not apply
|
||||
bool HostlistCheck(const char *host, bool *excluded);
|
||||
bool HostlistCheck(struct desync_profile *dp,const char *host, bool *excluded);
|
||||
Reference in New Issue
Block a user