From 20cb29c2f8c5c87bc590896854a20b1473ceb358 Mon Sep 17 00:00:00 2001 From: "info@mode42.com" Date: Sat, 8 Aug 2026 03:54:55 +0000 Subject: #2 --- share/hybbxpd-proxy.ini.example | 61 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 share/hybbxpd-proxy.ini.example (limited to 'share/hybbxpd-proxy.ini.example') 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 -- cgit v1.3.1