mirror of https://github.com/allinssl/allinssl
pull/79/head^2
parent
a748ed5e8e
commit
e9a83bf77f
|
@ -238,8 +238,8 @@ 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{
|
||||||
"volans.dnspod.net:53",
|
"8.8.8.8:53",
|
||||||
"dove.dnspod.net:53",
|
"1.1.1.1:53",
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue