chore: Use Meta-geoip for default

This commit is contained in:
H1JK
2023-07-20 23:24:48 +08:00
parent b0e76ec791
commit 7632827177
4 changed files with 8 additions and 8 deletions

View File

@ -99,7 +99,7 @@ func (p *path) MMDB() string {
}
}
}
return P.Join(p.homeDir, "Country.mmdb")
return P.Join(p.homeDir, "geoip.metadb")
}
func (p *path) OldCache() string {