summaryrefslogtreecommitdiff
path: root/share/hybbxpd-proxy.ini.example
blob: 26a4f4bbe6dce226b78ec3e4f93ebdb6b0409557 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
; HyBBX Proxy — binary: hybbxpd
; Hybrid bridge (router/gateway/relay posture). TCP/IP primary.
; No WebSocket. No in-process AX.25/packet_radio — RF via MAX25-Stack
; (relay / gateway / digipeater for hyBBX).
; Attach to Main (hybbxd) over HBX circuit.
; Copy: cp share/hybbxpd-proxy.ini.example local/hybbxpd.ini

[service]
name = hyBBX-proxy

[storage]
backend = flatfile
path = data-proxy

[auth]
auto_login = no

[log]
enabled = yes
dir = logs
level = warn

[networks]
telnet = yes
ssh = yes
websocket = no
ax25 = no
baycom = no
tmodem = no
ardop = no
crdop = no
circuit = yes
mains_proxy = no

[transport.telnet]
bind = 127.0.0.1
port = 2323

[transport.ssh]
bind = 0.0.0.0
port = 3232

; Client attach toward Main hub (not a circuit listener)
[circuit]
enabled = yes
; Proxy uses circuit_host on edge transports — hub stays on Main.

; Example: TCP/hybrid edge toward Main (credentials must match Main bridge row)
[transport.baycom1]
enabled = no
; Prefer MAX25 relay/gateway/digipeater instead of in-process BayCom RF.
circuit_host = 192.0.2.1
circuit_port = 7323
link_id = proxy-1
link_password = changeme
link_role = link

[max25]
check = yes
host = 127.0.0.1
port = 7325
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com