Skip to content

Instantly share code, notes, and snippets.

@ab
Created March 16, 2021 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ab/2e70b7b97e9be3b117aabbecdcc44fc7 to your computer and use it in GitHub Desktop.
Save ab/2e70b7b97e9be3b117aabbecdcc44fc7 to your computer and use it in GitHub Desktop.
Ngrok config file
# ~/.ngrok2/ngrok.yml
authtoken: "<REDACTED>"
tunnels:
ecommerce_python:
proto: http
hostname: <YOUR-CUSTOM-SUBDOMAIN>.ngrok.io
addr: localhost:8101
host_header: rewrite
bind_tls: true
@Scarface124
Copy link

When i follow it says access denied

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment