Fix all traffic to trpoxy for IP, two chains, exclude NTP

This commit is contained in:
itdoginfo
2024-10-30 16:54:58 +03:00
parent c8051bbbc8
commit 6b19fbf7d9
6 changed files with 58 additions and 24 deletions

View File

@@ -143,6 +143,11 @@ return view.extend({
o = s.taboption('main', form.Flag, 'socks5', _('Mixed enable'), _('Browser port: 2080'));
o.default = '0';
o.depends('mode', 'proxy');
o.rmempty = false;
o = s.taboption('main', form.Flag, 'exclude_ntp', _('Exclude NTP'), _('For issues with open connections sing-box'));
o.default = '0';
o.depends('mode', 'proxy');
o.rmempty = false;
// Second section