Point-to-point management overlay Wireguard network.
siderolink.api
or as a config document.
The SideroLink API URL format is: https://siderolink.api/?jointoken=token&grpc_tunnel=true
.
grpc://
, the connection will be established without TLS; otherwise, it will use TLS.token
, if specified, will be sent to the SideroLink server.grpc_tunnel
to true
sends a hint to tunnel Wireguard traffic over the same SideroLink API gRPC connection instead of using plain UDP.
This is useful in environments where UDP traffic is restricted but adds significant overhead to SideroLink communication, enable this only if necessary.
Note that the SideroLink API server might ignore this hint, and the connection might use gRPC tunneling regardless of the setting.