Add AdGuard DNS filter support

This commit is contained in:
世界
2024-10-13 13:07:02 +08:00
parent 9dc3bb975a
commit a9209bb3e5
9 changed files with 723 additions and 0 deletions
+3
View File
@@ -166,6 +166,9 @@ type DefaultHeadlessRule struct {
DomainMatcher *domain.Matcher `json:"-"`
SourceIPSet *netipx.IPSet `json:"-"`
IPSet *netipx.IPSet `json:"-"`
AdGuardDomain Listable[string] `json:"-"`
AdGuardDomainMatcher *domain.AdGuardMatcher `json:"-"`
}
func (r DefaultHeadlessRule) IsValid() bool {