Skip to content

Instantly share code, notes, and snippets.

@svewag
Created September 11, 2020 09:17
Show Gist options
  • Save svewag/52d30fe21c875d838f57d32a3536ea24 to your computer and use it in GitHub Desktop.
Save svewag/52d30fe21c875d838f57d32a3536ea24 to your computer and use it in GitHub Desktop.
working configuration file for your dyndns setting in ubiquiti dream machine e.g.
#
# Generated automatically by ubios-udapi-server
#
iface = ppp0
provider spdyn.de {
hostname = "your-hostname"
username = "your-email" # the same as your web login
password = "your-password" # the same as your web login, no update-token
checkip-server = "checkip.spdyn.de"
checkip-path = "/"
checkip-ssl = false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment