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