Ngrok with BeEF
$ ngrok http 3000beef:
# ...
http:
# ...
public:
host: "<ngrok-id>.ngrok.io" # ngrok domain name for forwarding URL
port: "443" # ngrok port for forwarding URL (443 for HTTPS)
https: true # ngrok supports HTTPS by defaultLast updated