Config: add Dashboard, IMRS, and EnableDGID fields

pull/23/head
Dave Behnke 1 month ago
parent 3c319ec93d
commit 2f7008abb1

@ -43,6 +43,13 @@ DescriptionM = M17 Chat
DescriptionS = DStar Chat
DescriptionZ = Temp Meeting
[Dashboard]
Enable = true
NNGAddr = tcp://127.0.0.1:5555
Interval = 10
NNGDebug = false
[Transcoder]
Port = 10100 # TCP listening port for connection(s), set to 0 if there is no transcoder, then other two values will be ignored
BindingAddress = 127.0.0.1 # or ::1, the IPv4 or IPv6 "loop-back" address for a local transcoder
@ -66,6 +73,10 @@ Port = 20001
[G3]
Enable = true
[IMRS]
Enable = false
Port = 21110
[DMRPlus]
Port = 8880
@ -101,6 +112,7 @@ Module = A # this has to be a transcoded module!
[YSF]
Port = 42000
AutoLinkModule = A # comment out if you want to disable AL
EnableDGID = false
DefaultTxFreq = 446500000
DefaultRxFreq = 446500000
# if you've registered your reflector at register.ysfreflector.de:

Loading…
Cancel
Save

Powered by TurnKey Linux.