Skip to content

Instantly share code, notes, and snippets.

@jfblaine
Created July 24, 2022 22:58
Show Gist options
  • Select an option

  • Save jfblaine/eeb688e9060f70a461f34bef15a94e80 to your computer and use it in GitHub Desktop.

Select an option

Save jfblaine/eeb688e9060f70a461f34bef15a94e80 to your computer and use it in GitHub Desktop.
cat /jffs/scripts/ddns-start
###################
#!/bin/sh
inadyn --cache-dir "/tmp/mnt/diversion/inadyn" --once -f "/jffs/inadyn.conf" -e "/sbin/ddns_custom_updated 1" --continue-on-error "/sbin/ddns_custom_updated 1"
###################
cat /jffs/inadyn.conf
###################
provider duckdns.org {
username = <token>
password = noPasswordForDuckdns
hostname = <domain>.duckdns.org
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment