diff --git a/firewall-dns.json b/firewall-dns.json index cbe8d3d..1515d3e 100644 --- a/firewall-dns.json +++ b/firewall-dns.json @@ -46,7 +46,7 @@ { "TYPE": "udp" }, { "TARGET_PORT_1": "53" }, { "TARGET_PORT_2": "67" }, - { "TARGET_PORT_2": "68" }, + { "TARGET_PORT_3": "68" }, { "COMMENT": "smarthost_proxy_dns" } ], "EXTRA": "--privileged --rm", diff --git a/smarthost-proxy.json b/smarthost-proxy.json index cdd50e1..3e576ca 100644 --- a/smarthost-proxy.json +++ b/smarthost-proxy.json @@ -68,8 +68,8 @@ "DEPEND": [ "proxy-dns" ], "START_ON_BOOT": "true", "CMD": "null", - "PRE_START": [ "firewall-dns" ], - "POST_START": [ "firewall-letsencrypt", "firewall-smarhost-loadbalancer" ] + "PRE_START": [ ], + "POST_START": [ "firewall-dns", "firewall-letsencrypt", "firewall-smarhost-loadbalancer" ] }, { "IMAGE": "registry.format.hu/nginx:1.21",