1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Revert "Merge branch 'test' into develop"

This reverts commit 9b2e83a48f, reversing
changes made to 4d45a2114f.
This commit is contained in:
suyuan 2021-01-08 00:52:38 +08:00
parent 6475bfcdf3
commit f26fc1d4a6
7 changed files with 408 additions and 426 deletions

View file

@ -32,6 +32,7 @@ return L.view.extend({
s.tab('advanced', _('Advanced Settings'));
o = s.taboption('general', form.Flag, 'enable', _('Enabled'));
o.default = o.enabled;
o = s.taboption('general',form.Value, 'label', _('Label'));
o.rmempty = true;
@ -64,9 +65,11 @@ return L.view.extend({
o.rmempty = false;
o = s.taboption('advanced', form.Flag, 'mptcp', _('MPTCP'));
o.default = o.enabled;
o.modalonly = true;
o = s.taboption('advanced', form.Flag, 'chacha20', _('chacha'), _('Force fallback cipher'));
o.default = o.enabled;
o.modalonly = true;
o = s.taboption('advanced', form.Value, 'timeout', _('Timeout'));
@ -75,6 +78,7 @@ return L.view.extend({
o.modalonly = true;
o = s.taboption('advanced', form.Flag, 'multiqueue', _('Multiqueue'));
o.default = o.enabled;
o.rmempty = false;
o.modalonly = true;