summaryrefslogtreecommitdiff
path: root/share/hybbxpd-proxy.ini.example
diff options
context:
space:
mode:
authorinfo@mode42.com <info@mode42.com>2026-08-08 03:54:55 +0000
committerinfo@mode42.com <info@mode42.com>2026-08-08 03:54:55 +0000
commit20cb29c2f8c5c87bc590896854a20b1473ceb358 (patch)
tree2857f41513a56ad41af97b57362639298aa7f033 /share/hybbxpd-proxy.ini.example
#2
Diffstat (limited to 'share/hybbxpd-proxy.ini.example')
-rw-r--r--share/hybbxpd-proxy.ini.example61
1 files changed, 61 insertions, 0 deletions
diff --git a/share/hybbxpd-proxy.ini.example b/share/hybbxpd-proxy.ini.example
new file mode 100644
index 0000000..26a4f4b
--- /dev/null
+++ b/share/hybbxpd-proxy.ini.example
@@ -0,0 +1,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