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

BUNNY_DNS: Add support for ALIAS #2946

Conversation

DamianZaremba
Copy link
Contributor

Bunny DNS supports CNAME flattening (dynamic resolution into A/AAAA).

Allow configuration via ALIAS record type.

preview output before;

	ERROR: in CNAME @.example.com: cannot create CNAME record for bare domain

preview output after;

******************** Domain: example.com
Done. 0 corrections.

Bunny DNS supports CNAME flattening (dynamic resolution into A/AAAA).

Allow configuration via `ALIAS` record type.

`preview` output before;
```
	ERROR: in CNAME @.example.com: cannot create CNAME record for bare domain
```

`preview` output after;
```
******************** Domain: example.com
Done. 0 corrections.
```
@tlimoncelli
Copy link
Contributor

Thanks!

@tlimoncelli tlimoncelli merged commit a1fc1b1 into StackExchange:main May 9, 2024
2 checks passed
@DamianZaremba DamianZaremba deleted the feature/add-alias-support-to-bunny branch May 9, 2024 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants