Sign inSign up

etzion/dnsexit

By etzion

Updated 3 months ago

Provide dnsexit docker. For a quick reference, check out https://github.com/ezaton/dnsexit-docker

Image
1

3.2K

etzion/dnsexit repository overview

For full and latest details, check out https://github.com/ezaton/dnsexit-docker A simple and quick minimal container to handle dynamic IP updates using DNSExit. Derived from work which can be found here: https://hub.docker.com/r/nowsci/dnsexit

A simple docker-compose.yaml file would look like this:

version: '3'

services:
  dnsexit:
    image: etzion/dnsexit:latest
    container_name: dnsexit
    volumes:
      - /etc/localtime:/etc/localtime:ro
    environment:
      - HOST=my.dnsexist.domain
      - APIKEY=MY_API_KEY
      - INTERVAL=600
    restart: always

Tag summary

Content type

Image

Digest

sha256:116b4db06

Size

6.8 MB

Last updated

3 months ago

docker pull etzion/dnsexit