Format code

This commit is contained in:
世界
2026-04-01 13:07:29 +08:00
parent 58dfd2e96f
commit c1ff6a08f0
2 changed files with 4 additions and 3 deletions

View File

@@ -97,8 +97,8 @@ type InboundContext struct {
IPCIDRMatchSource bool
IPCIDRAcceptEmpty bool
SourceAddressMatch bool
SourcePortMatch bool
SourceAddressMatch bool
SourcePortMatch bool
DestinationAddressMatch bool
DestinationPortMatch bool
DidMatch bool

View File

@@ -1,9 +1,10 @@
package rule
import (
"github.com/miekg/dns"
"github.com/sagernet/sing-box/adapter"
F "github.com/sagernet/sing/common/format"
"github.com/miekg/dns"
)
var _ RuleItem = (*DNSResponseRCodeItem)(nil)