diff options
author | Andrey Nazarov <skuller@skuller.net> | 2010-09-07 17:20:02 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2010-09-07 17:20:02 +0000 |
commit | 648441f3eaa66a640e2372c7bfda4dc3bba487e4 (patch) | |
tree | b76dd6c96f8cf87629ab908ec0fc4258ced380f9 /source/sv_local.h | |
parent | 8f76ac32949a283e000b27f6acd4359aa5de1806 (diff) |
Added ‘(add|del|list)blackhole(s)’ commands for ignoring connectionless packets from IP blocks.
Diffstat (limited to 'source/sv_local.h')
-rw-r--r-- | source/sv_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/sv_local.h b/source/sv_local.h index 18e9287..04f127b 100644 --- a/source/sv_local.h +++ b/source/sv_local.h @@ -391,6 +391,7 @@ typedef struct server_static_s { extern list_t sv_masterlist; // address of the master server extern list_t sv_banlist; +extern list_t sv_blacklist; extern list_t sv_cmdlist_connect; extern list_t sv_cmdlist_begin; extern list_t sv_filterlist; |