diff --git a/core/blocky/blocky.nomad b/core/blocky/blocky.nomad index 26a8372..b312af3 100644 --- a/core/blocky/blocky.nomad +++ b/core/blocky/blocky.nomad @@ -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", + ] } }