-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add easier way to create custom record types: "Rdata style" #3082
base: main
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,538 @@ | |||
# Adding DNS Resource Types the "Rdata" way |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change: Don't forget to add this page to the table or content:
dnscontrol/documentation/SUMMARY.md
Lines 181 to 186 in e6ed65c
* [Documentation Style Guide](styleguide-doc.md) | |
* [DNSControl is an opinionated system](opinions.md) | |
* [Writing new DNS providers](writing-providers.md) | |
* [Creating new DNS Resource Types (rtypes)](adding-new-rtypes.md) | |
* [Integration Tests](integration-tests.md) | |
* [Unit Testing DNS Data](unittests.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
No description provided.