Manage agent's tunnels
Documentation for bdy v1.20.0
Last modified on Apr 13, 2026
Start http tunnel on port 80bdy agent tunnel http 80$
bdy agent tunnel http 80
Start named http tunnel and serve local directorybdy agent tunnel http -n name -s /path/to/dir$
bdy agent tunnel http -n name -s /path/to/dir
Start http tunnel, whitelist ip and turn on on basic authbdy agent tunnel http https://myhost.com -w 1.1.1.1 -a user:pass$
bdy agent tunnel http https://myhost.com -w 1.1.1.1 -a user:pass
Start tls tunnel on port 80bdy agent tunnel tls 80$
bdy agent tunnel tls 80
Start tls tunnel and terminate tls at targetbdy agent tunnel tls 443 -i target$
bdy agent tunnel tls 443 -i target
Start tcp tunnel on port 22bdy agent tunnel tcp 22$
bdy agent tunnel tcp 22
Start named tcp tunnel with whitelistbdy agent tunnel tcp 80 -n name -w 1.1.1.1/27$
bdy agent tunnel tcp 80 -n name -w 1.1.1.1/27
Add tunnel to configbdy tunnel config add http name 80$
bdy tunnel config add http name 80
Start agent tunnel from configbdy agent tunnel start name$
bdy agent tunnel start name
List agent tunnelsbdy agent tunnel list$
bdy agent tunnel list
Get agent tunnel statusbdy agent tunnel status tunnel-id$
bdy agent tunnel status tunnel-id
Remove agent tunnelbdy agent tunnel rm tunnel-id$
bdy agent tunnel rm tunnel-id