取消指定ns

pull/79/head^2
zhangchenhao 2025-05-12 20:19:21 +08:00
parent e9a83bf77f
commit b8246ba86e
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 return true, nil
}), }),
dns01.AddRecursiveNameservers([]string{ // dns01.AddRecursiveNameservers([]string{
"8.8.8.8:53", // "8.8.8.8:53",
"1.1.1.1:53", // "1.1.1.1:53",
}), // }),
) )
if err != nil { if err != nil {
return nil, err return nil, err