Releases: daorren/ngrok
Releases · daorren/ngrok
1.7.1 binary file
make v1.7.1 to binaries, use it out of the box
Tested on CentOS 7 & Mac OSX 10.12
# server
sudo ./ngrokd -tlsKey=/etc/letsencrypt/live/<yourdomain>/privkey.pem -tlsCrt=/etc/letsencrypt/live/<yourdomain>/fullchain.pem -domain="<yourdomain>" -httpAddr=":8082" -httpsAddr=":8083"
# client
./ngrok -subdomain pub -proto=https -config=ngrok.cfg 3000