فهرست منبع

添加 gfwlist 模式下的黑名单文件

zfl9 8 سال پیش
والد
کامیت
7882eae0c6
1فایلهای تغییر یافته به همراه6 افزوده شده و 5 حذف شده
  1. 6 5
      ss-tproxy.conf

+ 6 - 5
ss-tproxy.conf

@@ -100,11 +100,12 @@ tunnel_log='/var/log/ss-tunnel.log' # 日志文件路径
 
 ## dnsmasq 配置
 # 根据模式选择使用
-dnsmasq_gfwlist='/etc/tproxy/gfwlist.txt'   # gfwlist 域名文件
-dnsmasq_cache_size='10240'                  # DNS 缓存条目数量
-dnsmasq_cache_time='3600'                   # DNS 缓存时间(秒)
-dnsmasq_log_on='false'                      # 是否记录 DNS 日志
-dnsmasq_log_file='/var/log/dnsmasq.log'     # DNS 日志记录文件
+dnsmasq_gfwlist='/etc/tproxy/gfwlist.txt'       # gfwlist 域名文件
+dnsmasq_gfwlist_ext='/etc/tproxy/gfwlist.ext'   # gfwlist 扩展文件
+dnsmasq_cache_size='10240'                      # DNS 缓存条目数量
+dnsmasq_cache_time='3600'                       # DNS 缓存时间(秒)
+dnsmasq_log_on='false'                          # 是否记录 DNS 日志
+dnsmasq_log_file='/var/log/dnsmasq.log'         # DNS 日志记录文件
 
 ## dnsforwarder 配置
 # 根据模式选择使用