pull/79/head^2
zhangchenhao 2025-05-12 20:18:39 +08:00
parent a748ed5e8e
commit e9a83bf77f
1 changed files with 2 additions and 2 deletions

View File

@ -238,8 +238,8 @@ func Apply(cfg map[string]any, logger *public.Logger) (map[string]any, error) {
return true, nil
}),
dns01.AddRecursiveNameservers([]string{
"volans.dnspod.net:53",
"dove.dnspod.net:53",
"8.8.8.8:53",
"1.1.1.1:53",
}),
)
if err != nil {