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": "Clear selection"
},
"config": {
"mode": "Mode",
"modes": {
"none": "None",
"serviceMode": "Service Mode",
"serviceModes": {
"proxy": "Proxy",
"systemProxy": "System Proxy",
"tun": "VPN"
},
"section": {
@@ -199,7 +199,10 @@
"enableClashApi": "Enable Clash API",
"clashApiPort": "Clash API Port",
"enableTun": "Enable TUN",
"setSystemProxy": "Set System Proxy"
"setSystemProxy": "Set System Proxy",
"enableFakeDns": "Enable Fake DNS",
"bypassLan": "Bypass Lan",
"strictRoute": "Strict Route"
}
},
"about": {