Upgrade blocky and init fast
This commit is contained in:
parent
6906623fda
commit
7477cb7227
@ -83,7 +83,7 @@ job "blocky" {
|
|||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "ghcr.io/0xerr0r/blocky:v0.22"
|
image = "ghcr.io/0xerr0r/blocky:v0.24"
|
||||||
args = ["-c", "$${NOMAD_TASK_DIR}/config.yml"]
|
args = ["-c", "$${NOMAD_TASK_DIR}/config.yml"]
|
||||||
ports = ["dns", "api"]
|
ports = ["dns", "api"]
|
||||||
}
|
}
|
||||||
|
@ -10,6 +10,8 @@ bootstrapDns:
|
|||||||
|
|
||||||
|
|
||||||
upstreams:
|
upstreams:
|
||||||
|
init:
|
||||||
|
strategy: fast
|
||||||
groups:
|
groups:
|
||||||
default:
|
default:
|
||||||
- https://dns.quad9.net/dns-query
|
- https://dns.quad9.net/dns-query
|
||||||
|
Loading…
Reference in New Issue
Block a user