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

Add labels for shadowsocks and allow multiples rules in interface

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-06-26 14:58:04 +02:00
parent 5de56cb576
commit 75f2277fbd
3 changed files with 111 additions and 77 deletions

View file

@ -138,6 +138,8 @@ return L.Class.extend({
};
}
o = optfunc(form.Value, 'label', _('Label'));
o = optfunc(form.Value, 'server', _('Server'));
o.datatype = 'host';
o.size = 16;