32 lines
926 B
Plaintext
Executable File
32 lines
926 B
Plaintext
Executable File
# Note that server id and passcode needs to be changed
|
|
ServerId MY-SERVER-ID
|
|
PassCode 11111
|
|
|
|
MyAdmin "My Name, MySignal"
|
|
MyEmail me@domain.com
|
|
|
|
disallow_unverified false
|
|
RunDir data
|
|
LogRotate 10 5
|
|
UpstreamTimeout 15s
|
|
ClientTimeout 48h
|
|
|
|
Listen "Full feed" fullfeed tcp :: 10152
|
|
Listen "Client-Defined Filters" igate tcp :: 14580
|
|
Listen "Duplicate packets" dupefeed tcp :: 10155
|
|
|
|
### Select aprs source (only one)
|
|
Uplink "Core rotate" ro tcp rotate.aprs.net 10152
|
|
#Uplink "Core rotate" ro tcp cwop.aprs.net 10152
|
|
#Uplink "Core rotate" ro tcp aprs.glidernet.org 10152
|
|
|
|
HTTPStatus 0.0.0.0 14501
|
|
HTTPStatusOptions ShowEmail=1
|
|
|
|
### Operator attention span qualification run ###########
|
|
# After configuring the rest of the settings, remove this bad command
|
|
# from the configuration file. It's here only to avoid starting the
|
|
# server up accidentally with an invalid configuration.
|
|
MagicBadness 42.7
|
|
|