summaryrefslogtreecommitdiff
path: root/content/guide/stuff-about-dns-and-ip.md
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-11-17 18:20:08 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-11-17 18:20:08 +0100
commit481b47e0ae99cb4ac4ab6d192e84da1878dd6625 (patch)
tree0c0f4bdac741e78fb1bda33b91517823da56db23 /content/guide/stuff-about-dns-and-ip.md
parent573d3358b3fb0ddfba64c601becaaf83de6f1b31 (diff)
add slash at the end of links
Diffstat (limited to 'content/guide/stuff-about-dns-and-ip.md')
-rw-r--r--content/guide/stuff-about-dns-and-ip.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/guide/stuff-about-dns-and-ip.md b/content/guide/stuff-about-dns-and-ip.md
index 1412c41..981ccb0 100644
--- a/content/guide/stuff-about-dns-and-ip.md
+++ b/content/guide/stuff-about-dns-and-ip.md
@@ -37,7 +37,7 @@ You can even ping yourself or other devices in your house that are connected to
ping -c 2 192.0.2.1 # or localhost, ping yourself
```
-You can get your public IPv4 by going to websites that tell you your IP like [whatismyipaddress.com](https://whatismyipaddress.com/) or [ifconfig.co](https://ifconfig.co)
+You can get your public IPv4 by going to websites that tell you your IP like [whatismyipaddress.com](https://whatismyipaddress.com/) or [ifconfig.co](https://ifconfig.co/)
You can also do it from the command line :
@@ -84,7 +84,7 @@ This is possible by setting DNS records. You set "A" record that bind the domain
Domain names are cool and convenient. It would be a pain to remember the IP addresses of my favourite websites.
-You also have subdomains. Like [ads.google.com](https://ads.google.com), `ads` is a subdomain of [google.com](/). With the help of a webserver like [NGINX](https://nginx.org) you can ask your server to serve different kind of content depending on the domain/subdomains.
+You also have subdomains. Like [ads.google.com](https://ads.google.com/), `ads` is a subdomain of [google.com](/). With the help of a webserver like [NGINX](https://nginx.org/) you can ask your server to serve different kind of content depending on the domain/subdomains.
You also have "CNAME" records, they act like _alias_. "MX" records are for _Mail Exchange_ and "TXT" store some data.
@@ -128,7 +128,7 @@ dig example.com @your_custom_dns
# you will get 0.0.0.0
```
-By doing so you can stop your computer/browser/phone from finding websites containing ads, malware, or [unwanted content](https://denshi.org/antiporn).
+By doing so you can stop your computer/browser/phone from finding websites containing ads, malware, or [unwanted content](https://denshi.org/antiporn.html).
Here are some useful links if you want to use blocky on your server/computer.