mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-15 01:09:20 +02:00
Fix: typo
This commit is contained in:
parent
58bca70dfb
commit
6471cfd290
|
@ -16,7 +16,7 @@ var (
|
||||||
)
|
)
|
||||||
|
|
||||||
func LoadGeoIP(code string) ([]*CIDR, error) {
|
func LoadGeoIP(code string) ([]*CIDR, error) {
|
||||||
return LoadIPFile("dat", code)
|
return LoadIPFile("geoip.dat", code)
|
||||||
}
|
}
|
||||||
|
|
||||||
func LoadIPFile(file, code string) ([]*CIDR, error) {
|
func LoadIPFile(file, code string) ([]*CIDR, error) {
|
||||||
|
|
Loading…
Reference in New Issue