Sign inSign up

isayme/coredns

By isayme

Updated over 5 years ago

Image
0

558

isayme/coredns repository overview

My Custom CoreDNS

Docker Image Version (latest semver) Docker Image Size (latest semver) Docker Pulls

  • add plugin: dnsredir
  • add plugin: ads

Docker Compose

version: '3'

services:
  coredns:
    container_name: coredns
    image: isayme/coredns:latest
    restart: unless-stopped
    ports:
      # dns serve with 53 port
      - "53:53/udp"
    volumes:
      # coredns config file
      - ./config/coredns/Corefile:/app/Corefile

Tag summary

Content type

Image

Digest

Size

15.3 MB

Last updated

over 5 years ago

docker pull isayme/coredns