fix multiple h1

This commit is contained in:
Marek Küthe 2023-01-11 12:13:43 +01:00
parent 70ca1c1410
commit 0f10705ee5
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 9 additions and 6 deletions

View File

@ -1,18 +1,21 @@
# Servers
## Recursive # DNS
## Servers
### Recursive
| DNS | IP address | | DNS | IP address |
| --- | --- | | --- | --- |
| recur1.bandura.crxn | fd92:58b6:2b2::5353 | | recur1.bandura.crxn | fd92:58b6:2b2::5353 |
## Authoritative ### Authoritative
| DNS | IP address | | DNS | IP address |
| --- | --- | | --- | --- |
| ns1.crxn | fd92:58b6:2b2::54 | | ns1.crxn | fd92:58b6:2b2::54 |
# Resolve CRXN domains only ## Resolve CRXN domains only
Advantage: Advantage:
- Very simple configuration - Very simple configuration
@ -28,7 +31,7 @@ The configuration of this differs depending on the operating system. For example
nameserver fd92:58b6:2b2::5353 nameserver fd92:58b6:2b2::5353
``` ```
# Run your own forwarder ## Run your own forwarder
Advantage: Advantage:
- Simple configuration - Simple configuration
@ -40,7 +43,7 @@ With this method, you run a small DNS server of your own, which receives and for
There are several software you can use for this. There are several software you can use for this.
## Coredns ### Coredns
This guide is for Debian based systems. This guide is for Debian based systems.
First you need to download Coredns. You can find the software at https://coredns.io/. As a download package you get a compressed file. Extract it and make the file `coredns` executable and copy it into the directory `/usr/local/bin`. First you need to download Coredns. You can find the software at https://coredns.io/. As a download package you get a compressed file. Extract it and make the file `coredns` executable and copy it into the directory `/usr/local/bin`.