Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nbvghost authored Apr 4, 2018
1 parent 24eeae8 commit 9e063c7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# nrp
golang 内网穿透 反向代理 内网公网访问 http协议

目前只支持http协议

服务端:
src/nrps
配制(nrps.json):
{
"BindPort":":7070",//服务器端口
"HttpPort":":8040"//外网访问端口
}


客户端:
src/nrpc
配制(nrpc.json):
{
"ServerIp":"nutsy.cc:7070",//服务器地址
"LocalIp":"127.0.0.1:80"//本地服务地址
}


0 comments on commit 9e063c7

Please sign in to comment.