You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.option('--secure','use this flag to indicate proxy over https',false)
64
66
.option('--port, -p <number>','listen on this port for outside requests',intParser,80)
65
67
.option('--address, -a <string>','IP address to bind to','0.0.0.0')
66
-
.option('--domain, -d <string>','Specify the base domain name. This is optional if hosting localtunnel from a regular example.com domain. This is required if hosting a localtunnel server from a subdomain (i.e. lt.example.dom where clients will be client-app.lt.example.come)')
68
+
.option('--domain, -d <string>','Specify the base domain name. This is optional if hosting localtunnel from a regular example.com domain. This is required if hosting a localtunnel server from a subdomain (i.e. lt.example.dom where clients will be client-app.lt.example.com)')
69
+
.option('--landing, -l <string>','The landing page for redirect from root domain','https://localtunnel.github.io/www/')
67
70
.option('--max-sockets','maximum number of tcp sockets each client is allowed to establish at one time (the tunnels)',intParser,10)
0 commit comments