github pymumu/smartdns Release43
Release 43

8 months ago

更新内容:

  1. force-qtype-SOA支持范围的写法,如: force-qtype-SOA 1-23,48-64。
  2. address参数支持多IP地址,支持最多8个IP地址,如:address /a.com/1.2.3.4,5.6.7.8
  3. 域名规则支持前缀通配。(*-仅支持在域名开头)
        // 前缀通配
        *-a.example.com 
        // 仅匹配子域名
        *.example.com
        // 仅匹配主域名
        -.example.com
    
  4. server/server-tcp/server-tls/server-https支持-host-ip指定IP地址。
  5. 增加ddns-domain选项,用于将DDNS域名解析为本机IP地址,避免上游查询。
  6. 配置文件配置项支持\换行。
  7. 支持后台运行时输出日志到终端, log-console yes

问题修正:

  1. 修正max TTL问题
  2. 优化systemd服务启动时的错误情况。
  3. 代码结构优化和优化log打印。
  4. 修正openwrt系统下广告屏蔽失效的问题。
  5. 修正subnet不工作的问题。
  6. 修正bootstrap DNS重试失败的问题。
  7. 修正bugos-nxdomain问题。

smartdns帮助文档:https://pymumu.github.io/smartdns/
非静态版本下载:https://github.com/PikuZheng/smartdns/releases/
Full Changelog: Release42...Release43

Don't miss a new smartdns release

NewReleases is sending notifications on new releases.