Update convertzone docs

This commit is contained in:
Tom Limoncelli 2017-05-25 20:42:30 -04:00
parent cf2208ebfc
commit 955ff41230
3 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@
Build the software and install in your personal bin:
```cmd
$ cd misc/convertzone/
$ cd cmd/convertzone
$ go build
$ cp convertzone ~/bin/.
```

View file

@ -240,7 +240,7 @@ The [Migrating]({{site.github.url}}/migrating) doc has advice
about converting from other systems.
You can manually create the `D()` statements, or you can
generate them automatically using the
[convertzone](https://github.com/StackExchange/dnscontrol/blob/master/misc/convertzone/README.md)
[convertzone](https://github.com/StackExchange/dnscontrol/blob/master/cmd/convertzone/README.md)
utility that is included in the DNSControl repo (it converts
BIND-style zone files to DNSControl's language).

View file

@ -41,9 +41,9 @@ The `convertzone` tool can automate 90% of the conversion for you. It
reads a BIND-style zone file and outputs a `D()` statement
that is usually fairly complete. You may need to touch it up a bit.
The convertzone command is in the `misc/convertzone` subdirectory.
The convertzone command is in the `cmd/convertzone` subdirectory.
Build instructions are
[here](https://github.com/StackExchange/dnscontrol/blob/master/misc/convertzone/README.md).
[here](https://github.com/StackExchange/dnscontrol/blob/master/cmd/convertzone/README.md).
If you do not use BIND already, most DNS providers will export your
existing zone data to a file called the BIND zone file format.