Update setup-adguard-lxc.sh

More resources and changed IP's
This commit is contained in:
2026-05-27 11:15:54 +10:00
parent 844f71a343
commit ff6747ec74
+4 -4
View File
@@ -13,7 +13,7 @@
# - HAOS VM: 10.0.0.55
# - OPNsense: 10.0.0.254
# - NPM LXC: 10.0.0.54
# - AdGuard LXC: 10.0.0.53 (new - adjust if taken)
# - AdGuard LXC: 10.0.0.224 (new - adjust if taken)
# - Gateway: 10.0.0.254
# - DNS (current): 10.0.0.55 (will change to 10.0.0.53)
#
@@ -25,12 +25,12 @@ set -euo pipefail
# --- Configuration ---
CT_ID="${1:-120}"
CT_NAME="adguard"
CT_IP="10.0.0.53/24"
CT_IP="10.0.0.224/24"
CT_GW="10.0.0.254"
CT_STORAGE="local-lvm"
CT_TEMPLATE="local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
CT_MEMORY=256
CT_SWAP=128
CT_MEMORY=1024
CT_SWAP=256
CT_CORES=1
CT_DISK="2"
BRIDGE="vmbr0"