Browse Source

conf: update

fatedier 8 years ago
parent
commit
2bf1d3e922
2 changed files with 2 additions and 4 deletions
  1. 1 3
      conf/frpc.ini
  2. 1 1
      conf/frps.ini

+ 1 - 3
conf/frpc.ini

@@ -31,10 +31,8 @@ pool_count = 10
 
 [dns]
 type = udp
-local_ip = 127.0.0.1
+local_ip = 114.114.114.114
 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
 [web01]

+ 1 - 1
conf/frps.ini

@@ -38,7 +38,7 @@ listen_port = 6000
 type = udp
 auth_token = 123
 bind_addr = 0.0.0.0
-listen_port = 53
+listen_port = 5353
 
 [web01]
 # if type equals http, vhost_http_port must be set