Categorygithub.com/gitsang/ddns
modulepackage
0.1.2
Repository: https://github.com/gitsang/ddns.git
Documentation: pkg.go.dev

# README

DDNS

ddns service

Run with Compose

Docker image from https://hub.docker.com/r/gitsang/ddns

services:
  ddns:
    container_name: ddns
    image: gitsang/ddns:latest
    restart: always
    network_mode: host
    volumes:
      - ./config.yaml:/etc/ddns/config.yaml
      - /var/log/ddns:/var/log/ddns
    command: -c /etc/ddns/config.yaml

Config file example see ./configs/example.yaml

# Packages

No description provided by the author

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author