Merge pull request #91 from hacknix/master

Typos causing confusion in ACL config
This commit is contained in:
Jonathan Naylor 2016-06-11 12:44:44 +01:00 committed by GitHub
commit 0061502421
2 changed files with 5 additions and 5 deletions

View file

@ -56,10 +56,10 @@ SelfOnly=0
LookupFile=DMRIds.dat LookupFile=DMRIds.dat
TXHang=4 TXHang=4
#Blacklist= #Blacklist=
#DstIDBlackListSlot1= #DstIdBlackListSlot1=
#DstIDBlackListSlot2= #DstIdBlackListSlot2=
#DstIDWhiteListSlot1= #DstIdWhiteListSlot1=
#DstIDWhiteListSlot2= #DstIdWhiteListSlot2=
[System Fusion] [System Fusion]

View file

@ -10,7 +10,7 @@ So, for example:
DstIdBlackListSlot1=91 - block the TG91 net. DstIdBlackListSlot1=91 - block the TG91 net.
DstIdWhiteSlot1=9.5057,9990 - allows TG9, APRS SMS Gateway and Echo. DstIdWhiteListSlot1=9.5057,9990 - allows TG9, APRS SMS Gateway and Echo.
If the whitelist is null and commented out, it is disabled. If the whitelist is null and commented out, it is disabled.