Skip to content

1.10.0-alpha.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@nekohasekai nekohasekai released this 26 Jun 09:52
· 218 commits to dev-next since this release
f7c96d9

πŸ“ Release Notes

  • Add new inline rule-set type 1
  • Add auto reload support for local rule-set
  • Improve fsnotify usages 2
  • Fixes and improvements

1:

The new rule-set type inline (which also becomes the default type)
allows you to write headless rules directly without creating a rule-set file.

2:

sing-box now uses fsnotify correctly and will not cancel watching
if the target file is deleted or recreated via rename (e.g. mv).

This affects all path options that support reload, including
tls.certificate_path, tls.key_path, tls.ech.key_path and rule_set.path.