From 757c8987182b5855a22599ae66ea7dace78d3898 Mon Sep 17 00:00:00 2001 From: jameskimmel <17176225+jameskimmel@users.noreply.github.com> Date: Tue, 23 Jul 2024 19:25:47 +0200 Subject: [PATCH 1/4] fix(docs): ddclient description --- docs/dyndns/configure.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/dyndns/configure.rst b/docs/dyndns/configure.rst index ec233bec8..7e1691720 100644 --- a/docs/dyndns/configure.rst +++ b/docs/dyndns/configure.rst @@ -113,10 +113,14 @@ enter ``update.dedyn.io`` as the dynamic DNS server. Next, tell ddclient to use the "dyndns2" protocol to perform updates. Afterwards, enter the username and the token secret that you received during registration. Last, tell ddclient how to detect your IP address, your domain name and the update interval. +To test your setup, run ``sudo ddclient -force`` and see if everything works as +expected. **Note:** As of the time of this writing, ddclient does not use an encrypted -HTTPS connection by default. To enable it, open ``/etc/ddclient.conf`` and add -``ssl=yes`` above the ``server=`` statement. We **strongly recommend** doing +HTTPS connection by default when the scheme ``https://`` is missing from the +URL and the ``ssl`` setting is not supplied. To enable, open +``ddclient.conf`` and add ``ssl=yes`` above the ``server`` setting, or +explicitly use ``https://`` in your URL. We **strongly recommend** doing so; otherwise, your credentials will be exposed during transmission. Manual configuration (other systems) From 676679f5a903a6e4627d458a54d5244c326f2b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:01:58 +0000 Subject: [PATCH 2/4] chore(deps): update coverage requirement from ~=7.6.0 to ~=7.6.1 in /api Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.0...7.6.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index d2af9d2d1..fc201e558 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,6 +1,6 @@ captcha~=0.6.0 celery~=5.4.0 -coverage~=7.6.0 +coverage~=7.6.1 cryptography~=43.0.0 Django~=5.1.0 django-cors-headers~=4.4.0 From 9e4f19b78d5be8f362b2863cf3e5390fc0425186 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:02:23 +0000 Subject: [PATCH 3/4] chore(deps): update cryptography requirement in /api Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index fc201e558..adaf566f9 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,7 +1,7 @@ captcha~=0.6.0 celery~=5.4.0 coverage~=7.6.1 -cryptography~=43.0.0 +cryptography~=43.0.1 Django~=5.1.0 django-cors-headers~=4.4.0 djangorestframework~=3.14.0 From 7b17d2444bec74de99496d95362b12a051d950cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:02:12 +0000 Subject: [PATCH 4/4] chore(deps): update django requirement from ~=5.1.0 to ~=5.1.1 in /api Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/5.1...5.1.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index adaf566f9..c55f7f563 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -2,7 +2,7 @@ captcha~=0.6.0 celery~=5.4.0 coverage~=7.6.1 cryptography~=43.0.1 -Django~=5.1.0 +Django~=5.1.1 django-cors-headers~=4.4.0 djangorestframework~=3.14.0 django-celery-email~=3.0.0