-
Notifications
You must be signed in to change notification settings - Fork 110
DNSSEC not enabled #25
Comments
Some progress: I've compiled with aggressive logging which shows that |
Since I'm using The only way (I found) to enable DNSSEC for other commands without modifying the configuration
|
I think this is not a smooth way. Perhaps we could add some bootstrap-script to add the conf file when some env-vars are set or smth like this? |
It might be possible to translate cli arguments to configuration parameters by removing the Another way would be to define additional configuration parameters (which is nearly the same as mounting a file). I don't like mixing the two possibilities (or giving the user both possibilities). Instead we should prefer one method. |
So you mean better to compile with |
No, I meant it in a more general way: I think the overall problem is that commands executed inside the container (like Also one could propose a change in the official We could also add a custom environment variable to place a configuration file for this particular issue only. Backward compatibility: Since the value is disabled by default and we will optionally enable it via the environment variable this should work most of the time. Problems might arise when we accidentally overwrite a configuration file. |
This is related to #18, but I have a different issue:
I haven't modified the
pdns.conf
(so it has#gmysql-dnssec=no
in it, which is commented out). Then I pass the cli flag--gmysql-dnssec=yes
to the container. The following output isps afx
from inside the container:From inside the container I'm using
pdnsutil
to enable DNSSEC for my zone which does not work:Maybe the last sentence is a hint?
I also ran:
Followed by another:
I'm using
psitrax/powerdns:4.1.10
.What is the problem? Do you need more informations?
Thanks in advance!
The text was updated successfully, but these errors were encountered: