aprsc config fix
This commit is contained in:
parent
eee9339ee8
commit
98e0e75fa2
|
|
@ -1,9 +1,9 @@
|
||||||
# Note that server id and passcode needs to be changed
|
# Note that server id and passcode needs to be changed
|
||||||
ServerId APRSDIR-3
|
ServerId MY-SERVER-ID
|
||||||
PassCode 30376
|
PassCode 11111
|
||||||
|
|
||||||
MyAdmin "Per Qvarforth, SM4WJF"
|
MyAdmin "My Name, MySignal"
|
||||||
MyEmail per@qvarforth.se
|
MyEmail me@domain.com
|
||||||
|
|
||||||
disallow_unverified false
|
disallow_unverified false
|
||||||
RunDir data
|
RunDir data
|
||||||
|
|
@ -27,4 +27,4 @@ HTTPStatusOptions ShowEmail=1
|
||||||
# After configuring the rest of the settings, remove this bad command
|
# After configuring the rest of the settings, remove this bad command
|
||||||
# from the configuration file. It's here only to avoid starting the
|
# from the configuration file. It's here only to avoid starting the
|
||||||
# server up accidentally with an invalid configuration.
|
# server up accidentally with an invalid configuration.
|
||||||
#MagicBadness 42.7
|
MagicBadness 42.7
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue