@@ -11,9 +11,9 @@ set -e
|
||||
|
||||
BRIDGE_NAME="${BRIDGE_NAME:-br-rego-vpn}"
|
||||
TAP_NAME="${TAP_NAME:-tap0}"
|
||||
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_SUBNET="${VM_SUBNET:-100.100.0.0/24}"
|
||||
VM_SUBNET="${VM_SUBNET:-100.100.0.0}/24"
|
||||
TARGET_IP="${TARGET_IP:-10.35.33.230}"
|
||||
|
||||
# Pick the outbound interface based on the container's default route.
|
||||
|
||||
Reference in New Issue
Block a user