rm EBpf tun && disable android ebpf

This commit is contained in:
zhudan
2022-08-08 10:21:16 +08:00
parent 2899a126fc
commit 97270dcbe0
4 changed files with 9 additions and 40 deletions

View File

@ -335,7 +335,6 @@ func updateGeneral(general *config.General, force bool) {
P.ReCreateTProxy(general.TProxyPort, tcpIn, udpIn)
P.ReCreateMixed(general.MixedPort, tcpIn, udpIn)
P.ReCreateAutoRedir(general.EBpf.AutoRedir, tcpIn, udpIn)
P.ReCreateRedirToTun(general.EBpf.RedirectToTun)
}
func updateUsers(users []auth.AuthUser) {