gofmt instead of goland's format
This commit is contained in:
parent
abb51ddb8a
commit
1e1ce606c5
|
@ -126,11 +126,11 @@ const (
|
||||||
NotFilteredError // there was a transitive error during check
|
NotFilteredError // there was a transitive error during check
|
||||||
|
|
||||||
// reasons for filtering
|
// reasons for filtering
|
||||||
FilteredBlackList // the host was matched to be advertising host
|
FilteredBlackList // the host was matched to be advertising host
|
||||||
FilteredSafeBrowsing // the host was matched to be malicious/phishing
|
FilteredSafeBrowsing // the host was matched to be malicious/phishing
|
||||||
FilteredParental // the host was matched to be outside of parental control settings
|
FilteredParental // the host was matched to be outside of parental control settings
|
||||||
FilteredInvalid // the request was invalid and was not processed
|
FilteredInvalid // the request was invalid and was not processed
|
||||||
FilteredSafeSearch // the host was replaced with safesearch variant
|
FilteredSafeSearch // the host was replaced with safesearch variant
|
||||||
)
|
)
|
||||||
|
|
||||||
// these variables need to survive coredns reload
|
// these variables need to survive coredns reload
|
||||||
|
|
Loading…
Reference in New Issue