Can configure network NAT settings from UI
This commit is contained in:
@ -14,6 +14,7 @@ export function PortInput(p: {
|
||||
onValueChange={(v) => {
|
||||
p.onChange?.(sanitizePort(v));
|
||||
}}
|
||||
checkValue={(v) => Number(v) <= 65535}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user