mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 19:46:52 +03:00
feat: rename enable_shadowsocks_udp_over_tcp
This commit is contained in:
@@ -121,9 +121,9 @@ function createSectionContent(section) {
|
|||||||
|
|
||||||
o = section.option(
|
o = section.option(
|
||||||
form.Flag,
|
form.Flag,
|
||||||
'enable_shadowsocks_udp_over_tcp',
|
'enable_udp_over_tcp',
|
||||||
_('Shadowsocks UDP over TCP'),
|
_('Shadowsocks/Socks UDP over TCP'),
|
||||||
_('Apply for SS2022'),
|
_('Apply for socks/Shadowsocks 2022'),
|
||||||
);
|
);
|
||||||
o.default = '0';
|
o.default = '0';
|
||||||
o.depends('connection_type', 'proxy');
|
o.depends('connection_type', 'proxy');
|
||||||
|
|||||||
Reference in New Issue
Block a user