We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac08562 commit c556d34Copy full SHA for c556d34
modules/ngrok.py
@@ -8,7 +8,7 @@ def connect(token, port, region):
8
auth_token=token, region=region
9
)
10
try:
11
- public_url = ngrok.connect(port, pyngrok_config=config).public_url
+ public_url = ngrok.connect(port, pyngrok_config=config, bind_tls=True).public_url
12
except exception.PyngrokNgrokError:
13
print(f'Invalid ngrok authtoken, ngrok connection aborted.\n'
14
f'Your token: {token}, get the right one on https://dashboard.ngrok.com/get-started/your-authtoken')
0 commit comments