refactor: rename 'ss_uot' to 'enable_shadowsocks_udp_over_tcp'

This commit is contained in:
Andrey Petelin
2025-10-10 19:48:55 +05:00
committed by divocat
parent ca5a3a79fe
commit f95d801d44
2 changed files with 3 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ function createSectionContent(section) {
o = section.option(
form.Flag,
'ss_uot',
'enable_shadowsocks_udp_over_tcp',
_('Shadowsocks UDP over TCP'),
_('Apply for SS2022'),
);