0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-19 14:48:03 +03:00
This commit is contained in:
JimhHan
2021-04-08 19:19:53 +08:00
parent 1c3abb2ec3
commit 095b17da62
5 changed files with 7 additions and 7 deletions

View File

@ -74,7 +74,7 @@ func (c *NameServerConfig) Build() (*dns.NameServer, error) {
})
}
geoipList, err := geoip.ParaseIPList(c.ExpectIPs)
geoipList, err := geoip.ParseIPList(c.ExpectIPs)
if err != nil {
return nil, newError("invalid IP rule: ", c.ExpectIPs).Base(err)
}