diff --git a/adguard_home_custom/config.yaml b/adguard_home_custom/config.yaml index 83050f9..96a4a28 100644 --- a/adguard_home_custom/config.yaml +++ b/adguard_home_custom/config.yaml @@ -1,6 +1,6 @@ name: "AdGuard Home Custom" description: "Netzwerkweite Werbeblockierung und DNS-Verwaltung" -version: "1.0.0" +version: "1.0.1" slug: "adguard_home_custom" arch: - aarch64 @@ -8,11 +8,21 @@ arch: - armv7 startup: services boot: auto +init: false ingress: true panel_icon: "mdi:shield-check" panel_title: "AdGuard" host_network: true map: - "addon_config:rw" +full_access: true +ports: + 53/tcp: 53 + 53/udp: 53 + 67/tcp: 67 + 67/udp: 67 + 68/udp: 68 + 853/tcp: 853 + 853/udp: 853 options: {} schema: {} \ No newline at end of file