内网穿透工具比较(ngrok,frp,lanproxy,goproxy,nps)
从是否有API,客户端单独key,子域名,收费模式,采用语言,github stars多个维度比较了ngrok, frp, lanproxy, goproxy, nps几款内网穿透工具
ngrok
https://github.com/inconshreveable/ngrok
frp
https://github.com/fatedier/frp
https://github.com/fatedier/frp/releases
lanproxy
https://github.com/ffay/lanproxy
https://file.nioee.com/d/2e81550ebdbd416c933f/
goproxy
https://github.com/snail007/goproxy
nps
https://github.com/cnlh/nps
https://github.com/ehang-io/nps/releases
综上, 如果希望自己二次开发(有API可以调用)或者有多个租户(每个客户端一个单独的key),建议使用nps。 如果希望简单上手,没有多个租户的要求,建议使用frp。