Skip to content

Commit

Permalink
Add IP section in socks doc
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Oct 19, 2015
1 parent 481c367 commit cf0e0b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"protocol": "socks", // 传入数据所用协议
"settings": {
"auth": "noauth", // 认证方式,暂时只支持匿名
"udp": false // 如果要使用 UDP 转发,请改成 true
"udp": false, // 如果要使用 UDP 转发,请改成 true
"ip": "127.0.0.1" // 如果 Server A 不是运行在本地,请标明 Server A 的实际 IP 地址,否则 UDP 转发将无法进行。
}
},
"outbound": {
Expand Down

0 comments on commit cf0e0b5

Please sign in to comment.