You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dvmhost/configs/rid_acl.example.dat

18 lines
1.2 KiB

#
# Digital Voice Modem - Radio ID Access Control List
#
# This file sets the valid Radio IDs allowed on a repeater. This file should always end with an empty line!
#
# * RID [REQUIRED] - Unique Radio ID.
# * ENABLED [REQUIRED] - Flag indicating whether or not this radio ID entry is enabled and valid.
# * ALIAS [OPTIONAL] - Textual string representing an alias for this radio ID entry.
# * IP ADDRESS [OPTIONAL] - IP Address assigned to this radio ID.
# * CAN REQUEST KEYS [OPTIONAL] - Flag indicating whether this RID can request keys. (1 = Enabled / 0 = Disabled)
# * CAN REKEY [OPTIONAL] - Flag indicating whether this RID can receive OTAR rekey payloads. (1 = Enabled / 0 = Disabled)
# * ALLOWED KIDS [OPTIONAL] - Pipe-delimited list of allowed 16-bit key IDs for this RID in hexadecimal. (e.g. 0064|0101|0A50)
# If this list is left empty/blank, the RID is assumed to be allowed to request any/all keys.
#
# Entry Format: "RID,Enabled (1 = Enabled / 0 = Disabled),Optional Alias,Optional IP Address,Can Request Keys,Can Rekey,Allowed KIDs,<newline>"
# Example:
#1234,1,RID Alias,IP Address,1,1,0064|0101,

Powered by TurnKey Linux.