Updated: 2023-07-17 20:51:23 + 4
parent
e7c542b9be
commit
495ea2d461
|
@ -303,6 +303,8 @@
|
|||
},
|
||||
"active": "ce9ac57d574a2ef3",
|
||||
"lastOpenFiles": [
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/About Browsers.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/DNS.md",
|
||||
"Raspberry Pis.md",
|
||||
"Pasted image 20230717204615.png",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/Media Hosts/Plex.md",
|
||||
|
@ -312,7 +314,6 @@
|
|||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/Media Hosts",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/Uniform Resource Identifier.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/Github Pages.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/DNS.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/On Hosts.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Browser talk/IP (Internet Protocol).md",
|
||||
"Coding Tips (Classical)/Project Vault/On Obsidian/Obsidian-git process.md",
|
||||
|
|
|
@ -79,6 +79,11 @@ Numerous DNS services exist. A non-exhaustive list is given below:
|
|||
|
||||
---
|
||||
|
||||
Interestingly enough, [NextDNS](https://my.nextdns.io/) exists as a way to bypass a lot of the former DNS issues in an attempt to decentralize the rules of ICANN registry it seems like. There is also [Handshake DNS
|
||||
](https://www.hdns.io/)
|
||||
Interestingly enough, [NextDNS](https://my.nextdns.io/) exists as a way to bypass a lot of the former DNS issues in an attempt to decentralize the rules of ICANN registry it seems like. There is also [Handshake DNS](https://www.hdns.io/) aimed also at this decentralization.
|
||||
|
||||
```
|
||||
103.196.38.38
|
||||
```
|
||||
|
||||
|
||||
Alternatively there is Dynamic DNS or DDNS which may be used. These instructions show you how to get that set up on [a DD-WRT router. ](https://www.namecheap.com/support/knowledgebase/article.aspx/9356/11/how-to-configure-a-ddwrt-router/)
|
Loading…
Reference in New Issue