From 2bf1d3e922bf778b74e0280872c5d97364875d1c Mon Sep 17 00:00:00 2001 From: fatedier Date: Mon, 19 Dec 2016 01:48:57 +0800 Subject: [PATCH] conf: update --- conf/frpc.ini | 4 +--- conf/frps.ini | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/conf/frpc.ini b/conf/frpc.ini index 5a064008..3fb00803 100644 --- a/conf/frpc.ini +++ b/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] diff --git a/conf/frps.ini b/conf/frps.ini index 23079765..867d0828 100644 --- a/conf/frps.ini +++ b/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