config/dyndns/README.md

17 lines
200 B
Markdown
Raw Permalink Normal View History

2020-04-16 23:45:18 +02:00
# Dynamic DNS
Edit example files to match your needs.
```sh
sudo mkdir /data/dns
cp *example* dyndns* /data/dns
chmod 600 /data/dns/tsig*
```
## Cronjob
```sh
/data/dns/update-example.com.sh
```