You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If 0.0.0.0 corresponds to two IP addresses, for example 10.0.0.2 and 10.0.0.3, the code wouldn't handle this situation properly. It will receive DNS queries for 10.0.0.2 and 10.0.0.3, but will not properly respond to queries for 10.0.0.3.
The text was updated successfully, but these errors were encountered:
Let's create a simple DNS server:
Now the address 0.0.0.0:53 will be bound.
If 0.0.0.0 corresponds to two IP addresses, for example 10.0.0.2 and 10.0.0.3, the code wouldn't handle this situation properly. It will receive DNS queries for 10.0.0.2 and 10.0.0.3, but will not properly respond to queries for 10.0.0.3.
The text was updated successfully, but these errors were encountered: