From 132bec6eaab8fba7ba93deb2f5447e2011c4bc19 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Tue, 28 Jan 2025 15:23:28 -0500 Subject: [PATCH] document setting update timers for RID and TGID ACL rules to zero, to prevent local updats from erasing FNE pushed rules if the update timings weren't perfectly aligned; --- configs/config.example.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/config.example.yml b/configs/config.example.yml index a7495665..7609de15 100644 --- a/configs/config.example.yml +++ b/configs/config.example.yml @@ -645,6 +645,8 @@ system: # Full path to the RID ACL file. file: rid_acl.dat # Amount of time between updates of RID ACL file. (minutes) + # NOTE: If utilizing purely FNE pushed RID ACL rules, this update time should be set to 0 to prevent + # FNE rules from becoming erased. time: 2 # Flag indicating whether or not RID ACLs are enforced. acl: false @@ -656,6 +658,8 @@ system: # Full path to the talkgroup rules file. file: talkgroup_rules.yml # Amount of time between updates of talkgroup rules file. (minutes) + # NOTE: If utilizing purely FNE pushed talkgroup rules, this update time should be set to 0 to prevent + # FNE rules from becoming erased. time: 2 # Flag indicating whether or not TGID ACLs are enforced. acl: false