feat: support YAML merge in strict configuration mode (#4809)

This commit is contained in:
fatedier
2025-06-25 11:40:23 +08:00
parent 077ba80ba3
commit 8eb525a648
4 changed files with 154 additions and 5 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
### Bug Fixes
## Features
* **VirtualNet:** Resolved various issues related to connection handling, TUN device management, and stability in the virtual network feature.
* Support for YAML merge functionality (anchors and references with dot-prefixed fields) in strict configuration mode without requiring `--strict-config=false` parameter.