Fix cache file

This commit is contained in:
世界
2023-07-19 20:40:34 +08:00
parent e075bb5c8d
commit 98bf696d01
3 changed files with 20 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ func (s *Store) Start() error {
if s.inet6Range.IsValid() {
s.inet6Current = s.inet6Range.Addr().Next().Next()
}
_ = storage.FakeIPReset()
}
s.storage = storage
return nil