我正在使用localtunnel.me (https://github.com/localtunnel/localtunnel)创建到我的本地主机的连接。我在终端使用以下命令: lt --port 80 --subdomain test
每次我重新启动服务器时,url都会重新生成到一个随机的服务器上。有没有办法获得相同的url。
发布于 2021-05-05 15:58:03
回答可能会晚一些,但--local-host xxx.xxx.x.x --port xxx --subdomain xxxx让你每次都能得到相同的网址。
例如,如果--subdomain如下所示的--local-host xxx.xxx.x.x --port xxx --subdomain dummy_url,那么你将得到https://dummy_url.loca.lt/
https://stackoverflow.com/questions/58821425
复制相似问题