system: clear a few legacy DynDNS leftovers

This commit is contained in:
Franco Fichtner 2023-09-15 13:21:49 +02:00
parent 496c1c787d
commit 22a2cc9836
4 changed files with 2 additions and 5 deletions

View File

@ -2349,8 +2349,7 @@ function interface_configure($verbose = false, $interface = 'wan', $reload = fal
plugins_configure('ipsec', $verbose, [$interface]);
plugins_configure('dhcp', $verbose);
plugins_configure('dns', $verbose);
/* XXX move these up the call stack */
configdp_run('dyndns reload', [$interface]);
/* XXX move this up the call stack */
configdp_run('rfc2136 reload', [$interface]);
}

View File

@ -33,7 +33,7 @@ function listtags()
'acls', 'alias', 'aliasurl', 'allowedip', 'allowedhostname', 'authserver',
'bridged', 'build_port_path',
'ca', 'cacert', 'cert', 'crl', 'clone', 'config', 'container', 'columnitem',
'disk', 'dnsserver', 'dnsupdate', 'domainoverrides', 'dyndns',
'disk', 'dnsserver', 'dnsupdate', 'domainoverrides',
'element', 'encryption-algorithm-option',
'field', 'fieldname',
'gateway_item', 'gateway_group', 'gif', 'gre', 'group',

View File

@ -77,7 +77,6 @@ $areas = array(
'dhcrelay' => gettext('DHCP Relay'),
'dhcrelay6' => gettext('DHCPv6 Relay'),
'dnsmasq' => gettext('Dnsmasq DNS'),
'dyndnses' => gettext('Dynamic DNS'),
'dnsupdates' => gettext('RFC 2136'),
'filter' => gettext('Firewall Rules'),
'gateways' => gettext('Gateways'),

View File

@ -51,7 +51,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
}
} elseif (isset($_POST['apply'])) {
configd_run('interface routes configure');
configd_run('dyndns reload');
clear_subsystem_dirty('gwgroups');