diff --git a/config/ADN-MINIMAL.cfg b/config/ADN-MINIMAL.cfg index 3c8043a..c3b06f0 100755 --- a/config/ADN-MINIMAL.cfg +++ b/config/ADN-MINIMAL.cfg @@ -1,10 +1,12 @@ #This empty config file will use defaults for everything apart from OBP and HBP config #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] -SERVER_ID: 0000 -DEBUG_BRIDGES: True +#If you join the ADN-Systems network, you need to add your ServerID Here. +SERVER_ID: 0 [REPORTS] @@ -14,6 +16,32 @@ DEBUG_BRIDGES: True [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] MODE: MASTER ENABLED: True @@ -30,17 +58,18 @@ SUB_ACL: DENY:1 TGID_TS1_ACL: PERMIT:ALL TGID_TS2_ACL: PERMIT:ALL DEFAULT_UA_TIMER: 60 +SINGLE_MODE: False +VOICE_IDENT: False TS1_STATIC: TS2_STATIC: DEFAULT_REFLECTOR: 0 -SINGLE_MODE: False -VOICE_IDENT: False ANNOUNCEMENT_LANGUAGE: en_GB GENERATOR: 100 ALLOW_UNREG_ID: False PROXY_CONTROL: False OVERRIDE_IDENT_TG: +#Echo (Loro / Parrot) server [ECHO] MODE: PEER ENABLED: True