Update ADN-MINIMAL.cfg

pull/3/head
Esteban Mackay Q 2 years ago committed by GitHub
parent d9d9a011d5
commit f2411e975e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,10 +1,12 @@
#This empty config file will use defaults for everything apart from OBP and HBP config #This empty config file will use defaults for everything apart from OBP and HBP config
#This is usually a sensible choice. #This is usually a sensible choice.
#I have moved to a config like this to encourage servers to use the accepted defaults
#unless you really know what you are doing.
[GLOBAL] [GLOBAL]
SERVER_ID: 0000 #If you join the ADN-Systems network, you need to add your ServerID Here.
DEBUG_BRIDGES: True SERVER_ID: 0
[REPORTS] [REPORTS]
@ -14,6 +16,32 @@ DEBUG_BRIDGES: True
[ALLSTAR] [ALLSTAR]
#This is an example OpenBridgeProtocol (OBP) or FreeBridgeProtocol (FBP) configuration
#If you joing ADN-Systems, you will be given a config like this to paste in
[OBP-TEST]
MODE: OPENBRIDGE
ENABLED: False
IP:
PORT: 62044
#The ID which you expect to see sent from the other end of the link.
NETWORK_ID: 1
PASSPHRASE: mypass
TARGET_IP:
TARGET_PORT: 62044
USE_ACL: True
SUB_ACL: DENY:1
TGID_ACL: PERMIT:ALL
#Should always be true if using docker.
RELAX_CHECKS: True
#True for FBP, False for OBP
ENHANCED_OBP: True
#PROTO_VER should be 5 for ADN-Systems servers using FBP
#1 for other servers using OBP
PROTO_VER: 5
#This defines parameters for repeater/hotspot connections
#via HomeBrewProtocol (HBP)
#I don't recommend changing most of this unless you know what you are doing
[SYSTEM] [SYSTEM]
MODE: MASTER MODE: MASTER
ENABLED: True ENABLED: True
@ -30,17 +58,18 @@ SUB_ACL: DENY:1
TGID_TS1_ACL: PERMIT:ALL TGID_TS1_ACL: PERMIT:ALL
TGID_TS2_ACL: PERMIT:ALL TGID_TS2_ACL: PERMIT:ALL
DEFAULT_UA_TIMER: 60 DEFAULT_UA_TIMER: 60
SINGLE_MODE: False
VOICE_IDENT: False
TS1_STATIC: TS1_STATIC:
TS2_STATIC: TS2_STATIC:
DEFAULT_REFLECTOR: 0 DEFAULT_REFLECTOR: 0
SINGLE_MODE: False
VOICE_IDENT: False
ANNOUNCEMENT_LANGUAGE: en_GB ANNOUNCEMENT_LANGUAGE: en_GB
GENERATOR: 100 GENERATOR: 100
ALLOW_UNREG_ID: False ALLOW_UNREG_ID: False
PROXY_CONTROL: False PROXY_CONTROL: False
OVERRIDE_IDENT_TG: OVERRIDE_IDENT_TG:
#Echo (Loro / Parrot) server
[ECHO] [ECHO]
MODE: PEER MODE: PEER
ENABLED: True ENABLED: True

Loading…
Cancel
Save

Powered by TurnKey Linux.