Skip to content

app/v2.2.3

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Dec 03:17
· 231 commits to master since this release
  • Fixed a bug where using an IPv4/IPv6 specific listening address like 0.0.0.0:443 or [::]:443 would still result in listening on both IPv4/IPv6
  • Delay server address DNS resolution until connection attempt when lazy mode is enabled
  • Local TLS certificates are now read every time a TLS handshake takes place, allowing users to update files without restarting the server

  • 修复了即使显式使用 IPv4/IPv6 监听地址(如 0.0.0.0:443[::]:443 )仍会同时监听 IPv4/IPv6 的问题
  • 开启懒狗模式的情况下,服务器域名解析推迟到需要连接时
  • 每次 TLS 握手时都会重新读取本地证书,以便用户能够在不重启服务器的情况下更新文件