mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
conf: update
This commit is contained in:
parent
19f349a65e
commit
2bf1d3e922
@ -31,10 +31,8 @@ pool_count = 10
|
|||||||
|
|
||||||
[dns]
|
[dns]
|
||||||
type = udp
|
type = udp
|
||||||
local_ip = 127.0.0.1
|
local_ip = 114.114.114.114
|
||||||
local_port = 53
|
local_port = 53
|
||||||
use_encryption = true
|
|
||||||
use_gzip = true
|
|
||||||
|
|
||||||
# Resolve your domain names to [server_addr] so you can use http://web01.yourdomain.com to browse web01 and http://web02.yourdomain.com to browse web02, the domains are set in frps.ini
|
# Resolve your domain names to [server_addr] so you can use http://web01.yourdomain.com to browse web01 and http://web02.yourdomain.com to browse web02, the domains are set in frps.ini
|
||||||
[web01]
|
[web01]
|
||||||
|
@ -38,7 +38,7 @@ listen_port = 6000
|
|||||||
type = udp
|
type = udp
|
||||||
auth_token = 123
|
auth_token = 123
|
||||||
bind_addr = 0.0.0.0
|
bind_addr = 0.0.0.0
|
||||||
listen_port = 53
|
listen_port = 5353
|
||||||
|
|
||||||
[web01]
|
[web01]
|
||||||
# if type equals http, vhost_http_port must be set
|
# if type equals http, vhost_http_port must be set
|
||||||
|
Loading…
Reference in New Issue
Block a user