This commit is contained in:
Simon Vieille 2015-02-23 22:56:33 +01:00
parent 08266c60f1
commit 69d422a0d3
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ PDNS-Console provided a CLI to manage PowerDNS application and improved it by ad
#### Specifications
* We want to mange the domain *example.com*
* We want to mange the domain *example.tld*
* We need 3 records:
* *example.tld* -> 1.2.3.4
* *www.example.tld* -> same as *example.tld*
@ -120,7 +120,7 @@ Zone record added.
```
```
$ ./app/console zone:record:add 4 1 --name www --type CNAME --content example.com. --prio null
$ ./app/console zone:record:add 4 1 --name www --type CNAME --content example.tld. --prio null
TTL: 3600
Zone record added.
$ ./app/console zone:record:add 4 1 --name @ --type MX --content mail.foo.net. --ttl 3600 --prio badValue