Microsoft Windows [版本 10.0.19044.1766] (c) Microsoft Corporation。保留所有权利。
C:\Users\DELL>d: D:\>cd D:\Develop_Arduino\ESP32CAM\ngrok D:\Develop_Arduino\ESP32CAM\ngrok>ngrok.exe NAME: ngrok - tunnel local ports to public URLs and inspect traffic USAGE: ngrok [command] [flags] DESCRIPTION: ngrok exposes local networked services behinds NATs and firewalls to the public internet over a secure tunnel. Share local websites, build/test webhook consumers and self-host personal services. Detailed helpfor each command is available with 'ngrok help <command>'. Open http://localhost:4040 for ngrok's web interface to inspect traffic. Author: ngrok - <support@ngrok.com> TERMS OF SERVICE: https://ngrok.com/tos EXAMPLES: ngrok http 80 # secure public URL for port 80 web server ngrok http --subdomain=baz 8080 # port 8080 available at baz.ngrok.io ngrok http foo.dev:80 # tunnel to host:port instead of localhost ngrok http https://localhost # expose a local https server ngrok tcp 22 # tunnel arbitrary TCP traffic to port 22 ngrok tls --hostname=foo.com 443 # TLS traffic for foo.com to port 443 ngrok start foo bar baz # start tunnels from the configuration file COMMANDS: api use ngrok agent as an api client completion generates shell completion code for bash or zsh config update or migrate ngrok's configuration file credits prints author and licensing information diagnose diagnose connection issues help Help about any command http start an HTTP tunnel service run and control an ngrok service on a target operating system start start tunnels by name from the configuration file tcp start a TCP tunnel tls start a TLS tunnel tunnel start a tunnel for use with a tunnel-group backend update update ngrok to the latest version version print the version string
OPTIONS: -h, --helphelpfor ngrok -v, --version version for ngrok
D:\Develop_Arduino\ESP32CAM\ngrok>ngrok authtoken <your token> Authtoken saved to configuration file: C:\Users\DELL\AppData\Local/ngrok/ngrok.yml