Development

This commit is contained in:
Matthew Grotke 2026-05-31 00:22:39 -04:00
parent fcdaf09477
commit f152d82386
11 changed files with 219 additions and 66 deletions

View file

@ -124,7 +124,7 @@
"label": "Ext Port",
"name": "dest_port",
"input_type": "text",
"validate": "port",
"validate": "VALIDATION_PORT",
"placeholder": "e.g. 25565"
},
{
@ -132,7 +132,7 @@
"label": "NAT IP",
"name": "nat_ip",
"input_type": "text",
"validate": "ipv4",
"validate": "VALIDATION_IPV4_FORMAT",
"placeholder": "e.g. 192.168.1.50"
},
{
@ -140,7 +140,7 @@
"label": "NAT Port",
"name": "nat_port",
"input_type": "text",
"validate": "port",
"validate": "VALIDATION_PORT",
"placeholder": "e.g. 25565"
},
{