Skip to content
/ ddnss Public

Client library and script to update Hosts registered at ddnss.de

License

Notifications You must be signed in to change notification settings

conqp/ddnss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddnss

Script to update DynDNS hosts registered at ddnss.de.

Installation

Install ddnss from the AUR or via:

pip install ddnss

Usage

You can run the client from the console via

ddnssupd <host> [-k <key>] [-f <config_file>] [-d]

Per default, the config file is read from /etc/ddnss.conf on POSIX systems and from %LOCALAPPDATA%\ddnss.conf on Windows systems.

Configuration file

The expected config file format is a simple INI-Style:

[<host>]
key = <key>

License

Copyright (C) 2018-2022 Richard Neumann

ddnss is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

ddnss is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with ddnss. If not, see http://www.gnu.org/licenses/.

About

Client library and script to update Hosts registered at ddnss.de

Resources

License

Stars

Watchers

Forks

Packages

No packages published