Answers for "ngrok.yml"

2

ngrok config file

ngrok start --config=./ngrok.yml --all
Posted by: Guest on October-05-2020
2

ngrok config file

authtoken: 4nq9771bPxe8ctg7LKr_2ClH7Y15Zqe4bWLWF9p
tunnels:
  myapp-http:
    addr: 80
    proto: http
    hostname: example.com
    bind_tls: false
  mypp-https:
    addr: 443
    proto: tls
    hostname: example.com
Posted by: Guest on October-05-2020
0

ngrok proxy ngrok.yml

http_proxy: "http://user:[email protected]:3128"
Posted by: Guest on October-20-2021

Code answers related to "ngrok.yml"

Browse Popular Code Answers by Language