implementing porkbun for https://github.com/libdns/libdns
Go to file
Matthew Holt 70e9b20142
Initial commit
2021-10-19 11:42:26 +02:00
.gitignore Initial commit 2021-10-19 11:42:26 +02:00
LICENSE Initial commit 2021-10-19 11:42:26 +02:00
README.md Initial commit 2021-10-19 11:42:26 +02:00
go.mod Initial commit 2021-10-19 11:42:26 +02:00
go.sum Initial commit 2021-10-19 11:42:26 +02:00
provider.go Initial commit 2021-10-19 11:42:26 +02:00

README.md

DEVELOPER INSTRUCTIONS:

This repo is a template for developers to use when creating new libdns provider implementations.

Be sure to update:

  • The package name
  • The Go module name in go.mod
  • The latest libdns/libdns version in go.mod
  • All comments and documentation, including README below and godocs
  • License (must be compatible with Apache/MIT)
  • All "TODO:"s is in the code
  • All methods that currently do nothing

Remove this section from the readme before publishing.


<Porkbun> for libdns

Go Reference

This package implements the libdns interfaces for <PROVIDER>, allowing you to manage DNS records.

TODO: Show how to configure and use. Explain any caveats.