Skip to content
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

T12537: Migrate to BIND #609

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

T12537: Migrate to BIND #609

wants to merge 1 commit into from

Conversation

redbluegreenhat
Copy link
Member

Companion for miraheze/puppet#3914. Do not merge one without the other!!

@redbluegreenhat redbluegreenhat force-pushed the T12537-bind branch 2 times, most recently from b1a8a58 to 9ac4e22 Compare September 6, 2024 16:19
@redbluegreenhat
Copy link
Member Author

We have to add the existing zones to zones.rfc1918. I should be able to come up with a script to do that.

@redbluegreenhat
Copy link
Member Author

This PR also needs to change all the DYNA records left into SVCB records, as BIND doesn't understand those records (but this is also kind of why we're doing this to begin with).

Companion for miraheze/puppet#3914. Do not merge one without the other!!
@redbluegreenhat
Copy link
Member Author

This PR also needs to change all the DYNA records left into SVCB records, as BIND doesn't understand those records (but this is also kind of why we're doing this to begin with).

Actually, I just realized HTTPS records, a subset of HTTPS records, are the ones we want here.

Per https://www.rfc-editor.org/rfc/rfc9460.html#name-aliasmode:

AliasMode is especially useful for SVCB-compatible RR types that do not require an underscore prefix, such as the HTTPS RR type. For example, the operator of "https://example.com" could point requests to a server at "svc.example.net" by publishing this record at the zone apex:

example.com. 3600 IN HTTPS 0 svc.example.net.

Anyway, that's done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant