Fix: typo

This commit is contained in:
JimhHan 2021-03-27 16:54:42 +08:00
parent 58bca70dfb
commit 6471cfd290
No known key found for this signature in database
GPG Key ID: 48D5D7CF95157AC5

View File

@ -16,7 +16,7 @@ var (
)
func LoadGeoIP(code string) ([]*CIDR, error) {
return LoadIPFile("dat", code)
return LoadIPFile("geoip.dat", code)
}
func LoadIPFile(file, code string) ([]*CIDR, error) {