mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
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:
parent
70f4caac23
commit
0db4fc07fb
4 changed files with 14 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue