mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-04 20:24:23 +08:00
doc: Fix path to providers stuff.
This commit is contained in:
parent
8baf9ee1a4
commit
c520471ab7
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ You'll need to mark which providers support this record type. The
|
|||
initial PR should implement this record for the `bind` provider at
|
||||
a minimum.
|
||||
|
||||
* Add the capability to the file `dnscontrol/providers/providers.go` (look for `CanUseAlias` and add
|
||||
* Add the capability to the file `dnscontrol/providers/capabilities.go` (look for `CanUseAlias` and add
|
||||
it to the end of the list.)
|
||||
* Mark the `bind` provider as supporting this record type by updating `dnscontrol/providers/bind/bindProvider.go` (look for `providers.CanUs` and you'll see what to do).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue