mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-15 07:56:56 +03:00
feat: make URLTest Proxy Links options textarea
This commit is contained in:
@@ -152,6 +152,9 @@ function createConfigSection(section) {
|
||||
o.depends('proxy_config_type', 'urltest');
|
||||
o.placeholder = 'vless:// or ss:// link';
|
||||
o.rmempty = false;
|
||||
o.textarea = true;
|
||||
o.rows = 3;
|
||||
o.wrap = 'soft';
|
||||
|
||||
o = s.taboption('basic', form.Flag, 'ss_uot', _('Shadowsocks UDP over TCP'), _('Apply for SS2022'));
|
||||
o.default = '0';
|
||||
|
||||
Reference in New Issue
Block a user