Chore: persistence fakeip pool state

This commit is contained in:
yaling888
2022-04-13 05:55:08 +08:00
parent abc8ed4df0
commit a3a50f9c7b
4 changed files with 64 additions and 18 deletions

View File

@ -347,6 +347,7 @@ func updateMitm(mitm *config.Mitm) {
func Shutdown() {
P.Cleanup()
tproxy.CleanupTProxyIPTables()
resolver.StoreFakePoolSate()
log.Warnln("Clash shutting down")
}