plodocus / tinydyndns

Dynamic DNS using tinydns, ssh and inotify. Easy deployment via docker-compose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

documentation work in progress!

A proper documentation will be added within the next days/weeks.

On server
might need to stop and disable systemd-resolve service for port 53
or maybe not for udp?

On client

new user 
sudo adduser --system dyndns
new cronjob /etc/cron.d/dyndns
MAILTO="you@yourmail.com"
*/1  *  *  *  *  dyndns ssh -p 44 dyndns@ns1.example.com example.com > /dev/null
*/1  *  *  *  *  dyndns ssh -p 44 dyndns@ns1.example.com *.example.com > /dev/null

About

Dynamic DNS using tinydns, ssh and inotify. Easy deployment via docker-compose.


Languages

Language:Shell 77.8%Language:Dockerfile 22.2%