summaryrefslogtreecommitdiff
path: root/share/hybbxsd-secondary.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/hybbxsd-secondary.ini.example
#2
Diffstat (limited to 'share/hybbxsd-secondary.ini.example')
-rw-r--r--share/hybbxsd-secondary.ini.example41
1 files changed, 41 insertions, 0 deletions
diff --git a/share/hybbxsd-secondary.ini.example b/share/hybbxsd-secondary.ini.example
new file mode 100644
index 0000000..25d737e
--- /dev/null
+++ b/share/hybbxsd-secondary.ini.example
@@ -0,0 +1,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
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com