Zone-Transfer as Env-Option / Dockerfile correction / docker build . works again / glibc was missing / updated golang image#37
Conversation
|
From quickly looking at the PR, I would like to suggest some changes that are of contribution and cosmetic nature:
Optionally supporting AXFR in this setup seems like a useful addition, why I have provided some comments as seen from here, but I do not know if this repository is maintained anymore. Also the ISC upstream documentation of BIND mentions some more configuration variables, of which some suggest to be useful for fine-tuning AXFRs. |
|
@almereyda it looks like the repo is not maintained anymore, unfortunately. to answer your questions: yes i had to overwork the build environment, otherwise docker build would have failed, it was because of the libc6, the path's have been just replaced out of cosmetical and practiable reasons, that you can just clone the repo and if its necessary, that you can use docker build flowless. I saw it as fastest solution, as it was to be honest, my first commit ;). The neater solution would be, of course to integrate the AXFR and fine tunings in the dashboard. For the README: You simply need to include another parameter to the docker run command: -e DDNS_TRANSFER=x.x.x.x When you deploy the container. Concerning the new indentation rules, i commit my change via github web and copied them from the windows terminal which was connected via SSH to my server, so i'm not sure if its because of that. The only change i made in the setup.sh was: allow-transfer { ${DDNS_TRANSFER}; }; |
Zone-Transfer as Env-Option / Dockerfile directory correction / docker build . works again / glibc was missing / updated golang image