-
IntroAs I was going to work on this issue https://www.mypdns.org/T666 It make me think.... As it appears, I haven't found any writing on it, that g have started to redirect all of The thought is, that if a record is a Question
GeneralPlease all @PyFunceble users contribute your thought on this in general, would this be a good idea or not? How are you other dealing with this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @spirillen, PyFunceble will try to fetch the Now, you are talking about the Blogspot sub-domains. They are part of our SPECIAL rules (if activated): https://pyfunceble.readthedocs.io/en/latest/responses/index.html#blogspot that means that PyFunceble will still follow the redirect in order to determine if it is applicable to the SPECIAL rules.
Actually not in my plan but we can look into that on a deeper level. If we add something like that, it will still stay an option. What I can do immediately is to add a CNAME category to the analytic directory. That might be the easier part right now. Other questions can be answered along with the implementation of such an option. As said, I'm more open to add a My only concern with:
It can become really quickly a never-ending test for the case that a system meets a CNAME of a CNAME of a CNAME and so on... I know it's not common but in the wild, it might be more common than we think... Stay safe and healthy! |
Beta Was this translation helpful? Give feedback.
-
There it was... the bs rule, thought I've seen it somewhere 😃 All So the best question here might be: Does anyone actually knows anything about this domain ? rather than guessing Again, what are you other doing with these CNAME fillers in your sources? And could it be relevant to have @funilrys working on this for you? UPDATE: rereaded the docs 😝 |
Beta Was this translation helpful? Give feedback.
Hi @spirillen,
PyFunceble will try to fetch the
NS
,CNAME
,DNAME
,A
andAAAA
respectively before flagging a subject asINACTIVE
. And, as soon as it meets a response from one of them (NS, CNAME, ...) It stops and declares the subject asACTIVE
. Otherwise, if they were not all successful, it returns it asINACTIVE
.Now, you are talking about the Blogspot sub-domains. They are part of our SPECIAL rules (if activated): https://pyfunceble.readthedocs.io/en/latest/responses/index.html#blogspot that means that PyFunceble will still follow the redirect in order to determine if it is applicable to the SPECIAL rules.