We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10e6e0 commit 4eeed58Copy full SHA for 4eeed58
1 file changed
dnscrypt-proxy/config.go
@@ -98,7 +98,7 @@ type Config struct {
98
RefusedCodeInResponses bool `toml:"refused_code_in_responses"`
99
BlockedQueryResponse string `toml:"blocked_query_response"`
100
QueryMeta []string `toml:"query_meta"`
101
- CloakedPTR bool `toml:"cloak_ptr"`
+ CloakedPTR bool `toml:"cloak_ptr"`
102
AnonymizedDNS AnonymizedDNSConfig `toml:"anonymized_dns"`
103
DoHClientX509Auth DoHClientX509AuthConfig `toml:"doh_client_x509_auth"`
104
DoHClientX509AuthLegacy DoHClientX509AuthConfig `toml:"tls_client_auth"`
@@ -155,7 +155,7 @@ func newConfig() Config {
155
AnonymizedDNS: AnonymizedDNSConfig{
156
DirectCertFallback: true,
157
},
158
- CloakedPTR: false,
+ CloakedPTR: false,
159
}
160
161
0 commit comments