🍕 Sync 2025-11-10 00:09:51

This commit is contained in:
actions-user
2025-11-10 00:09:51 +08:00
parent 8bc21f4bc5
commit 2f6d17f5dc
25 changed files with 2264 additions and 440 deletions

View File

@@ -249,6 +249,10 @@ return view.extend({
o.datatype = 'cidr4';
o.placeholder = _('Unmodified');
o = s.taboption('dns', form.Value, 'fake_ip6_range', _('Fake-IP6 Range'));
o.datatype = 'cidr6';
o.placeholder = _('Unmodified');
o = s.taboption('dns', form.Flag, 'fake_ip_filter', _('Overwrite Fake-IP Filter'));
o.rmempty = false;