mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-01-22 18:31:46 +03:00
Fix: typo
This commit is contained in:
parent
58bca70dfb
commit
6471cfd290
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user