Skip to content

Commit

Permalink
README.md :: tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
labynocle authored Nov 17, 2016
1 parent 3592b3e commit fd3bd7d
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,30 @@ $ ./dnsManager.sh setupAccount


## Use it!
See the help to list all available actions

### List all domains
```
$ ./dnsManager.sh listDomains
```
List all domains registered and linked to your account

### Update Domain Zone
```
$ ./dnsManager.sh updateDomainZone mydomain.com
```
Update the zone with the current DNS zone file described in `dns_zones/mydomain.com.txt`

### Get Last Domain Zone
```
$ ./dnsManager.sh getLastDomainZone mydomain.com
```
Dump from Gandi the latest version of a given DNS zone and store it in `dns_zones/mydomain.com.txt`

### Display Help
```
$ ./dnsManager.sh help
```
See the help to list all available actions


## Notes
Expand Down

0 comments on commit fd3bd7d

Please sign in to comment.