Skip to content

v0.5.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 16:19
· 36 commits to main since this release
e04b16f

Release date: 2024/01/23

Features

  • feat: support to auto config firewall (firewalld) in #420 by (@mzz2017)
  • optimize: avoid conflict with potential local dns server in #422 by (@mzz2017)

Bug Fixes

  • fix: Workaround UDP port conflicts when another local process binds 53 in #414 by (@jschwinger233)
  • fix/docs: fix the first check failure and possible dns leaking in #418 by (@mzz2017)
  • fix: Watch sysctl changes to ensure expected values in #426 by (@jschwinger233)

Others

特性支持

  • 特性: 支持自动配置防火墙 (firewalld) in #420 由 (@mzz2017)
  • 优化: 避免与潜在的本地 DNS 服务器冲突 in #422 由 (@mzz2017)

问题修复

  • 修复: 解决另一个本地进程绑定 53 时的 UDP 端口冲突 in #414 由 (@jschwinger233)
  • 修复/文档: 修复第一次检查失败和可能的 DNS 泄漏 in #418 由 (@mzz2017)
  • 修复: 观察 sysctl 更改以确保预期的值 in #426 由 (@jschwinger233)

其他变更

Example Config: https://github.com/daeuniverse/dae/blob/v0.5.1/example.dae

Full Changelog: v0.5.0...v0.5.1

New Contributors