mirror of
https://github.com/sfnemis/proxmox-traefikproxy-cloudflaretunnel.git
synced 2026-04-26 16:05:50 +03:00
[GH-ISSUE #10] Why use the dns updater (traefik-dns.py)? #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-traefikproxy-cloudflaretunnel#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JiggsNephron on GitHub (Oct 24, 2025).
Original GitHub issue: https://github.com/sfnemis/proxmox-traefikproxy-cloudflaretunnel/issues/10
I'm wondering why we should use and cron the dns python script? With a *.example.com tunnel, it seems to just work without this. The extra CNAME DNS entries in cloudflare seem redundant, but maybe I am missing something?
Great set of scripts and instructions by the way. Got it to work, and it makes adding new public services really easy now. One small issue was a missing " in fileConfig.yml after the hashed password for the dashboard basicAuth. Took me a little while to figure out why things were not working until I found this.