46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
|
|
# sctp hub
|
|
|
|
ServerId TESTING-2
|
|
PassCode 31421
|
|
MyEmail email@example.com
|
|
MyAdmin "Admin, N0CALL"
|
|
|
|
### Directories #########
|
|
# Data directory (for database files)
|
|
RunDir data
|
|
|
|
### Intervals #########
|
|
# Interval specification format examples:
|
|
# 600 (600 seconds), 5m, 2h, 1h30m, 1d3h15m24s, etc...
|
|
|
|
# When no data is received from an upstream server in N seconds, switch to
|
|
# another server
|
|
UpstreamTimeout 90s
|
|
|
|
# When no data is received from a downstream server in N seconds, disconnect
|
|
ClientTimeout 48h
|
|
|
|
### TCP/SCTP listener ##########
|
|
# Listen <socketname> <porttype> tcp <address to bind> <port>
|
|
# socketname: any name you wish to show up in logs and statistics
|
|
# porttype: one of:
|
|
# fullfeed - everything, after dupe filtering
|
|
# dupefeed - everything that comes in - with dupes!
|
|
# msgonly - messages only
|
|
# userfilter - user-specified filters
|
|
#
|
|
Listen "Full feed" fullfeed tcp ::0 55153 acl "cfg-aprsc/acl-all.acl"
|
|
Listen "Full feed SCTP" fullfeed sctp ::0 55153 acl "cfg-aprsc/acl-all.acl"
|
|
Listen "Igate port" igate tcp 0.0.0.0 55583 acl "cfg-aprsc/acl-all.acl"
|
|
|
|
### SCTP uplink
|
|
Uplink fullsctp full sctp 127.0.0.1 55152
|
|
|
|
### HTTP listener ##########
|
|
# Status port provides a status view to web browsers.
|
|
# It starts up by default on 0.0.0.0:14501.
|
|
HTTPStatus 127.0.0.1 55502
|
|
|
|
|