comment suggestion for people that don't read the full file
This commit is contained in:
parent
1bb24b443c
commit
418af00152
@ -69,7 +69,7 @@ streams:
|
|||||||
after: 48h
|
after: 48h
|
||||||
# let's say reaction is quitting. does it run all those pending commands which had an `after` duration set?
|
# let's say reaction is quitting. does it run all those pending commands which had an `after` duration set?
|
||||||
# if you want reaction to run those pending commands before exiting, you can set this:
|
# if you want reaction to run those pending commands before exiting, you can set this:
|
||||||
onexit: true
|
# onexit: true
|
||||||
# (defaults to false)
|
# (defaults to false)
|
||||||
# here it is not useful because we will flush and delete the chain containing the bans anyway
|
# here it is not useful because we will flush and delete the chain containing the bans anyway
|
||||||
# (with the stop commands)
|
# (with the stop commands)
|
||||||
|
@ -79,7 +79,7 @@ local iptables(args) = ['ip46tables', '-w'] + args;
|
|||||||
after: '48h',
|
after: '48h',
|
||||||
// let's say reaction is quitting. does it run all those pending commands which had an `after` duration set?
|
// let's say reaction is quitting. does it run all those pending commands which had an `after` duration set?
|
||||||
// if you want reaction to run those pending commands before exiting, you can set this:
|
// if you want reaction to run those pending commands before exiting, you can set this:
|
||||||
onexit: true,
|
// onexit: true,
|
||||||
// (defaults to false)
|
// (defaults to false)
|
||||||
// here it is not useful because we will flush and delete the chain containing the bans anyway
|
// here it is not useful because we will flush and delete the chain containing the bans anyway
|
||||||
// (with the stop commands)
|
// (with the stop commands)
|
||||||
|
Loading…
Reference in New Issue
Block a user