|
|
|
|
|
by Const-me
1631 days ago
|
|
Despite the centralization efforts of big tech, Internet is more resilient than you think it is. > would shut down most existing apps until they're updated Most apps are using DNS client APIs provided by their operating systems. > and also the app stores that are normally used to update them They too. As for the OSes, they don’t normally have hardcoded DNS servers either. Instead, they rely on DHCP to get DNS servers from the routers. There’re many levels of caching involved: operating systems have a DNS cache, home routers have a caching DNS servers, ISPs usually running their own caching DNS servers for their clients, and so on. Updating any single one of them going to fix the issue for all of these end-user apps. ISPs probably gonna be there first, it’s their job to support their network infrastructure 24/7. |
|