mirror of
https://github.com/Quad4-Software/Reticulum-Go
synced 2026-08-29 23:48:44 -04:00
33 lines
837 B
Text
33 lines
837 B
Text
# Host-side bridge for Firecracker microvms (no guest TAP required).
|
|
# Host reticulum reaches clearnet. Guest joins over Firecracker vsock.
|
|
#
|
|
# Add your own TCP or Backbone interface blocks under [interfaces].
|
|
# Start guest first, then: ./microvm/run-host-bridge.sh
|
|
# Or use: ./microvm/up.sh
|
|
|
|
[reticulum]
|
|
enable_transport = Yes
|
|
share_instance = No
|
|
panic_on_interface_error = No
|
|
enable_sandbox = No
|
|
enable_control_api = No
|
|
|
|
[logging]
|
|
loglevel = 4
|
|
destination = console
|
|
|
|
[interfaces]
|
|
|
|
[[Microvm Guest]]
|
|
type = PipeInterface
|
|
enabled = Yes
|
|
command = __MICROVM_ROOT__/vsock-connect.sh 4242
|
|
respawn_delay = 3
|
|
|
|
# Example community hub (uncomment and edit):
|
|
# [[My Hub]]
|
|
# type = BackboneInterface
|
|
# enabled = Yes
|
|
# remote = hub.example.com
|
|
# target_port = 4242
|
|
# max_reconnect_tries = -1
|