Multiple pubkeys can point to the same IP address.
The server must reply with an IP-only request, such as: `wss://230.22.120.232` or `https://230.22.120.232`.
# Addressing
[NIP-19](19.md)'s `naddr1` addresses of kind `30053` replace the domain name on any URL or URI.
Examples
-`http://naddr1...ccpzu/image.jpg` makes an http request for `https://<ip4>/image.jpg`
-`wss://naddr1...ccpzu:443/` makes an websocket request at `wss://<ip4>:443/`
The `naddr1`'s `relay` field SHOULD have the IP-based URI to the relay (e.g.: `wss://<ip4>/`) hosting the NNS record at the time of creating the `naddr1`.
# Resolving
Clients SHOULD intercept the DNS resolution of any `naddr1` domain name and resolve to IP using the latest version of the NNS replaceable event.
If the NNS event cannot be found locally, Clients SHOULD in parallel:
Clients SHOULD use the NNS address (e.g. `http://naddr1...ccpzu/<rest of the url>`), if available, instead of the regular domain name in all URLs, both in tags and in the content of events.