Chore: merge branch 'with-tun' into plus-pro

This commit is contained in:
yaling888
2022-03-23 16:54:56 +08:00
14 changed files with 144 additions and 8 deletions

View File

@ -334,6 +334,6 @@ func updateIPTables(cfg *config.Config) {
func Cleanup() {
P.Cleanup()
tproxy.CleanupTProxyIPTables()
S.Py_Finalize()
tproxy.CleanupTProxyIPTables()
}