Conversation
this avoids doing DNS requests for nothing
|
The reason why it used $host and not a particular local address was that some requests could come from IPv4, IPv6 and also depend on which particular interface the server was listening to. The requests are resolved locally without any delays by the locally-installed bind9. It's possible that if it's not installed (I haven't checked) it tries to use another one or that it falls into 127.0.0.1 after a while. |
|
As discussed in our last meeting, if this has been tested and works well without the local DNS server, I'm OK with the changes. I'm approving the PR to unblock it. |
hmaciasc
left a comment
There was a problem hiding this comment.
Same as Miguel's concerns
this avoids doing DNS requests for nothing