fix: geosite match

This commit is contained in:
wwqgtxx
2022-11-21 10:33:42 +08:00
parent 18d62c4a17
commit d478728cb7
2 changed files with 8 additions and 3 deletions

View File

@@ -2,10 +2,10 @@ package common
import (
"fmt"
"github.com/Dreamacro/clash/component/geodata"
"github.com/Dreamacro/clash/component/geodata/router"
"strings"
"github.com/Dreamacro/clash/component/geodata"
"github.com/Dreamacro/clash/component/geodata/router"
"github.com/Dreamacro/clash/component/mmdb"
"github.com/Dreamacro/clash/component/resolver"
C "github.com/Dreamacro/clash/constant"