bdy tunnel config add tls

$bdy tunnel config add tls|TLS [options] <name> [host:port]

Add a new TLS tunnel

ARGUMENTS
name
Name of the tunnel (required)
host:port
Target address to redirect traffic to. Host is optional and by default local machine. Port is by default 80 (optional)
OPTIONS
-r, --region <region>
override default region ("eu", "us", "as")
-w, --whitelist <cidrs...>
Whitelist provided IP CIDRs. Use "*" to allow all
-n, --name <name>
Name of the tunnel
-t, --timeout <seconds>
Enforce connection timeout in seconds
-k, --key <key>
Path to a TLS key
-c, --cert <cert>
Path to a TLS PEM certificate
--ca <ca>
Path to a TLS PEM CA certificate for TLS auth
-i, --terminate <at>
Terminate TLS at "target", "agent", "region". By default TLS is terminated at "region"
-f, --force
Overwrite tunnel if it already exist
-h, --help
display help for command

Documentation for bdy v1.20.0

Last modified on Apr 13, 2026