ipset: additional lists

This commit is contained in:
bol-van
2022-03-17 09:55:31 +03:00
parent 9be1551f5d
commit 3536dd45d7
5 changed files with 40 additions and 8 deletions

2
config
View File

@@ -9,7 +9,7 @@
# options for ipsets
# maximum number of elements in sets. also used for nft sets
SET_MAXELEM=262144
SET_MAXELEM=522288
# too low hashsize can cause memory allocation errors on low RAM systems , even if RAM is enough
# too large hashsize will waste lots of RAM
IPSET_OPT="hashsize 262144 maxelem $SET_MAXELEM"