Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/irbis-sh/zen-desktop
/ DomainModifier
Struct
DomainModifier
internal/networkrules/rulemodifiers/domain.go:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
)
21
22
type
DomainModifier
struct
{
23
entries []domainModifierEntry
24
inverted bool
25
}
26
27
var
_ ConditionModifier = (*DomainModifier)(nil)
28
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected