Git Product home page Git Product logo

powerdns-dnsdist-docker's Introduction

GitHub license GitHub stars GitHub issues

powerdns-dnsdist-docker

This is simple PowerDNS dnsdist loadbalancer built to accompany PowerDNS authorative DNS & PowerDNS recursor DNS

Related projects

Supported Architectures

The images are built and tested on multiple platforms.

Architecture Tag
x86-64 amd64-latest
arm64 arm64v8-latest
armv7l armhf-latest

Version Tags

This image provides various versions that are available via tags. latest tag provides the latest stable version.

Tag Description
amd64-latest Latest stable version
amd64-1.5.x Latest micro release of 1.5
arm64v8-latest Latest stable version
arm64v8-1.5.x Latest micro release of 1.5
armhf-latest Latest stable version
armhf-1.5.x Latest micro release of 1.5

Environment variables

Name Value Default
TZ Timezone Europe/Stockholm
LOG_LEVEL Prefered log level INFO
ENV_BIND_ADDRESS IP address to bind the instance to N/A
ENV_INTERNAL_RESOVERS List of addresses to internal dns servers. (separated by ;) N/A
ENV_PUBLIC_RESOVERS List of addresses to public dns servers. (separated by ;) N/A
ENV_INTERNAL_SUBNETS List of subnets to listen for to send to public. (separated by ;) N/A
ENV_CUSTOM_OPTS List of any custom options for dnsdist. (separated by ;) N/A

Usage

Example

    version: '3'
    services:
      pdns-dnsdist:
        container_name: pdns-dnsdist
        image: emiljacero/powerdns-dnsdist-docker:amd64-1.5.x
        restart: unless-stopped
        network_mode: host
        environment:
          TZ: Europe/Stockholm
          LOG_LEVEL: DEBUG
          ENV_BIND_ADDRESS: 10.10.10.5
          ENV_INTERNAL_RESOVERS: "10.10.0.10;10.10.0.20"
          ENV_PUBLIC_RESOVERS: "1.1.1.1"
          ENV_INTERNAL_SUBNETS: "192.168.0.0/24"
          ENV_CUSTOM_OPTS: 'webserver("0.0.0.0:8083", "supersecretpassword", "supersecretAPIkey", {}, "0.0.0.0/0")'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.