mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
ddns: Import latest upstream patches for ddns-013
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> Reviewed-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
f16ddb5fc7
commit
08cf4d2154
22
src/patches/ddns-013-dyfi-use-https.patch
Normal file
22
src/patches/ddns-013-dyfi-use-https.patch
Normal file
@@ -0,0 +1,22 @@
|
||||
commit ce6e977f0ace7fe468411270ad07f1824a3aeaec
|
||||
Author: Mauno Pirnes <mauno.pirnes@hotmail.com>
|
||||
Date: Fri Feb 7 12:25:00 2020 +0100
|
||||
|
||||
dy.fi: Use HTTPS to perform updates.
|
||||
|
||||
Signed-off-by: Mauno Pirnes <mauno.pirnes@hotmail.com>
|
||||
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
|
||||
|
||||
diff --git a/src/ddns/providers.py b/src/ddns/providers.py
|
||||
index dcdc5da..f1fed22 100644
|
||||
--- a/src/ddns/providers.py
|
||||
+++ b/src/ddns/providers.py
|
||||
@@ -826,7 +826,7 @@ class DDNSProviderDyFi(DDNSProtocolDynDNS2, DDNSProvider):
|
||||
# https://www.dy.fi/page/clients?lang=en
|
||||
# https://www.dy.fi/page/specification?lang=en
|
||||
|
||||
- url = "http://www.dy.fi/nic/update"
|
||||
+ url = "https://www.dy.fi/nic/update"
|
||||
|
||||
# Please only send automatic updates when your IP address changes,
|
||||
# or once per 5 to 6 days to refresh the address mapping (they will
|
||||
Reference in New Issue
Block a user