Added backup dhcp and don't touch dhcp. Firefox disable doh FQDN moved to sing-box

This commit is contained in:
itdoginfo
2025-02-19 22:40:17 +03:00
parent 9b25669c8f
commit 5fd0e23cf9
6 changed files with 79 additions and 14 deletions

View File

@@ -628,6 +628,11 @@ return view.extend({
o.rmempty = false;
o.ucisection = 'main';
o = s.taboption('additional', form.Flag, 'dont_touch_dhcp', _('Dont touch my DHCP!'), _('Podkop will not change the DHCP config'));
o.default = '0';
o.rmempty = false;
o.ucisection = 'main';
o = s.taboption('additional', form.Flag, 'exclude_ntp', _('Exclude NTP'), _('For issues with open connections sing-box'));
o.default = '0';
o.rmempty = false;