Sign inSign up

aeryax/grimd

By aeryax

Updated over 8 years ago

Grimd is a fast dns proxy, built to black-hole internet advertisements/malware servers

Image
2

10K+

aeryax/grimd repository overview

docker-grimd

Description

Grimd is a fast dns proxy, built to black-hole internet advertisements/malware servers.

Usage

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

Parameters

  • -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 file

Security

You should allow connections only from clients you trust. More information here.

Tag summary

Content type

Image

Digest

Size

76.8 MB

Last updated

over 8 years ago

docker pull aeryax/grimd