xrfd 1.2.4

corrected make install
updated config files
This commit is contained in:
LX3JL 2016-02-11 19:07:36 +01:00
parent 2f9e8a8781
commit 3912b8e0a4
4 changed files with 41 additions and 6 deletions

View File

@ -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
#
#############################################################################

14
config/xlxd.interlink Normal file
View File

@ -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
#
#############################################################################

View File

@ -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
#
#############################################################################
*

View File

@ -18,10 +18,7 @@ clean:
install:
mkdir -p /xlxd
mv /xlxd/xlxd.blacklist /xlxd/xlxd.blacklist.bak
mv /xlxd/xlxd.whitelist /xlxd/xlxd.whitelist.bak
mv /xlxd/xlxd.interlink /xlxd/xlxd.interlink.bak
cp ./xlxd /xlxd/
cp ../config/xlxd.blacklist /xlxd/
cp ../config/xlxd.whitelist /xlxd/
cp ../config/xlxd.interlink /xlxd/
cp -i ../config/xlxd.blacklist /xlxd/
cp -i ../config/xlxd.whitelist /xlxd/
cp -i ../config/xlxd.interlink /xlxd/