路由器动态上传 IP 到服务器,域名指向该 IP
电信禁止外网访问动态 IP,所以该方法无法实现
可行,访问比较慢
npm install -g localtunnel
lt --port 8080
nohup lt -p 8080 >> ${HOME}/.lt.log g 2>&1 &