diff --git a/sub_acl-SAMPLE.py b/sub_acl-SAMPLE.py new file mode 100644 index 0000000..c249001 --- /dev/null +++ b/sub_acl-SAMPLE.py @@ -0,0 +1,9 @@ +# +# To use this feature, you'll need to copy this, or create a file called +# sub_acl.py that's like this one, with your local parameters in it. +# +# 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:0-2999,4000000-4000999' diff --git a/sub_acl.py b/sub_acl.py deleted file mode 100644 index 2133554..0000000 --- a/sub_acl.py +++ /dev/null @@ -1,5 +0,0 @@ -# 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:0-2999,4000000-4000999' \ No newline at end of file