mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update dns_config.md
This commit is contained in:
parent
da12c69587
commit
7b2889482c
1 changed files with 4 additions and 1 deletions
|
@ -6,8 +6,11 @@ Sample DNS zone configuration for `domain.tld` domain nane:
|
|||
```bash
|
||||
@ 1800 IN A 111.222.333.444 # (Minimal) IPv4
|
||||
@ 1800 IN AAAA 2001:AABB:CCDD:EEFF:1122:3344:5566:7788 # IPv6
|
||||
```
|
||||
|
||||
* 1800 IN A 111.222.333.444 # Wildcard
|
||||
#### Redirection from the domain name and subdomains to the IP address
|
||||
```bash
|
||||
* 1800 IN A 111.222.333.444 # Wildcard: *.domain.tld and domain.tld redirection to the IP address
|
||||
* 1800 IN AAAA 2001:AABB:CCDD:EEFF:1122:3344:5566:7788
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue