mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
18 lines
250 B
INI
18 lines
250 B
INI
[common]
|
|
bind_addr = 0.0.0.0
|
|
bind_port = 10700
|
|
vhost_http_port = 10710
|
|
log_file = ./frps.log
|
|
log_level = debug
|
|
|
|
[echo]
|
|
type = tcp
|
|
auth_token = 123
|
|
bind_addr = 0.0.0.0
|
|
listen_port = 10711
|
|
|
|
[web]
|
|
type = http
|
|
auth_token = 123
|
|
custom_domains = 127.0.0.1
|