Have blocky use router for upstream in nomad
This commit is contained in:
parent
2ff954b4b5
commit
b9dfeff6d8
@ -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",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user