mirror of
https://github.com/LX3JL/xlxd.git
synced 2025-12-06 07:42:01 +01:00
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
15 lines
445 B
Plaintext
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 |