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

This commit is contained in:
2025-12-29 00:36:23 +00:00
parent 11aaf00d8d
commit beedccdc29
3 changed files with 5 additions and 5 deletions

View File

@@ -68,7 +68,7 @@
"default": "tap0"
},
{
"type": "text",
"type": "ip",
"label": "Bridge CIDR",
"hint": "Bridge address/CIDR assigned inside the container",
"placeholder": "100.100.0.1/24",
@@ -77,7 +77,7 @@
"default": "100.100.0.1/24"
},
{
"type": "text",
"type": "ip",
"label": "VM subnet",
"hint": "Subnet that should be NATed out of the container",
"placeholder": "100.100.0.0/24",
@@ -86,7 +86,7 @@
"default": "100.100.0.0/24"
},
{
"type": "text",
"type": "ip",
"label": "Target IP (routed via VM)",
"hint": "Traffic to this IP is routed via the VM (VPN inside the VM)",
"placeholder": "10.35.33.230",