zfl9 8 vuotta sitten
vanhempi
sitoutus
70986f5f41
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      ss-tproxy.conf

+ 3 - 3
ss-tproxy.conf

@@ -124,10 +124,10 @@ chinadns_verbose='false'                     # 记录详细日志
 chinadns_log='/var/log/chinadns.log'         # 日志文件路径
 
 ## dns 配置
-# 解析墙外域名的 DNS,必须指明端口号,如 208.67.222.222:443
-# 如果代理模式为 *tcp,那么请确保该 DNS 能处理 TCP 查询方式
+# 远程 DNS 服务器,必须指明端口号,如 208.67.222.222:443
+# 如果代理模式为 *tcp,请确保该 DNS 能处理 TCP 查询方式
 dns_remote='8.8.8.8:53'
-# 解析墙内域名的 DNS,不能指定端口号,必须为默认端口 :53
+# 直连 DNS 服务器,不能指定端口号,必须为默认端口 53/udp
 # 允许多个 DNS,每个 DNS 之间使用空格隔开,最多允许 3 个
 dns_direct=(114.114.114.114 119.29.29.29)