Add Nat IP Field to Interfaces

This commit is contained in:
johnnyq
2025-02-13 16:34:27 -05:00
parent 2e9e49a203
commit 5ed5473b36
5 changed files with 9 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ $ip = sanitizeInput($_POST['ip']);
if ($_POST['dhcp'] == 1){
$ip = 'DHCP';
}
$nat_ip = sanitizeInput($_POST['nat_ip']);
$ipv6 = sanitizeInput($_POST['ipv6']);
$network = intval($_POST['network']);
$notes = sanitizeInput($_POST['notes']);