diff --git a/Netch/Models/Setting.cs b/Netch/Models/Setting.cs index 1c1d28da..04f83b3e 100644 --- a/Netch/Models/Setting.cs +++ b/Netch/Models/Setting.cs @@ -77,7 +77,7 @@ namespace Netch.Models public string Protocol { get; set; } = "tcp"; - public string RulePath { get; set; } = "bin\\china_site_list"; + public string RulePath { get; set; } = "bin\\aiodns.conf"; } ///