feat: support set local ip in client when connect server (#2774)

* feat: support set local ip in client when connect server

* fix: typo

Co-authored-by: blizard863 <760076784@qq.com>
This commit is contained in:
Blizard
2022-01-26 19:47:40 +08:00
committed by GitHub
parent 70f4caac23
commit 0db4fc07fb
4 changed files with 14 additions and 0 deletions

View File

@@ -76,6 +76,10 @@ login_fail_exit = true
# now it supports tcp, kcp and websocket, default is tcp
protocol = tcp
# set client binding ip when connect server, default is empty.
# only when protocol = tcp or websocket, the value will be used.
connect_server_local_ip = 0.0.0.0
# if tls_enable is true, frpc will connect frps by tls
tls_enable = true