bdy tunnel
$bdy tunnel [options] [command]
The tunnel command manages tunnels configuration
Examples
## start http tunnel on port 80bdy tunnel http 80$
## start named http tunnel and serve local directorybdy tunnel http -n name -s /path/to/dir$
## start http tunnel, whitelist ip and turn on on basic authbdy tunnel http https://myhost.com -w 1.1.1.1 -a user:pass$
## start tls tunnel on port 80bdy tunnel tls 80$
## start tls tunnel and terminate tls at targetbdy tunnel tls 443 -i target$
## start tcp tunnel on port 22bdy tunnel tcp 22$
## start named tcp tunnel with whitelistbdy tunnel tcp 80 -n name -w 1.1.1.1/27$
## add tunnel to configbdy tunnel config add http name 80$
## start tunnel from configbdy tunnel start name$