WireGuard config: Replace kernelMode with noKernelTun

https://github.com/XTLS/Xray-core/pull/3871#issuecomment-2420770309
This commit is contained in:
RPRX
2024-10-18 00:10:09 +00:00
committed by GitHub
parent b0272c172a
commit 9bdf72d658
6 changed files with 58 additions and 65 deletions
+1 -1
View File
@@ -30,5 +30,5 @@ message DeviceConfig {
bytes reserved = 6;
DomainStrategy domain_strategy = 7;
bool is_client = 8;
bool kernel_mode = 9;
bool no_kernel_tun = 9;
}