README
dyn dns
node src/index.js --dnsConfig=/etc/cloudflare.json your.dynamic.domain.here
For the cloudflare provider the following values should be in the config
- apiKey
- zoneId
A small application which can fetch the (public) IP and update it on a DNS provider
<script type="module">
import dynDnsUpdate from 'https://cdn.skypack.dev/dyn-dns-update';
</script>
node src/index.js --dnsConfig=/etc/cloudflare.json your.dynamic.domain.here
For the cloudflare provider the following values should be in the config