Minor bugfix

This commit is contained in:
2022-09-27 07:31:04 +00:00
parent 97379f1530
commit 0f513a00d3
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@
{ "TYPE": "udp" }, { "TYPE": "udp" },
{ "TARGET_PORT_1": "53" }, { "TARGET_PORT_1": "53" },
{ "TARGET_PORT_2": "67" }, { "TARGET_PORT_2": "67" },
{ "TARGET_PORT_2": "68" }, { "TARGET_PORT_3": "68" },
{ "COMMENT": "smarthost_proxy_dns" } { "COMMENT": "smarthost_proxy_dns" }
], ],
"EXTRA": "--privileged --rm", "EXTRA": "--privileged --rm",

View File

@@ -68,8 +68,8 @@
"DEPEND": [ "proxy-dns" ], "DEPEND": [ "proxy-dns" ],
"START_ON_BOOT": "true", "START_ON_BOOT": "true",
"CMD": "null", "CMD": "null",
"PRE_START": [ "firewall-dns" ], "PRE_START": [ ],
"POST_START": [ "firewall-letsencrypt", "firewall-smarhost-loadbalancer" ] "POST_START": [ "firewall-dns", "firewall-letsencrypt", "firewall-smarhost-loadbalancer" ]
}, },
{ {
"IMAGE": "registry.format.hu/nginx:1.21", "IMAGE": "registry.format.hu/nginx:1.21",