mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-31 03:53:13 +08:00
Update convertzone docs
This commit is contained in:
parent
cf2208ebfc
commit
955ff41230
3 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
Build the software and install in your personal bin:
|
Build the software and install in your personal bin:
|
||||||
|
|
||||||
```cmd
|
```cmd
|
||||||
$ cd misc/convertzone/
|
$ cd cmd/convertzone
|
||||||
$ go build
|
$ go build
|
||||||
$ cp convertzone ~/bin/.
|
$ cp convertzone ~/bin/.
|
||||||
```
|
```
|
||||||
|
|
|
@ -240,7 +240,7 @@ The [Migrating]({{site.github.url}}/migrating) doc has advice
|
||||||
about converting from other systems.
|
about converting from other systems.
|
||||||
You can manually create the `D()` statements, or you can
|
You can manually create the `D()` statements, or you can
|
||||||
generate them automatically using the
|
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
|
utility that is included in the DNSControl repo (it converts
|
||||||
BIND-style zone files to DNSControl's language).
|
BIND-style zone files to DNSControl's language).
|
||||||
|
|
||||||
|
|
|
@ -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
|
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.
|
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
|
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
|
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.
|
existing zone data to a file called the BIND zone file format.
|
||||||
|
|
Loading…
Reference in a new issue