Have blocky use router for upstream in nomad

This commit is contained in:
IamTheFij 2024-02-13 12:01:08 -08:00
parent 2ff954b4b5
commit b9dfeff6d8
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ job "blocky" {
dns {
# Set expclicit DNS servers because tasks, by default, use this task
servers = ["1.1.1.1", "1.0.0.1"]
servers = [
"192.168.2.1",
]
}
}