From b2f26192e10815ef06375df1c76c3c3a2e4264b4 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 23 Sep 2021 19:16:12 +0200 Subject: [PATCH] gofmt --- dnscrypt-proxy/config.go | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/dnscrypt-proxy/config.go b/dnscrypt-proxy/config.go index a6137602..12f7db1e 100644 --- a/dnscrypt-proxy/config.go +++ b/dnscrypt-proxy/config.go @@ -36,19 +36,19 @@ type Config struct { DisabledServerNames []string `toml:"disabled_server_names"` ListenAddresses []string `toml:"listen_addresses"` LocalDoH LocalDoHConfig `toml:"local_doh"` - UserName string `toml:"user_name"` - ForceTCP bool `toml:"force_tcp"` - Timeout int `toml:"timeout"` - KeepAlive int `toml:"keepalive"` - Proxy string `toml:"proxy"` - CertRefreshDelay int `toml:"cert_refresh_delay"` - CertIgnoreTimestamp bool `toml:"cert_ignore_timestamp"` - EphemeralKeys bool `toml:"dnscrypt_ephemeral_keys"` - LBStrategy string `toml:"lb_strategy"` - LBEstimator bool `toml:"lb_estimator"` - BlockIPv6 bool `toml:"block_ipv6"` - BlockUnqualified bool `toml:"block_unqualified"` - BlockUndelegated bool `toml:"block_undelegated"` + UserName string `toml:"user_name"` + ForceTCP bool `toml:"force_tcp"` + Timeout int `toml:"timeout"` + KeepAlive int `toml:"keepalive"` + Proxy string `toml:"proxy"` + CertRefreshDelay int `toml:"cert_refresh_delay"` + CertIgnoreTimestamp bool `toml:"cert_ignore_timestamp"` + EphemeralKeys bool `toml:"dnscrypt_ephemeral_keys"` + LBStrategy string `toml:"lb_strategy"` + LBEstimator bool `toml:"lb_estimator"` + BlockIPv6 bool `toml:"block_ipv6"` + BlockUnqualified bool `toml:"block_unqualified"` + BlockUndelegated bool `toml:"block_undelegated"` Cache bool CacheSize int `toml:"cache_size"` CacheNegTTL uint32 `toml:"cache_neg_ttl"`