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

www/caddy: Caddy dyndns wildcard domain fix #3989

Merged
merged 2 commits into from
May 21, 2024

Conversation

Monviech
Copy link
Member

Implements this:

	dynamic_dns {
		provider cloudflare
		domains {
			example.com *
			example.com opn
			example.com @
		}
	}

Wildcard domains will use "*", base domains will use "@". Subdomains continue to function as before.
Since wildcard domains don't include the base domain, separating it in the template will not cause any regressions.

Fixes: https://forum.opnsense.org/index.php?topic=38714.msg198983#msg198983

- wildcard domains like "*.example.com" need the following dns update:
example.com *
- base domains like "example.com" need the following dns update:
example.com @
@fichtner fichtner self-assigned this May 21, 2024
@fichtner fichtner merged commit f3532fc into opnsense:master May 21, 2024
@fichtner
Copy link
Member

Merged, thanks!

@Monviech Monviech deleted the caddy-dyndns-wildcard-fix branch May 31, 2024 15:42
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.

2 participants