fix ip
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-29 00:49:16 +00:00
parent 9c2c67fbe1
commit a5871d399b
3 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
set -euo pipefail
BRIDGE_NAME="${BRIDGE_NAME:-br-rego-vpn}"
BRIDGE_CIDR="${BRIDGE_CIDR:-100.100.0.1/24}"
BRIDGE_CIDR="${BRIDGE_CIDR:-100.100.0.1}/24"
VM_NET_IP="${VM_NET_IP:-100.100.0.2}"
VM_MAC="${VM_MAC:-52:54:00:12:34:56}"