domain-specific TARGET_DOMAIN?
See original GitHub issueI have two zones in Cloudflare, so 2 domains and separate DNS settings. In traefik I specify dedicated subdomains for each domain.
cfcompanion’s config allows to specifiy several domains DOMAIN1, DOMAIN2… However, the TARGET_DOMAIN seems to be used for all domains specified. All CNAME records are created in that TARGET_DOMAIN.
So in my domain1.com DNS settings I get
CNAME mysubdomain.domain2.com domain1.com
CNAME othersubdomain domain1.com
Instead of one CNAME in domain1.com and the other in domain2.com
Bug ? Or am I not getting something?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Learning Target Domain Specific Classifier for Partial ... - arXiv
This paper proposes a novel Target Domain Specific Classifier Learning-based Domain Adaptation (TSCDA) method. TSCDA presents a soft-weighed ...
Read more >Definition and Examples of Target Domain in Metaphor
In a conceptual metaphor, the target domain is the actual quality or experience described by the source domain.
Read more >Target Domain Definition and Classification in CASP8 - PMC
In CASP8 target domain boundaries were based on visual inspection of targets and their experimental data, and on superpositions of the target structures...
Read more >Cross-Domain Sentiment Classification with Target Domain ...
In this work, we propose a method to simultaneously extract domain specific and invariant representations and train a classifier on each of the...
Read more >What is Target Domain | IGI Global
What is Target Domain? Definition of Target Domain: The abstract phenomenon that is structured and is given meaning by the metaphor.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think I managed to implement this in https://github.com/tiredofit/docker-traefik-cloudflare-companion/pull/30. Can someone else test it as well and see that I didn’t make a stupid mistake.
It seem to work fine for me at least, using it right now together with the changes from https://github.com/tiredofit/docker-traefik-cloudflare-companion/pull/15.
Tagged as
tiredofit/traefik-cloudflare-companion:6.2.0
- Many thanks @mbjurstrom