←back to thread

634 points RVRX | 1 comments | | HN request time: 0s | source
Show context
wodenokoto ◴[] No.43713112[source]
Would it be safer to hard-code a static IP than a domain?
replies(1): >>43713266 #
1. Koffiepoeder ◴[] No.43713266[source]
Ip's can (easily) be hijacked by nefarious BGP requests and offer no easy SSL. You could maybe add cert pinning to fix that, but it's quite inflexible.

Another added bonus of domains is the potential for subdomains to be used. This could be usful for many purposes: as load balancing/pooling mechanism (fictive example us4.zoom.us) and for compartmentalisation (api.zoom.us).