Fixed Failed Gen Default Configuration (#7785)
Some checks are pending
release Linux / build (Release) (push) Waiting to run
release macOS / build (Release) (push) Waiting to run
release Windows desktop (Avalonia UI) / build (Release) (push) Waiting to run
release Windows / build (Release) (push) Waiting to run

This commit is contained in:
DHR60 2025-08-17 13:52:57 +08:00 committed by GitHub
parent 06636d04ac
commit c27651b7b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1658,6 +1658,7 @@ public class CoreConfigSingboxService
{ {
tag = Global.SingboxHostsDNSTag, tag = Global.SingboxHostsDNSTag,
type = "hosts", type = "hosts",
predefined = new(),
}; };
if (simpleDNSItem.AddCommonHosts == true) if (simpleDNSItem.AddCommonHosts == true)
{ {