diff options
Diffstat (limited to 'share/hybbxsd-secondary.ini.example')
| -rw-r--r-- | share/hybbxsd-secondary.ini.example | 41 |
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 |
