pull/79/head^2
zhangchenhao 2025-05-12 20:43:42 +08:00
parent b8246ba86e
commit 9e6a8d0a68
1 changed files with 4 additions and 4 deletions

View File

@ -237,10 +237,10 @@ func Apply(cfg map[string]any, logger *public.Logger) (map[string]any, error) {
// 跳过预检查
return true, nil
}),
// dns01.AddRecursiveNameservers([]string{
// "8.8.8.8:53",
// "1.1.1.1:53",
// }),
dns01.AddRecursiveNameservers([]string{
"8.8.8.8:53",
"1.1.1.1:53",
}),
)
if err != nil {
return nil, err