This commit is contained in:
2026-04-27 01:30:33 +02:00
parent 9e29b8b096
commit 49e7930541
80 changed files with 924 additions and 703 deletions

View File

@@ -1,5 +1,5 @@
---
title: dns
title: DNS Record List
tags:
- networking
- host
@@ -12,10 +12,9 @@ tags:
| CNAME | Alternative Address | "$domain".rs, "$subdomain.$domain".com |
| NS | Nameserver | ns1.fastname.com |
| MX | Email server | "$domain".com |
| TXT | Literally anything,including ownership of a domain | |
| | | |
| TXT | Literally anything,including ownership of a domain | - |
Query a host with the `host` command.
Query a host's IP and email handlers with the `host` command.
```sh
host $domain.$tld