conf: update

This commit is contained in:
fatedier 2016-12-19 01:48:57 +08:00
parent 19f349a65e
commit 2bf1d3e922
2 changed files with 2 additions and 4 deletions

View File

@ -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]

View File

@ -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