mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 21:02:08 +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,
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user