2018-07-11 19:55:35 -04:00
|
|
|
#
|
|
|
|
# Used to limit HomeBrew repeater Protocol registrations.
|
|
|
|
#
|
2018-07-12 20:55:17 -04:00
|
|
|
# If this is the SAMPLE file, you'll need to made a copy or start from scratch
|
|
|
|
# with one called reg_acl.py
|
|
|
|
#
|
2018-07-11 19:55:35 -04:00
|
|
|
# The 'action' May be PERMIT|DENY
|
|
|
|
# Each entry may be a single radio id, or a hypenated range (e.g. 1-2999)
|
|
|
|
# Format:
|
|
|
|
# ACL = 'action:id|start-end|,id|start-end,....'
|
2018-08-07 18:05:27 -04:00
|
|
|
REG_ACL = 'DENY:1'
|