|
|
|
|
@ -29,12 +29,6 @@ ircddb = ( #ircddb networks in paretheses
|
|
|
|
|
# }
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
remote = {
|
|
|
|
|
# enabled = false
|
|
|
|
|
# password = "ChangeMe"
|
|
|
|
|
# port = 39999 # choose a port for communcation. Wherever the server is running, this port on its local network needs to be open.
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
repeaters = ( # The modules list is contained in parentheses
|
|
|
|
|
|
|
|
|
|
{ # Up to 15 different modules can be specified, each in curly brackets
|
|
|
|
|
@ -79,27 +73,27 @@ paths = {
|
|
|
|
|
data="/usr/local/share/dstargateway/" #Path where the data (hostfiles, audio files etc) can be found
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dextra {
|
|
|
|
|
dextra = {
|
|
|
|
|
enabled=true # There is no reason to disable this
|
|
|
|
|
maxDongles=5
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dplus {
|
|
|
|
|
dplus = {
|
|
|
|
|
enabled=true # There is no reason to disable this
|
|
|
|
|
maxDongles=5
|
|
|
|
|
login="" # defaults to gateway callsign
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dcs {
|
|
|
|
|
dcs = {
|
|
|
|
|
enabled=true # There is no reason to disable this
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
xlx {
|
|
|
|
|
xlx = {
|
|
|
|
|
enabled=true
|
|
|
|
|
hostfileUrl="http://xlxapi.rlx.lu/api.php?do=GetReflectorHostname"
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
remote {
|
|
|
|
|
remote = {
|
|
|
|
|
enabled=false
|
|
|
|
|
port=4242
|
|
|
|
|
password="CHANGE_ME" # If password is left blank, remote will be disabled regardless of the enabled field
|
|
|
|
|
|