From ff6747ec741b857310a0e902c135d3281dbf4013 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Wed, 27 May 2026 11:15:54 +1000 Subject: [PATCH] Update setup-adguard-lxc.sh More resources and changed IP's --- setup-adguard-lxc.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup-adguard-lxc.sh b/setup-adguard-lxc.sh index 35f3385..4e16e36 100644 --- a/setup-adguard-lxc.sh +++ b/setup-adguard-lxc.sh @@ -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"