Skip to content

Releases: daorren/ngrok

1.7.1 binary file

14 Sep 02:11
Compare
Choose a tag to compare

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