@@ -36,19 +36,19 @@ type Config struct {
3636 DisabledServerNames []string `toml:"disabled_server_names"`
3737 ListenAddresses []string `toml:"listen_addresses"`
3838 LocalDoH LocalDoHConfig `toml:"local_doh"`
39- UserName string `toml:"user_name"`
40- ForceTCP bool `toml:"force_tcp"`
41- Timeout int `toml:"timeout"`
42- KeepAlive int `toml:"keepalive"`
43- Proxy string `toml:"proxy"`
44- CertRefreshDelay int `toml:"cert_refresh_delay"`
45- CertIgnoreTimestamp bool `toml:"cert_ignore_timestamp"`
46- EphemeralKeys bool `toml:"dnscrypt_ephemeral_keys"`
47- LBStrategy string `toml:"lb_strategy"`
48- LBEstimator bool `toml:"lb_estimator"`
49- BlockIPv6 bool `toml:"block_ipv6"`
50- BlockUnqualified bool `toml:"block_unqualified"`
51- BlockUndelegated bool `toml:"block_undelegated"`
39+ UserName string `toml:"user_name"`
40+ ForceTCP bool `toml:"force_tcp"`
41+ Timeout int `toml:"timeout"`
42+ KeepAlive int `toml:"keepalive"`
43+ Proxy string `toml:"proxy"`
44+ CertRefreshDelay int `toml:"cert_refresh_delay"`
45+ CertIgnoreTimestamp bool `toml:"cert_ignore_timestamp"`
46+ EphemeralKeys bool `toml:"dnscrypt_ephemeral_keys"`
47+ LBStrategy string `toml:"lb_strategy"`
48+ LBEstimator bool `toml:"lb_estimator"`
49+ BlockIPv6 bool `toml:"block_ipv6"`
50+ BlockUnqualified bool `toml:"block_unqualified"`
51+ BlockUndelegated bool `toml:"block_undelegated"`
5252 Cache bool
5353 CacheSize int `toml:"cache_size"`
5454 CacheNegTTL uint32 `toml:"cache_neg_ttl"`
0 commit comments