1
0
mirror of https://github.com/EV21/dynb.git synced 2025-12-26 08:29:34 +01:00

fix: wrong parameter name for DuckDNS

Co-authored-by: Qrrbrbirlbel <Qrrbrbirlbel@users.noreply.github.com>
This commit is contained in:
2022-06-06 22:26:40 +02:00
parent d6c98c04ad
commit f37230401f

View File

@@ -284,7 +284,7 @@ function dynupdate
;;
DuckDNS* | duckdns*)
dyndns_update_url="${DUCKDNS_DYNDNS_UPDATE_URL}"
myip_str=ipv4
myip_str=ip
myipv6_str=ipv6
;;
*)