Development

This commit is contained in:
Matthew Grotke 2026-06-05 22:54:12 -04:00
parent cb0fb0bdaf
commit 82df24f294
5 changed files with 56 additions and 3 deletions

View file

@ -109,7 +109,7 @@
"label": "NAT IP",
"name": "nat_ip",
"input_type": "text",
"validate": "VALIDATION_IPV4_FORMAT",
"validate": "VALIDATION_IPV4_FORMAT|VALIDATION_UNRESTRICTED",
"placeholder": "e.g. 192.168.1.50"
},
{