MCPcopy
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
22type DomainModifier struct {
23 entries []domainModifierEntry
24 inverted bool
25}
26
27var _ ConditionModifier = (*DomainModifier)(nil)
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected