.flake8
CHANGELOG.md
COPYING
MANIFEST.in
README.md
pyproject.toml
docs/Makefile
docs/conf.py
docs/development.rst
docs/help.rst
docs/howitworks.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/notifiers.rst
docs/updaters.rst
docs/usage.rst
docs/_static/custom.css
src/ruddr/__init__.py
src/ruddr/addrfile.py
src/ruddr/configuration.py
src/ruddr/exceptions.py
src/ruddr/manager.py
src/ruddr.egg-info/PKG-INFO
src/ruddr.egg-info/SOURCES.txt
src/ruddr.egg-info/dependency_links.txt
src/ruddr.egg-info/entry_points.txt
src/ruddr.egg-info/requires.txt
src/ruddr.egg-info/top_level.txt
src/ruddr/notifiers/__init__.py
src/ruddr/notifiers/iface.py
src/ruddr/notifiers/notifier.py
src/ruddr/notifiers/static.py
src/ruddr/notifiers/systemd.py
src/ruddr/notifiers/web.py
src/ruddr/updaters/__init__.py
src/ruddr/updaters/duckdns.py
src/ruddr/updaters/freedns.py
src/ruddr/updaters/gandi.py
src/ruddr/updaters/he.py
src/ruddr/updaters/standard.py
src/ruddr/updaters/updater.py
src/ruddr/util/__init__.py
src/ruddr/util/getifaceaddrs.py
src/ruddr/util/restrictfamily.py
src/ruddr/util/sdnotify.py
src/ruddr/util/zones.py
test/conftest.py
test/doubles.py
test/test_addrfile.py
test/test_configuration.py
test/test_manager.py
test/notifier/__init__.py
test/notifier/test_basenotifier.py
test/notifier/test_notifier.py
test/updater/__init__.py
test/updater/test_baseupdater.py
test/updater/test_onewayupdater.py
test/updater/test_twowayupdater.py
test/updater/test_twowayzoneupdater.py
test/updater/test_updater.py