mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
system: clear a few legacy DynDNS leftovers
This commit is contained in:
parent
496c1c787d
commit
22a2cc9836
@ -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]);
|
||||
}
|
||||
|
||||
|
||||
@ -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',
|
||||
|
||||
@ -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'),
|
||||
|
||||
@ -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');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user