68a656b Do not show NBS notifications when accessing 0.0.0.0 or [::]

Authored and Committed by Libor Polčák 2 years ago
    Do not show NBS notifications when accessing 0.0.0.0 or [::]
    
    Windows machines block these requests.
    Linux machines treat 0.0.0.0/:: as localhost. NBS blocks such requests
    but it takes these as a hint that such blocking was intentional. For
    example, DNS-based blockers can be configured to return the undefined IP
    address for the blocked domain names.
    
        
file modified
+1 -1