localtunnel.me 修复了 url 再生每一次服务器重新启动
localtunnel.me fixed url regeneration eveytime server restarts
我正在使用 localtunnel.me (https://github.com/localtunnel/localtunnel) 创建到本地主机的连接。我在终端使用以下命令:
lt --port 80 --subdomain 测试
每次我重新启动服务器时,url 都会重新生成到随机服务器。有没有办法得到相同的 url.
可能回答晚了,但 --local-host xxx.xxx.x.x --port xxx --subdomain xxxx
让您每次都能得到相同的 URL。
例如 --subdomain 如下 --local-host xxx.xxx.x.x --port xxx --subdomain dummy_url
那么你会得到 https://dummy_url.loca.lt/
我正在使用 localtunnel.me (https://github.com/localtunnel/localtunnel) 创建到本地主机的连接。我在终端使用以下命令: lt --port 80 --subdomain 测试
每次我重新启动服务器时,url 都会重新生成到随机服务器。有没有办法得到相同的 url.
可能回答晚了,但 --local-host xxx.xxx.x.x --port xxx --subdomain xxxx
让您每次都能得到相同的 URL。
例如 --subdomain 如下 --local-host xxx.xxx.x.x --port xxx --subdomain dummy_url
那么你会得到 https://dummy_url.loca.lt/