mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
9 lines
375 B
INI
9 lines
375 B
INI
# Lists all the plugins, or jobs, and whether they are enabled or not. Each
|
|
# section name must correspond to a plugin name in the plugins dir.
|
|
[sample_log]
|
|
enabled = True
|
|
|
|
[iptables]
|
|
enabled = True
|
|
command_mac = iptables -t mangle -D internet -m mac --mac-source "{mac_address}" -j RETURN
|
|
command_ip = iptables -t mangle -D internet -m tcp --source "{ip_address}" -j RETURN
|