Update and rename reg_acl.py to reg_acl-SAMPLE.py

This commit is contained in:
Cort Buffington 2018-07-12 19:55:17 -05:00 committed by GitHub
parent bbf1e68099
commit 10f968080a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
#
# Used to limit HomeBrew repeater Protocol registrations.
#
# If this is the SAMPLE file, you'll need to made a copy or start from scratch
# with one called reg_acl.py
#
# 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,....'
ACL = 'DENY:1'
ACL = 'DENY:1'