xlxd/config/xlxd.config
Alessio Caiazza 1e6c57e989 Implement configuration file
This is a first step in implementing a configuration file for xlxd.

It supports reflector callsign, listening IP, and ambe transcoder IP.

It loads the configuration file from /xlxd/xlxd.config (unless
redefine at compile time).

It keeps backward compatibility with the command line parameters that
will override the values in the config file.

Gbp-Pq: Name 0006-Implement-configuration-file.patch
2022-07-22 17:36:11 +02:00

15 lines
445 B
Plaintext

#########################################################################################
# XLXD config file
#
# one line per entry
# each entry specifies an option
#
#########################################################################################
# the reflector callsign - default N0CALL
callsign N0CALL
# listening IP address - default 0.0.0.0
listen 0.0.0.0
# AMBE transcoder IP address - default 127.0.0.1
transcoder 127.0.0.1