diff --git a/app/example.yml b/app/example.yml index 97c0ce7..cf2d36e 100644 --- a/app/example.yml +++ b/app/example.yml @@ -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) diff --git a/config/example.jsonnet b/config/example.jsonnet index 1863889..6c20c6d 100644 --- a/config/example.jsonnet +++ b/config/example.jsonnet @@ -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)