mirror of https://github.com/LX3JL/xlxd.git
parent
2f9e8a8781
commit
3912b8e0a4
@ -0,0 +1,12 @@
|
|||||||
|
##############################################################################
|
||||||
|
# XLXD blacklist file
|
||||||
|
#
|
||||||
|
# one line per entry
|
||||||
|
# each entry is explicitely denied access (blacklisted)
|
||||||
|
# you can use * as last wildcard character
|
||||||
|
# example:
|
||||||
|
# * -> deny access to eveybody !!!
|
||||||
|
# LX* -> deny access to all callsign starting with LX
|
||||||
|
# LX3JL -> deny access to LX3JL exactly
|
||||||
|
#
|
||||||
|
#############################################################################
|
||||||
@ -0,0 +1,14 @@
|
|||||||
|
##############################################################################
|
||||||
|
# XLXD interlink file
|
||||||
|
#
|
||||||
|
# one line per entry
|
||||||
|
# each entry specify a remote XLX to peer with
|
||||||
|
# format:
|
||||||
|
# <callsign> <ip> <list of module shared>
|
||||||
|
# example:
|
||||||
|
# XLX270 158.64.26.132 ACD
|
||||||
|
#
|
||||||
|
# note: the remote XLX must list this XLX in it's interlink file
|
||||||
|
# for the link to be established
|
||||||
|
#
|
||||||
|
#############################################################################
|
||||||
@ -1 +1,13 @@
|
|||||||
|
##############################################################################
|
||||||
|
# XLXD whitelist file
|
||||||
|
#
|
||||||
|
# one line per entry
|
||||||
|
# each entry is explicitely authorised (whitelisted)
|
||||||
|
# you can use * as last wildcard character
|
||||||
|
# example:
|
||||||
|
# * -> authorize eveybody
|
||||||
|
# LX* -> authorize all callsign starting with LX
|
||||||
|
# LX3JL -> authorize LX3JL exactly
|
||||||
|
#
|
||||||
|
#############################################################################
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in new issue