Grimd is a fast dns proxy, built to black-hole internet advertisements/malware servers
10K+
Grimd is a fast dns proxy, built to black-hole internet advertisements/malware servers.
The recommended way to run this container is as follows:
from ubuntu image:
$ docker run -d --name grimd -p 53:53/tcp -p 53:53/udp aeryax/grimd
from alpine image (WIP):
$ docker run -d --name grimd -p 53:53/tcp -p 53:53/udp aeryax/grimd:alpine
-d - as daemon required--name grimd - container name-p 53:53/tcp - dns port required-p 53:53/udp - dns port required-p 8080:8080/tcp - api port-v <path to config>:/config - where grimd read grimd.toml fileYou should allow connections only from clients you trust. More information here.
Content type
Image
Digest
Size
76.8 MB
Last updated
over 8 years ago
docker pull aeryax/grimd