blob: 25d737e94c74a76e99d91ffca55f26bdcbc73d86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
; HyBBX Secondary — binary: hybbxsd
; Peer other Mains via mains_proxy only. Not a local user BBX (no hybbxd behaviour).
; Copy: cp share/hybbxsd-secondary.ini.example local/hybbxsd.ini
[service]
name = hyBBX-secondary-peer
[storage]
backend = flatfile
path = data-secondary
[auth]
auto_login = no
[log]
enabled = yes
dir = logs
level = warn
[networks]
; Secondary = other-Main peers (mains_proxy). No user telnet/ssh/websocket.
telnet = no
ssh = no
websocket = no
ax25 = no
baycom = no
tmodem = no
ardop = no
crdop = no
circuit = no
mains_proxy = yes
; Reciprocal peer on remote Main (hybbxd with mains_proxy=yes)
[transport.mains_proxy1]
enabled = yes
peer_id = main-east
circuit_host = 192.0.2.10
circuit_port = 7323
link_id = mesh-west-east
link_password = changeme
link_role = proxy
|