-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathipset.confd
More file actions
23 lines (18 loc) · 737 Bytes
/
ipset.confd
File metadata and controls
23 lines (18 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# /etc/conf.d/ipset
# Location in which ipset initscript will save set rules on
# service shutdown
IPSET_SAVE="/var/lib/ipset/rules-save"
# Save state on stopping ipset
SAVE_ON_STOP="yes"
# If you need to log iptables messages as soon as iptables starts,
# AND your logger does NOT depend on the network, then you may wish
# to uncomment the next line.
# If your logger depends on the network, and you uncomment this line
# you will create an unresolvable circular dependency during startup.
# After commenting or uncommenting this line, you must run 'rc-update -u'.
#rc_use="logger"
# Auto manage iptables rules
IPT_MANAGE="yes"
# enable iptables logging (will also trigger PSAD)
IPT_LOGS="no"
IPTABLES_LOG_PREFIX="IPSET BLOCKED"