docker-bind icon indicating copy to clipboard operation
docker-bind copied to clipboard

Dockerize BIND DNS server with webmin for DNS administration

Results 26 docker-bind issues
Sort by recently updated
recently updated
newest added

By default AXFR requests are enabled: # dig axfr example.com @dns.server.com This is considered to be a security issue because of the information disclosed: https://beaglesecurity.com/blog/vulnerability/dns-zone-transfer.html Could we disable it by...

Hi! I am facing an issue while running rippled. These are the few last lines of the log: **"NetworkOPs:DBG Initiating consensus engine 2022-Feb-12 07:42:00.126585562 UTC Server:ERR Bind port 'port_rpc_admin_local' failed:Address...

Hi all, I setup a docker container using the docker-compose.yml as described in the documentation here. It works for some tests. But when I restart the container it looses all...

When trying to access the Webmnin Interface the Error occurs: ``` Error - Document follows This web server is running in SSL mode. Try the URL https://006221e42XXXX:10000/ instead. ``` This...

Dockerfile Webmin Fixes ADD-APT-REPOSITORIES - install curl - change URL for webmin to use https PRIMARY IMAGE - update before copying from ADD-APT-REPOSITORIES - install curl

Bit of a docker newbie so please go easy on me. Tried to use bind:latest but get the following error (as reported by docker logs bind) whenever I try to...

I would like to minimize the number of seemingly static files exposed to the host so that it is easier to manage my data/configs/git... Seems there are many bins that...

named start with -g force all log output to STDERR. That is good for using "docker logs" to view log but it makes the named can't write log to file....

Just updated my Windows docker version to 3.2.1 and when I come to start bind it's telling me the port is in use. Must be something new but I've run...

Hello, I trust all is well. Firstly, I would like to thank you for your work setting BIND in a Docker container and sharing your project with the rest of...