mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-20 06:58:38 +03:00
Fix typo
This commit is contained in:
@ -92,7 +92,7 @@ func find(data, code []byte) []byte {
|
||||
}
|
||||
}
|
||||
|
||||
func ParaseIPList(ips []string) ([]*GeoIP, error) {
|
||||
func ParseIPList(ips []string) ([]*GeoIP, error) {
|
||||
var geoipList []*GeoIP
|
||||
var customCidrs []*CIDR
|
||||
|
||||
|
Reference in New Issue
Block a user