comment suggestion for people that don't read the full file

This commit is contained in:
ppom 2023-11-24 12:00:00 +01:00
parent 1bb24b443c
commit 418af00152
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ streams:
after: 48h
# 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:
onexit: true
# onexit: true
# (defaults to false)
# here it is not useful because we will flush and delete the chain containing the bans anyway
# (with the stop commands)

View File

@ -79,7 +79,7 @@ local iptables(args) = ['ip46tables', '-w'] + args;
after: '48h',
// 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:
onexit: true,
// onexit: true,
// (defaults to false)
// here it is not useful because we will flush and delete the chain containing the bans anyway
// (with the stop commands)