mirror of
https://github.com/fatedier/frp.git
synced 2025-07-26 23:29:58 +00:00
cmd/client: if no local_ip set in proxy config, use 127.0.0.1 as default
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# common是必须的section
|
||||
# [common] is integral section
|
||||
[common]
|
||||
server_addr = 127.0.0.1
|
||||
server_port = 7000
|
||||
@@ -6,9 +6,9 @@ log_file = ./frpc.log
|
||||
# debug, info, warn, error
|
||||
log_level = debug
|
||||
# file, console
|
||||
log_way = console
|
||||
log_way = file
|
||||
|
||||
# test1即为name
|
||||
# test1 is the proxy name same as server's configuration
|
||||
[test1]
|
||||
passwd = 123
|
||||
local_ip = 127.0.0.1
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# common是必须的section
|
||||
# [common] is integral section
|
||||
[common]
|
||||
bind_addr = 0.0.0.0
|
||||
bind_port = 7000
|
||||
@@ -6,9 +6,9 @@ log_file = ./frps.log
|
||||
# debug, info, warn, error
|
||||
log_level = debug
|
||||
# file, console
|
||||
log_way = console
|
||||
log_way = file
|
||||
|
||||
# test1即为name
|
||||
# test1 is the proxy name, client will use this name and passwd to connect to server
|
||||
[test1]
|
||||
passwd = 123
|
||||
bind_addr = 0.0.0.0
|
||||
|
Reference in New Issue
Block a user