package config // DefaultBlockPageHTML is the block page shown for a blocked query answered // with the sinkhole action, before an operator customises it. It is a // self-contained document — no external stylesheets, fonts or scripts — since // it must render for a client that is, by definition, cut off from the rest // of the network. The placeholders are filled in per request; see the // "Available placeholders" reference on the block page settings screen. const DefaultBlockPageHTML = ` Blocked — {{.Domain}}

This domain is blocked

{{.Domain}} was blocked by the network's DNS filtering policy.

Blocklist
{{.ListName}}
Matched rule
{{.MatchedDomain}}
Policy
{{.PolicyName}}
Network
{{.NetworkName}}
Your address
{{.ClientIP}}
`