Add aliases to readme
This commit is contained in:
parent
fc2031eb7c
commit
12879324c6
14
README.md
14
README.md
@ -65,6 +65,20 @@ zones:
|
|||||||
- 10 mta2.example.com
|
- 10 mta2.example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Aliases virtual type
|
||||||
|
There is a virtual record type `aliases` which is a list of names to CNAME to this record.
|
||||||
|
|
||||||
|
For example:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
zones:
|
||||||
|
example.com:
|
||||||
|
"@":
|
||||||
|
A: 10.54.22.9
|
||||||
|
aliases:
|
||||||
|
- www
|
||||||
|
- ftp
|
||||||
|
```
|
||||||
# Running
|
# Running
|
||||||
Invoke the docker container with the input yaml file:
|
Invoke the docker container with the input yaml file:
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user