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:
IamTheFij 2024-04-27 19:33:10 -07:00
parent 24122c2a3e
commit c711c25737

View File

@ -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"