corrected make install
updated config files
pull/1/merge
LX3JL 10 years ago
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
#
#############################################################################
*

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

Loading…
Cancel
Save

Powered by TurnKey Linux.