Replace: domain conf loader

This commit is contained in:
JimhHan 2021-03-26 15:28:27 +08:00
parent b11429eaee
commit 14189eba07
No known key found for this signature in database
GPG Key ID: 48D5D7CF95157AC5
5 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ import (
"strings"
"github.com/xtls/xray-core/app/dns"
"github.com/xtls/xray-core/common/matcher/conf"
dm "github.com/xtls/xray-core/common/matcher/domain"
"github.com/xtls/xray-core/common/matcher/domain/conf"
"github.com/xtls/xray-core/common/matcher/geosite"
"github.com/xtls/xray-core/common/net"
)

View File

@ -6,7 +6,7 @@ import (
"strings"
"github.com/xtls/xray-core/app/router"
"github.com/xtls/xray-core/common/matcher/conf"
"github.com/xtls/xray-core/common/matcher/domain/conf"
"github.com/xtls/xray-core/common/matcher/geoip"
"github.com/xtls/xray-core/common/matcher/geosite"
"github.com/xtls/xray-core/common/net"