From e52286ebc7f3d3a2e8bd6f215a0e2fc1aaef6d6f Mon Sep 17 00:00:00 2001 From: fangdingjun Date: Thu, 30 Aug 2018 12:03:52 +0800 Subject: [PATCH] update example config file --- config_example.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_example.yaml b/config_example.yaml index 4d7a52c..2c2e33b 100644 --- a/config_example.yaml +++ b/config_example.yaml @@ -9,7 +9,7 @@ upstream_servers: # bootstrap dns server, # this used to resolve the domain name used in Doh and TLS, # not needed if you don't use DoH and tls -bootstrap_severs: +bootstrap_servers: - tcp://1.0.0.1:53 - udp://1.0.0.1:53 @@ -37,4 +37,4 @@ upstream_timeout: 3 # check upstream certificate or not # if you use self signed certificate, set this to true -upstream_insecure: true \ No newline at end of file +upstream_insecure: false