change ``bash headers to ``sh

This commit is contained in:
2025-08-22 15:59:04 +02:00
parent 3e049e1687
commit 8eea348112
80 changed files with 773 additions and 555 deletions

View File

@@ -15,12 +15,12 @@ tags: [ "networking", "host" ]
Query a host with the `host` command.
```bash
```sh
host $domain.$tld
```
```bash
```sh
host $domain.$tld 9.9.9.9
```
@@ -34,7 +34,7 @@ You can also add a specific nameserver:
Request a specific record type (`CNAME`, `TXT`, et c.):
```bash
```sh
torsocks host -T -t $RECORD_TYPE $domain
```