diff --git a/ct/adguard.sh b/ct/adguard.sh
index 5c15fca1..da5d39ce 100644
--- a/ct/adguard.sh
+++ b/ct/adguard.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/agentdvr.sh b/ct/agentdvr.sh
index caab7c04..2d70e13c 100644
--- a/ct/agentdvr.sh
+++ b/ct/agentdvr.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/alpine-docker.sh b/ct/alpine-docker.sh
index c79f03d1..d401fc28 100644
--- a/ct/alpine-docker.sh
+++ b/ct/alpine-docker.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/alpine-grafana.sh b/ct/alpine-grafana.sh
index e99bef4e..51560661 100644
--- a/ct/alpine-grafana.sh
+++ b/ct/alpine-grafana.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/alpine-nextcloud.sh b/ct/alpine-nextcloud.sh
index bee4bf5f..bc9814e5 100644
--- a/ct/alpine-nextcloud.sh
+++ b/ct/alpine-nextcloud.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/alpine-vaultwarden.sh b/ct/alpine-vaultwarden.sh
index 359f90c0..c270574f 100644
--- a/ct/alpine-vaultwarden.sh
+++ b/ct/alpine-vaultwarden.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/alpine-zigbee2mqtt.sh b/ct/alpine-zigbee2mqtt.sh
index d8941417..32c435a8 100644
--- a/ct/alpine-zigbee2mqtt.sh
+++ b/ct/alpine-zigbee2mqtt.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/alpine.sh b/ct/alpine.sh
index 8da732a5..6ead34bc 100644
--- a/ct/alpine.sh
+++ b/ct/alpine.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/apt-cacher-ng.sh b/ct/apt-cacher-ng.sh
index 6a4439ca..15d1f140 100644
--- a/ct/apt-cacher-ng.sh
+++ b/ct/apt-cacher-ng.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/audiobookshelf.sh b/ct/audiobookshelf.sh
index 78b04add..a1a3c0b9 100644
--- a/ct/audiobookshelf.sh
+++ b/ct/audiobookshelf.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/autobrr.sh b/ct/autobrr.sh
index 4fe249e5..d0a73164 100644
--- a/ct/autobrr.sh
+++ b/ct/autobrr.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/bazarr.sh b/ct/bazarr.sh
index 687445ae..5371beee 100755
--- a/ct/bazarr.sh
+++ b/ct/bazarr.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/blocky.sh b/ct/blocky.sh
index 1d6d9858..64311a9c 100644
--- a/ct/blocky.sh
+++ b/ct/blocky.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/casaos.sh b/ct/casaos.sh
index 3b90d107..fcb30fdd 100644
--- a/ct/casaos.sh
+++ b/ct/casaos.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/changedetection.sh b/ct/changedetection.sh
index d12ead96..84448134 100644
--- a/ct/changedetection.sh
+++ b/ct/changedetection.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/channels.sh b/ct/channels.sh
index 7f05f7ec..6368677f 100644
--- a/ct/channels.sh
+++ b/ct/channels.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/cloudflared.sh b/ct/cloudflared.sh
index 19429bc3..832dc1b8 100644
--- a/ct/cloudflared.sh
+++ b/ct/cloudflared.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/commafeed.sh b/ct/commafeed.sh
index d4eba134..4449c285 100644
--- a/ct/commafeed.sh
+++ b/ct/commafeed.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/cronicle.sh b/ct/cronicle.sh
index fd7ea840..bbc296d1 100644
--- a/ct/cronicle.sh
+++ b/ct/cronicle.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/daemonsync.sh b/ct/daemonsync.sh
index ce3c885a..859d96d4 100644
--- a/ct/daemonsync.sh
+++ b/ct/daemonsync.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/dashy.sh b/ct/dashy.sh
index 6155bd77..309fe40c 100644
--- a/ct/dashy.sh
+++ b/ct/dashy.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/debian.sh b/ct/debian.sh
index edc59f1b..4db9904f 100644
--- a/ct/debian.sh
+++ b/ct/debian.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/deconz.sh b/ct/deconz.sh
index 93bfae2d..b3a53756 100644
--- a/ct/deconz.sh
+++ b/ct/deconz.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/deluge.sh b/ct/deluge.sh
index 75806917..385f93c7 100644
--- a/ct/deluge.sh
+++ b/ct/deluge.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/docker.sh b/ct/docker.sh
index 368d3518..7997d026 100644
--- a/ct/docker.sh
+++ b/ct/docker.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/dockge.sh b/ct/dockge.sh
index 39e7eac2..e24c74e3 100644
--- a/ct/dockge.sh
+++ b/ct/dockge.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/emby.sh b/ct/emby.sh
index 954bc140..563ecf57 100644
--- a/ct/emby.sh
+++ b/ct/emby.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/emqx.sh b/ct/emqx.sh
index 20fd755e..f469e28e 100644
--- a/ct/emqx.sh
+++ b/ct/emqx.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/esphome.sh b/ct/esphome.sh
index 6262cd67..0aee7d7b 100644
--- a/ct/esphome.sh
+++ b/ct/esphome.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/fhem.sh b/ct/fhem.sh
index 0b4812b7..c7a12377 100644
--- a/ct/fhem.sh
+++ b/ct/fhem.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/go2rtc.sh b/ct/go2rtc.sh
index 7ad54ab7..38e4f55e 100644
--- a/ct/go2rtc.sh
+++ b/ct/go2rtc.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/gotify.sh b/ct/gotify.sh
index 99cbfbee..1b5b19d9 100644
--- a/ct/gotify.sh
+++ b/ct/gotify.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/grafana.sh b/ct/grafana.sh
index f3747d05..047807f6 100644
--- a/ct/grafana.sh
+++ b/ct/grafana.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/grocy.sh b/ct/grocy.sh
index 43a123e0..18bca608 100644
--- a/ct/grocy.sh
+++ b/ct/grocy.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/heimdalldashboard.sh b/ct/heimdalldashboard.sh
index c8106cbe..70ed090b 100644
--- a/ct/heimdalldashboard.sh
+++ b/ct/heimdalldashboard.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/homarr.sh b/ct/homarr.sh
index 9f0353c2..f7a516e0 100644
--- a/ct/homarr.sh
+++ b/ct/homarr.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh
index ea3ea3f1..086c8468 100644
--- a/ct/homeassistant-core.sh
+++ b/ct/homeassistant-core.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/homeassistant.sh b/ct/homeassistant.sh
index 66dcafe2..e6e28ebf 100644
--- a/ct/homeassistant.sh
+++ b/ct/homeassistant.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/homebridge.sh b/ct/homebridge.sh
index 28a12a7b..d32e5e51 100644
--- a/ct/homebridge.sh
+++ b/ct/homebridge.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/homepage.sh b/ct/homepage.sh
index 25bc2c0b..bbeef90c 100644
--- a/ct/homepage.sh
+++ b/ct/homepage.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/homer.sh b/ct/homer.sh
index 59670953..13a1535a 100644
--- a/ct/homer.sh
+++ b/ct/homer.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/hyperion.sh b/ct/hyperion.sh
index 309b8754..402a0615 100644
--- a/ct/hyperion.sh
+++ b/ct/hyperion.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/influxdb.sh b/ct/influxdb.sh
index dded776f..e732a60b 100644
--- a/ct/influxdb.sh
+++ b/ct/influxdb.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/iobroker.sh b/ct/iobroker.sh
index 84edc759..eb1cccc6 100644
--- a/ct/iobroker.sh
+++ b/ct/iobroker.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/jackett.sh b/ct/jackett.sh
index 68d967a2..898cb4e3 100644
--- a/ct/jackett.sh
+++ b/ct/jackett.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/jellyfin.sh b/ct/jellyfin.sh
index b56e271e..3f7c9883 100644
--- a/ct/jellyfin.sh
+++ b/ct/jellyfin.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/jellyseerr.sh b/ct/jellyseerr.sh
index 68a93218..e3af3b80 100644
--- a/ct/jellyseerr.sh
+++ b/ct/jellyseerr.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/k0s.sh b/ct/k0s.sh
index f39b8a77..5c6331bb 100644
--- a/ct/k0s.sh
+++ b/ct/k0s.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/kavita.sh b/ct/kavita.sh
index 84afe3fb..e2238bf1 100644
--- a/ct/kavita.sh
+++ b/ct/kavita.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/keycloak.sh b/ct/keycloak.sh
index 0a67f9d3..73810dc8 100644
--- a/ct/keycloak.sh
+++ b/ct/keycloak.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/lidarr.sh b/ct/lidarr.sh
index 3b800506..28b1bd3b 100644
--- a/ct/lidarr.sh
+++ b/ct/lidarr.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/linkwarden.sh b/ct/linkwarden.sh
index 95937e29..a62a2781 100644
--- a/ct/linkwarden.sh
+++ b/ct/linkwarden.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/magicmirror.sh b/ct/magicmirror.sh
index 5a547619..bbd5c3c3 100644
--- a/ct/magicmirror.sh
+++ b/ct/magicmirror.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/mariadb.sh b/ct/mariadb.sh
index 6051169c..70f6ab09 100644
--- a/ct/mariadb.sh
+++ b/ct/mariadb.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/meshcentral.sh b/ct/meshcentral.sh
index 16c9a837..03bc929f 100644
--- a/ct/meshcentral.sh
+++ b/ct/meshcentral.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/motioneye.sh b/ct/motioneye.sh
index 306f6281..918a3b6c 100644
--- a/ct/motioneye.sh
+++ b/ct/motioneye.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/mqtt.sh b/ct/mqtt.sh
index 86b5c18d..80d8408d 100644
--- a/ct/mqtt.sh
+++ b/ct/mqtt.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/n8n.sh b/ct/n8n.sh
index 39be816e..04de7c01 100644
--- a/ct/n8n.sh
+++ b/ct/n8n.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/navidrome.sh b/ct/navidrome.sh
index 28e10544..c009f9c3 100644
--- a/ct/navidrome.sh
+++ b/ct/navidrome.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/nextcloudpi.sh b/ct/nextcloudpi.sh
index 7e75d135..bcbef6dc 100644
--- a/ct/nextcloudpi.sh
+++ b/ct/nextcloudpi.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/nginxproxymanager.sh b/ct/nginxproxymanager.sh
index 016c391c..bd6ea26d 100644
--- a/ct/nginxproxymanager.sh
+++ b/ct/nginxproxymanager.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/nocodb.sh b/ct/nocodb.sh
index 6f2c76ea..538641ce 100644
--- a/ct/nocodb.sh
+++ b/ct/nocodb.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/node-red.sh b/ct/node-red.sh
index bdb8615e..cdd37d15 100644
--- a/ct/node-red.sh
+++ b/ct/node-red.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/octoprint.sh b/ct/octoprint.sh
index af27fabe..ab091834 100644
--- a/ct/octoprint.sh
+++ b/ct/octoprint.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/omada.sh b/ct/omada.sh
index 4d433261..33273e1c 100644
--- a/ct/omada.sh
+++ b/ct/omada.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/ombi.sh b/ct/ombi.sh
index d367b165..b3957aaa 100644
--- a/ct/ombi.sh
+++ b/ct/ombi.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/omv.sh b/ct/omv.sh
index 8ca264c3..d9510fdd 100644
--- a/ct/omv.sh
+++ b/ct/omv.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/openhab.sh b/ct/openhab.sh
index 14e9bbf4..60e9d7a7 100644
--- a/ct/openhab.sh
+++ b/ct/openhab.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/openobserve.sh b/ct/openobserve.sh
index 86828d9f..26e36a9c 100644
--- a/ct/openobserve.sh
+++ b/ct/openobserve.sh
@@ -41,6 +41,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/overseerr.sh b/ct/overseerr.sh
index 392be917..4f8b271c 100644
--- a/ct/overseerr.sh
+++ b/ct/overseerr.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/owncast.sh b/ct/owncast.sh
index 3bf376bf..06832850 100644
--- a/ct/owncast.sh
+++ b/ct/owncast.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/paperless-ngx.sh b/ct/paperless-ngx.sh
index b7a68ea8..f4773d70 100644
--- a/ct/paperless-ngx.sh
+++ b/ct/paperless-ngx.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/photoprism.sh b/ct/photoprism.sh
index 5e8d754b..5ff79708 100644
--- a/ct/photoprism.sh
+++ b/ct/photoprism.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/pialert.sh b/ct/pialert.sh
index 6766107f..a06f2f6a 100644
--- a/ct/pialert.sh
+++ b/ct/pialert.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/pihole.sh b/ct/pihole.sh
index 2d5e8f2f..ad17f550 100644
--- a/ct/pihole.sh
+++ b/ct/pihole.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/pingvin.sh b/ct/pingvin.sh
index c3943725..8d36f98a 100644
--- a/ct/pingvin.sh
+++ b/ct/pingvin.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/plex.sh b/ct/plex.sh
index 12ab74f4..9ab0b8b3 100644
--- a/ct/plex.sh
+++ b/ct/plex.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/podman-homeassistant.sh b/ct/podman-homeassistant.sh
index d9cb8573..667e581f 100644
--- a/ct/podman-homeassistant.sh
+++ b/ct/podman-homeassistant.sh
@@ -43,6 +43,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/podman.sh b/ct/podman.sh
index 820b20c3..b8e8e1a4 100644
--- a/ct/podman.sh
+++ b/ct/podman.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/postgresql.sh b/ct/postgresql.sh
index 47bf54d1..5ff19c81 100644
--- a/ct/postgresql.sh
+++ b/ct/postgresql.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/prometheus.sh b/ct/prometheus.sh
index 570eb1bf..6bf41bd1 100644
--- a/ct/prometheus.sh
+++ b/ct/prometheus.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/prowlarr.sh b/ct/prowlarr.sh
index 655a73cf..2ad20b7c 100644
--- a/ct/prowlarr.sh
+++ b/ct/prowlarr.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/qbittorrent.sh b/ct/qbittorrent.sh
index 9f0a07f6..da21d11f 100644
--- a/ct/qbittorrent.sh
+++ b/ct/qbittorrent.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/radarr.sh b/ct/radarr.sh
index 2dc8668b..d481245f 100644
--- a/ct/radarr.sh
+++ b/ct/radarr.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/rdtclient.sh b/ct/rdtclient.sh
index 2df7fede..78e19112 100755
--- a/ct/rdtclient.sh
+++ b/ct/rdtclient.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/readarr.sh b/ct/readarr.sh
index 4a0dcd6a..7b995990 100644
--- a/ct/readarr.sh
+++ b/ct/readarr.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/rockylinux.sh b/ct/rockylinux.sh
index 9e476b5c..c9cb151a 100644
--- a/ct/rockylinux.sh
+++ b/ct/rockylinux.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/rtsptoweb.sh b/ct/rtsptoweb.sh
index 18642616..20d9b7f7 100644
--- a/ct/rtsptoweb.sh
+++ b/ct/rtsptoweb.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/runtipi.sh b/ct/runtipi.sh
index a779a1df..56b513e4 100644
--- a/ct/runtipi.sh
+++ b/ct/runtipi.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/sabnzbd.sh b/ct/sabnzbd.sh
index 427e53f7..b761526d 100644
--- a/ct/sabnzbd.sh
+++ b/ct/sabnzbd.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/scrypted.sh b/ct/scrypted.sh
index 8ffec8b5..15488152 100644
--- a/ct/scrypted.sh
+++ b/ct/scrypted.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/sftpgo.sh b/ct/sftpgo.sh
index 7b5415be..d3c2d7b3 100644
--- a/ct/sftpgo.sh
+++ b/ct/sftpgo.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/shinobi.sh b/ct/shinobi.sh
index c5488d2a..3f1cdb6e 100644
--- a/ct/shinobi.sh
+++ b/ct/shinobi.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/sonarr.sh b/ct/sonarr.sh
index 22af05ef..36a6297a 100644
--- a/ct/sonarr.sh
+++ b/ct/sonarr.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/stirling-pdf.sh b/ct/stirling-pdf.sh
index 8e86cbc3..29232f59 100644
--- a/ct/stirling-pdf.sh
+++ b/ct/stirling-pdf.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/syncthing.sh b/ct/syncthing.sh
index 9beff817..ad9fb728 100644
--- a/ct/syncthing.sh
+++ b/ct/syncthing.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/tasmoadmin.sh b/ct/tasmoadmin.sh
index 9aa75124..8b772760 100644
--- a/ct/tasmoadmin.sh
+++ b/ct/tasmoadmin.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/tautulli.sh b/ct/tautulli.sh
index 3445d79e..8430f04a 100644
--- a/ct/tautulli.sh
+++ b/ct/tautulli.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/tdarr.sh b/ct/tdarr.sh
index 89f68c3e..51b69f45 100644
--- a/ct/tdarr.sh
+++ b/ct/tdarr.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/technitiumdns.sh b/ct/technitiumdns.sh
index e091db9d..8e6f042c 100644
--- a/ct/technitiumdns.sh
+++ b/ct/technitiumdns.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/transmission.sh b/ct/transmission.sh
index 435b4994..22638428 100644
--- a/ct/transmission.sh
+++ b/ct/transmission.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/trilium.sh b/ct/trilium.sh
index e0d2d75b..9a090607 100644
--- a/ct/trilium.sh
+++ b/ct/trilium.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/ubuntu.sh b/ct/ubuntu.sh
index c61b90bd..bd89172b 100644
--- a/ct/ubuntu.sh
+++ b/ct/ubuntu.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/umbrel.sh b/ct/umbrel.sh
index 40ce605b..1638def3 100644
--- a/ct/umbrel.sh
+++ b/ct/umbrel.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/unifi.sh b/ct/unifi.sh
index f70327b2..352a809d 100644
--- a/ct/unifi.sh
+++ b/ct/unifi.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/unmanic.sh b/ct/unmanic.sh
index 05eb7298..4750f0ee 100644
--- a/ct/unmanic.sh
+++ b/ct/unmanic.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/uptimekuma.sh b/ct/uptimekuma.sh
index 4961ee5d..c0a14a46 100644
--- a/ct/uptimekuma.sh
+++ b/ct/uptimekuma.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/vaultwarden.sh b/ct/vaultwarden.sh
index f204a484..5b8e51fa 100644
--- a/ct/vaultwarden.sh
+++ b/ct/vaultwarden.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/whisparr.sh b/ct/whisparr.sh
index 3679741d..488f8197 100644
--- a/ct/whisparr.sh
+++ b/ct/whisparr.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/whoogle.sh b/ct/whoogle.sh
index 8334f650..11b127df 100644
--- a/ct/whoogle.sh
+++ b/ct/whoogle.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/wikijs.sh b/ct/wikijs.sh
index 0dfe3b4a..03feba32 100644
--- a/ct/wikijs.sh
+++ b/ct/wikijs.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/wireguard.sh b/ct/wireguard.sh
index 31a554d6..f78f4cda 100644
--- a/ct/wireguard.sh
+++ b/ct/wireguard.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/yunohost.sh b/ct/yunohost.sh
index 387a7dad..2b0c6bbd 100644
--- a/ct/yunohost.sh
+++ b/ct/yunohost.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/zigbee2mqtt.sh b/ct/zigbee2mqtt.sh
index a4ccac5c..eebc630f 100644
--- a/ct/zigbee2mqtt.sh
+++ b/ct/zigbee2mqtt.sh
@@ -40,6 +40,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/zoraxy.sh b/ct/zoraxy.sh
index 9633a968..1f36cbe4 100644
--- a/ct/zoraxy.sh
+++ b/ct/zoraxy.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""
diff --git a/ct/zwave-js-ui.sh b/ct/zwave-js-ui.sh
index e0a3039c..83adbc9d 100644
--- a/ct/zwave-js-ui.sh
+++ b/ct/zwave-js-ui.sh
@@ -39,6 +39,8 @@ function default_settings() {
   BRG="vmbr0"
   NET="dhcp"
   GATE=""
+  APT_CACHER="no"
+  APT_CACHER_IP="none"
   DISABLEIP6="no"
   MTU=""
   SD=""