You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Malte Baranski 74c56aef75
continuous-integration/drone/push Build is passing Details
add useful getting started docs
2 months ago
vendor add code 2 months ago
.drone.yml cui: use k8s 2 months ago
Dockerfile add useful getting started docs 2 months ago
LICENSE Initial commit 2 months ago
README.md add useful getting started docs 2 months ago
go.mod fix dockerfile 2 months ago
go.sum fix dockerfile 2 months ago
main.go add useful getting started docs 2 months ago

README.md

desec-dyndns-client

This is a basic DynDNS Client for deSEC.io with Dual Stack support. This is very rudimentary, offers no special functions and may break in the future!

Getting Started

You need to provide Ipv4 and Ipv6 network to the container, because it needs to check both address types.

The following Podman command shows, how to run this in a container:

podman run --network=host -e DYNDNS_DOMAIN=host.example.com -e DYNDNS_TOKEN=YOUR_TOKEN git.maltech.io/maltech/desec-dyndns-client/desec-dyndns-client:1.0.0