1.1.4 -> 1.1.5 第14次更新

This commit is contained in:
Space Time 2024-12-29 20:53:56 +08:00
parent 6fd9631d5c
commit bcccb73520

View File

@ -876,12 +876,14 @@ public partial class MainWin : Window
{ {
enable = true, enable = true,
listen = ":53", listen = ":53",
ipv6 = true,
nameserver = MainConst.MihomoNameServers nameserver = MainConst.MihomoNameServers
}; };
hostsMihomoConfDict["dns"] = new hostsMihomoConfDict["dns"] = new
{ {
enable = true, enable = true,
listen = ":53" listen = ":53",
ipv6 = true
}; };
MihomoConfs = new SerializerBuilder().WithNamingConvention(HyphenatedNamingConvention.Instance).Build().Serialize(mihomoConfDict); MihomoConfs = new SerializerBuilder().WithNamingConvention(HyphenatedNamingConvention.Instance).Build().Serialize(mihomoConfDict);