mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-15 05:31:18 +08:00
chore: Skip initial "lan" rules that load geoip
This commit is contained in:
parent
835cab58cf
commit
4b39362039
@ -71,7 +71,7 @@ func (g *GEOIP) GetRecodeSize() int {
|
||||
}
|
||||
|
||||
func NewGEOIP(country string, adapter string, noResolveIP bool) (*GEOIP, error) {
|
||||
if !C.GeodataMode {
|
||||
if !C.GeodataMode || strings.EqualFold(country, "LAN") {
|
||||
geoip := &GEOIP{
|
||||
Base: &Base{},
|
||||
country: country,
|
||||
|
Loading…
Reference in New Issue
Block a user