Skip to content
/ ddnssrv Public

ddnssrv is a simple dynamic DNS listener that accepts DNS updates in the same format as the DynDNS.org servers.

License

Notifications You must be signed in to change notification settings

marpie/ddnssrv

Repository files navigation

ddnssrv

ddnssrv is a simple dynamic DNS listener that accepts DNS updates in the same format as the DynDNS.org servers.

The server was developed to be used in combination with https://github.com/marpie/cfup.

Sample Configuration

{
  "Users": [
    {
      "Username": "Default-User",
      "Password": "MyPassword",
      "Domains": [
        "www.example.com"
      ]
    }
  ]
}

About

ddnssrv is a simple dynamic DNS listener that accepts DNS updates in the same format as the DynDNS.org servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages