Skip to content

Commit e5ea893

Browse files
committed
I have no idea what that comment means
1 parent 54d063a commit e5ea893

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dnscrypt-proxy/config_loader.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,6 @@ func configureDoHClientAuth(proxy *Proxy, config *Config) error {
166166

167167
// configureServerParams - Configures server parameters
168168
func configureServerParams(proxy *Proxy, config *Config) {
169-
// Handle legacy response format for blocked queries (handled elsewhere)
170-
// This is handled in the main ConfigLoad function
171-
172169
proxy.blockedQueryResponse = config.BlockedQueryResponse
173170
proxy.timeout = time.Duration(config.Timeout) * time.Millisecond
174171
proxy.maxClients = config.MaxClients

0 commit comments

Comments
 (0)