mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-26 02:31:04 +08:00
DOCS: Modernize URls in writing-providers.md (#3929)
Incorporate suggestions from https://github.com/StackExchange/dnscontrol/pull/3916#pullrequestreview-3584649428 (I clicked on merge before I saw the comments) CC @cafferata
This commit is contained in:
parent
97d8c6686d
commit
9bb022c56b
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Writing a new DNS provider is a relatively straightforward process.
|
||||
You essentially need to implement the
|
||||
[providers.DNSServiceProvider interface.](https://pkg.go.dev/github.com/StackExchange/dnscontrol/pkg/providers#DNSServiceProvider)
|
||||
[providers.DNSServiceProvider interface.](https://pkg.go.dev/github.com/StackExchange/dnscontrol/v4/pkg/providers#DNSServiceProvider)
|
||||
and the system takes care of the rest.
|
||||
|
||||
Please do note that if you submit a new provider you will be
|
||||
|
|
@ -122,7 +122,7 @@ Directory names should be consistent. It should be all lowercase and match the
|
|||
## Step 4: Activate the driver
|
||||
|
||||
Edit
|
||||
[providers/\_all/all.go](https://github.com/StackExchange/dnscontrol/blob/main/pkg/pkg/providers/_all/all.go).
|
||||
[providers/\_all/all.go](https://github.com/StackExchange/dnscontrol/blob/main/pkg/providers/_all/all.go).
|
||||
Add the provider list so DNSControl knows it exists.
|
||||
|
||||
## Step 5: Implement
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue