Skip to content

Commit

Permalink
document setting update timers for RID and TGID ACL rules to zero, to…
Browse files Browse the repository at this point in the history
… prevent local updats from erasing FNE pushed rules if the update timings weren't perfectly aligned;
  • Loading branch information
gatekeep committed Jan 28, 2025
1 parent 23e0156 commit 132bec6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 132bec6

Please sign in to comment.