From fe002b270f94218bb2f3ec2cd3b4fa416d0dd0a8 Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Fri, 14 Jun 2024 12:31:11 -0400 Subject: [PATCH] minor cleanups; --- configs/fne-config.example.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/configs/fne-config.example.yml b/configs/fne-config.example.yml index 16d5f026..e4b3447c 100644 --- a/configs/fne-config.example.yml +++ b/configs/fne-config.example.yml @@ -207,12 +207,15 @@ system: # Amount of time between updates of Radio ID ACL file. (minutes) time: 2 + # # Peer whitelist and blacklist configuration + # peer_acl: + # Flag indicating whether or not the peer ACLs are enabled. enabled: true - # whitelist or blacklist + # Peer ACL mode: whitelist or blacklist mode: whitelist - # Full path to the White/Blacklist file. + # Full path to the white/blacklist file. file: peer_whitelist.dat - # Amount of time between updates of White/Blacklist file. (minutes) - time: 1 + # Amount of time between updates of white/blacklist file. (minutes) + time: 2