Always use CF for dns when renewing lego certs
Makes it more resilient if my servers are down, but also cuts out a hop because CF is the nameserver as well.
This commit is contained in:
parent
24122c2a3e
commit
c711c25737
@ -19,6 +19,12 @@ job "lego" {
|
|||||||
|
|
||||||
group "main" {
|
group "main" {
|
||||||
|
|
||||||
|
network {
|
||||||
|
dns {
|
||||||
|
servers = ["1.1.1.1", "1.0.0.1"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
task "main" {
|
task "main" {
|
||||||
driver = "exec"
|
driver = "exec"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user