This commit is contained in:
Jean Ribes
2021-12-14 11:34:33 +01:00
parent 32e344bcd1
commit 3aa8143ff4
5 changed files with 96 additions and 2 deletions

View File

@@ -42,4 +42,10 @@ wwwtest IN CNAME www ; wwwtest.example.com is another a
mail IN A 192.0.2.3 ; IPv4 address for mail.example.com
mail2 IN A 192.0.2.4 ; IPv4 address for mail2.example.com
mail3 IN A 192.0.2.5 ; IPv4 address for mail3.example.com
```
## local test
Use *dig*
```shell
dig @127.0.0.1 -p 8053 foo.bar.1.2.4.4.nip.subdomain.domain.lan
```