Skip to content

ngalaiko/dyn-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dyn DNS Go Report Card

Description

A simple implementation for dynamic dns reconfiguration.

Small, no dependencies, easy to extend.

How to install

go install github.com/ngalayko/dyn-dns/cmd/dyn-dns

Quickstart

make build && ./bin/dyn-dns \
    --dnsProvider=cloudflare \
    --apiToken=<api_token> \
    --email=<user_email> \
    --zoneIdentifier=<zone_identifier>
    --domain=example.com \
    --record=@

Supports

  1. Fetchers:
  2. DNS providers:

About

Dynamic dns updater

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published