diff --git a/dhcp_server/config.json b/dhcp_server/config.json index 576ca3b..b499d5c 100644 --- a/dhcp_server/config.json +++ b/dhcp_server/config.json @@ -6,10 +6,7 @@ "url": "https://home-assistant.io/addons/dhcp_server/", "startup": "before", "boot": "auto", - "ports": { - "67/tcp": 67, - "67/udp": 67 - }, + "host_network": true, "options": { "domain": null, "dns": ["8.8.8.8", "8.8.4.4"],