Ngrok客户端配置样式

Ngrok客户端配置样式

备忘用

server_addr: [ngrok服务端域名]:[ngrok服务端端口]
trust_host_root_certs: false
tunnels:
        # 配置ssh登录
        ssh:
                remote_port: 1022
                proto:
                        tcp: 22
        http:
                subdomain: test
                proto:
                        http: 8080
        http_auth:
                auth: 'username:password'
                remote_port: auth
                proto:
                        http: 8081
上一篇:protoc WARNING: Missing ‘go_package‘ option


下一篇:前端:原型和原型链