Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
24.7 Production Series
»
caddy resolver
« previous
next »
Print
Pages: [
1
]
Author
Topic: caddy resolver (Read 411 times)
dirtyfreebooter
Newbie
Posts: 49
Karma: 1
caddy resolver
«
on:
August 14, 2024, 03:41:20 pm »
i use unbound DNS over TLS for my upstream. this seems to cause issues with using DNS challenge and cloudflare. not sure if its an unbound issue with the TXT records or not. i am running the unbound default values for everything except the DNS over TLS entries.
Unbound DNS over TLS
Then in my general settings, i have no nameservers, as i want to use 127.0.0.1 for everything so that it all goes through TLS
Results in my resolv.conf looking like
Code:
[Select]
# cat /etc/resolv.conf
domain lan
nameserver 127.0.0.1
search lan
everything else works as normal, except caddy on certificate renewal. ACME renewal for the SSL cert used by the os-acme plugin for the OPNsense GUI itself renews fine.
if i put the cloudflare server IPs in the general settings page, restart caddy, all certs renew immediately. this can also work if i put the resolvers option in the TLS block of the caddyfile.
https://caddyserver.com/docs/caddyfile/directives/tls#resolvers
has anyone ever encountered this before? maybe its some config issue? it is possible to specify the resolvers in the os-caddy plugin? i didn't see that in any of the "additional fields" help when you are configuring a DNS provider.
thx
Logged
Monviech (Cedrik)
Global Moderator
Hero Member
Posts: 1601
Karma: 176
Re: caddy resolver
«
Reply #1 on:
August 15, 2024, 05:16:08 pm »
I can add the resolvers option to the DNS propagation settings that have been included in the latest patch I did.
https://github.com/opnsense/plugins/issues/4161
Just open an issue like this on github and I will add it soon. Thank you~
Logged
Hardware:
DEC740
dirtyfreebooter
Newbie
Posts: 49
Karma: 1
Re: caddy resolver
«
Reply #2 on:
August 15, 2024, 06:02:38 pm »
https://github.com/opnsense/plugins/issues/4178
thanks
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
24.7 Production Series
»
caddy resolver