From 418af001525c73dc885844994c87ae249ee4d49d Mon Sep 17 00:00:00 2001 From: ppom <> Date: Fri, 24 Nov 2023 12:00:00 +0100 Subject: [PATCH] comment suggestion for people that don't read the full file --- app/example.yml | 2 +- config/example.jsonnet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)