mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 04:42:09 +08:00
1.1.4 -> 1.1.5 第14次更新
This commit is contained in:
parent
6fd9631d5c
commit
bcccb73520
@ -876,12 +876,14 @@ public partial class MainWin : Window
|
||||
{
|
||||
enable = true,
|
||||
listen = ":53",
|
||||
ipv6 = true,
|
||||
nameserver = MainConst.MihomoNameServers
|
||||
};
|
||||
hostsMihomoConfDict["dns"] = new
|
||||
{
|
||||
enable = true,
|
||||
listen = ":53"
|
||||
listen = ":53",
|
||||
ipv6 = true
|
||||
};
|
||||
|
||||
MihomoConfs = new SerializerBuilder().WithNamingConvention(HyphenatedNamingConvention.Instance).Build().Serialize(mihomoConfDict);
|
||||
|
Loading…
Reference in New Issue
Block a user