Skip to content

takingnames/namedrop-libdns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.


<PROVIDER NAME> 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages