julianna
CDCloudflare Developers
•Created by ykg on 11/18/2024 in #general-help
pfSense DDNS via Cloudflare
yeah, dealing with dns is not ever fun lol
13 replies
CDCloudflare Developers
•Created by ykg on 11/18/2024 in #general-help
pfSense DDNS via Cloudflare
ahhh gotcha
I have a pihole -> opnsense config myself
13 replies
CDCloudflare Developers
•Created by ykg on 11/18/2024 in #general-help
pfSense DDNS via Cloudflare
there's likely 3 layers of dns caching
- windows/linux
- pfsense (if you have unbound enabled)
- upstream dns (if unbound isn't enabled recursively)
hence why you could likely still ping them
13 replies
CDCloudflare Developers
•Created by ykg on 11/18/2024 in #general-help
pfSense DDNS via Cloudflare
so i have a single domain, home-<hash>.domain.com and then cname all of the others
13 replies
CDCloudflare Developers
•Created by ykg on 11/18/2024 in #general-help
pfSense DDNS via Cloudflare
when i set up opnsense ddns it didn't work well setting multiple domains
13 replies
CDCloudflare Developers
•Created by ykg on 11/18/2024 in #general-help
pfSense DDNS via Cloudflare
not sure
13 replies
CDCloudflare Developers
•Created by ykg on 11/18/2024 in #general-help
pfSense DDNS via Cloudflare
easier to keep one record updated rather than 20
13 replies
CDCloudflare Developers
•Created by ykg on 11/18/2024 in #general-help
pfSense DDNS via Cloudflare
so, i'm not really able to help but if they're all pointed to the same IP (or most), what I've done is designate one record to be the truth and then CNAME all of the others to it. Because cloudflare inherently does flattening when proxy is on, this doesn't change the public DNS records, and instead makes them all only require one record.
13 replies
CDCloudflare Developers
•Created by julianna on 11/18/2024 in #general-help
cert cannot be issued
....finally solved this issue by turning it off and turning it back on again. Turned off universal ssl and then turned it back on.
2 replies
CDCloudflare Developers
•Created by julianna on 11/17/2024 in #pages-help
trying to host a pages project at example.com/docs rather than the root
The solution I've ended up with was converting my site to a workers static assets, because its entirely static,
then throwing a second worker in front of it at the route i want everything to appear at
then using service bindings so the static assets are never exposed publicly aside from through the subpathed router
17 replies
CDCloudflare Developers
•Created by julianna on 11/17/2024 in #pages-help
trying to host a pages project at example.com/docs rather than the root
got it to work, thanks erisa!
17 replies
CDCloudflare Developers
•Created by julianna on 11/17/2024 in #pages-help
trying to host a pages project at example.com/docs rather than the root
😔
17 replies
CDCloudflare Developers
•Created by julianna on 11/17/2024 in #pages-help
trying to host a pages project at example.com/docs rather than the root
Workers which have static assets cannot be routed on a URL which has a path component.
17 replies
CDCloudflare Developers
•Created by julianna on 11/17/2024 in #pages-help
trying to host a pages project at example.com/docs rather than the root
...gonna just use static assets i think lol
17 replies
CDCloudflare Developers
•Created by julianna on 11/17/2024 in #pages-help
trying to host a pages project at example.com/docs rather than the root
So I threw a worker in front of it, but now I also want to cut off the pages.dev domain.
Is there a way I can make an internal request with a worker, or a way I can avoid rules that would otherwise redirect the pages.dev back to the canconical source of website.dev/docs
17 replies
CDCloudflare Developers
•Created by julianna on 11/17/2024 in #pages-help
trying to host a pages project at example.com/docs rather than the root
i was always looking at https://developers.cloudflare.com/rules/origin-rules/features/
17 replies
CDCloudflare Developers
•Created by julianna on 11/17/2024 in #pages-help
trying to host a pages project at example.com/docs rather than the root
😆
17 replies