Add service mode and strict route

This commit is contained in:
problematicconsumer
2023-11-11 23:10:58 +03:30
parent 5125c1cc13
commit 305bead110
12 changed files with 132 additions and 85 deletions

View File

@@ -164,10 +164,10 @@
"clearSelection": "Очистить выбор"
},
"config": {
"mode": "Режим",
"modes": {
"none": "Нет",
"serviceMode": "Сервисный режим",
"serviceModes": {
"proxy": "Прокси",
"systemProxy": "Системный прокси",
"tun": "VPN"
},
"section": {
@@ -199,7 +199,10 @@
"enableClashApi": "Использовать Clash API",
"clashApiPort": "Порт Clash API",
"enableTun": "Использовать TUN",
"setSystemProxy": "Установить системный прокси"
"setSystemProxy": "Установить системный прокси",
"enableFakeDns": "Enable Fake DNS",
"bypassLan": "Bypass Lan",
"strictRoute": "Strict Route"
}
},
"about": {