Development

This commit is contained in:
Matthew Grotke 2026-06-05 23:35:13 -04:00
parent 82df24f294
commit 6cfb070b7f
3 changed files with 4 additions and 4 deletions

View file

@ -103,7 +103,7 @@
"label": "Source",
"name": "src_ip_or_subnet",
"input_type": "text",
"validate": "VALIDATION_IPV4_FORMAT|VALIDATION_IPV4_CIDR",
"validate": "VALIDATION_IPV4_CIDR",
"placeholder": "e.g. 192.168.20.100 or 192.168.20.0/24",
"hint": "You may allow either a single device IP or an entire subnet to contact dest."
},
@ -112,7 +112,7 @@
"label": "Destination",
"name": "dst_ip_or_subnet",
"input_type": "text",
"validate": "VALIDATION_IPV4_FORMAT|VALIDATION_IPV4_CIDR",
"validate": "VALIDATION_IPV4_CIDR",
"placeholder": "e.g. 192.168.10.200 or 192.168.10.0/24",
"hint": "You may allow either a single device IP or an entire subnet to be reached by source."
}