bdy tunnel http
$bdy tunnel http|HTTP [options] [protocol://host:port]
Starts a tunnel listening for HTTP/HTTPS traffic with a specific hostname.
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$