Skip to content

v4.0.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jun 09:02
· 327 commits to main since this release

PREVIEW RELEASE

可能继续有不兼容的变更

与 v3 配置文件不兼容

wiki 已迁移至 githbook: https://irine-sistiana.gitbook.io/mosdns-wiki/

主要变化:

  • server 插件移至 mosdns 主体。
  • 更名和移除了一些预定义插件。
  • sequence 插件的 if 现在是表达式。
  • 匹配器现在用 provider: 语法载入外部数据。
  • 不再支持 ${{}} 配置文件补全。
  • 不在支持一键安装成系统服务。

不全,请按照 wiki 重新配置。


新增:

  • 支持数据文件变化自动重载。
  • 支持 yaml,json,toml... 等配置格式。
  • 支持自然的条件表达式。比如这样 (matcher && ! matcher) || matcher
  • 执行序列(aka. sequence 插件)现在在初始化时就会去找要调用的插件,如果有错误(调用插件 tag 不存在类型不对等)在启动时就会报错。
  • v2ray 数据文件可以使用 :tag1@attr1@att2,tag2@att3... 后缀一次载入多个标签的数据。