From b78961b4b09aca1ba63121a8a85c0911f3f968eb Mon Sep 17 00:00:00 2001 From: ffay <81072619@qq.com> Date: Mon, 4 Sep 2017 20:27:53 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f4afc1..e2d0f38 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ lanproxy是一个将局域网个人电脑、服务器代理到公网的内网穿 ### 相关地址 - 主页 https://lanproxy.org -- 发布包下载地址 https://git.oschina.net/fengfei/lanproxy/attach_files +- 发布包下载地址 https://github.com/ffay/lanproxy/releases ### 实现方案 @@ -87,4 +87,4 @@ server.port=4900 #### 其他 - 后面是将自己电脑从日本VPS代理出去测试的一个地址,大家可以访问试试 http://devbook.thingsglobal.org/ -- 对于正常网站,80和443端口只有一个,可以和 https://github.com/ffay/proxygateway 这个项目或nginx配合使用,不同域名反向代理到内部其他端口上去,再由其他端口映射到内网即可;对于ssh或远程桌面等可随意选择其他未占用的端口映射到内网 \ No newline at end of file +- 对于正常网站,80和443端口只有一个,可以和 https://github.com/ffay/proxygateway 这个项目或nginx配合使用,不同域名反向代理到内部其他端口上去,再由其他端口映射到内网即可;对于ssh或远程桌面等可随意选择其他未占用的端口映射到内网