Skip to content

Commit 4eeed58

Browse files
committed
Fix funky indentation for CloakedPTR
1 parent c10e6e0 commit 4eeed58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dnscrypt-proxy/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ type Config struct {
9898
RefusedCodeInResponses bool `toml:"refused_code_in_responses"`
9999
BlockedQueryResponse string `toml:"blocked_query_response"`
100100
QueryMeta []string `toml:"query_meta"`
101-
CloakedPTR bool `toml:"cloak_ptr"`
101+
CloakedPTR bool `toml:"cloak_ptr"`
102102
AnonymizedDNS AnonymizedDNSConfig `toml:"anonymized_dns"`
103103
DoHClientX509Auth DoHClientX509AuthConfig `toml:"doh_client_x509_auth"`
104104
DoHClientX509AuthLegacy DoHClientX509AuthConfig `toml:"tls_client_auth"`
@@ -155,7 +155,7 @@ func newConfig() Config {
155155
AnonymizedDNS: AnonymizedDNSConfig{
156156
DirectCertFallback: true,
157157
},
158-
CloakedPTR: false,
158+
CloakedPTR: false,
159159
}
160160
}
161161

0 commit comments

Comments
 (0)