Migrate components to library

This commit is contained in:
世界
2022-07-11 18:44:59 +08:00
parent f548511d7e
commit 3d16df288c
46 changed files with 109 additions and 2438 deletions

View File

@@ -4,8 +4,8 @@ import (
"strings"
"github.com/sagernet/sing-box/adapter"
"github.com/sagernet/sing-box/common/domain"
"github.com/sagernet/sing/common"
"github.com/sagernet/sing/common/domain"
)
var _ RuleItem = (*DomainItem)(nil)