mirror of
https://github.com/EV21/dynb.git
synced 2025-12-26 16:39:32 +01:00
Compare commits
3 Commits
d6c98c04ad
...
75715cb0a8
| Author | SHA1 | Date | |
|---|---|---|---|
|
75715cb0a8
|
|||
|
6313ee4347
|
|||
|
f37230401f
|
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,6 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
|
## 0.3.3 (2022-06-07)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
* Wrong parameter name for DuckDNS. [Eduard Veit]
|
||||||
|
|
||||||
|
### Documentation
|
||||||
|
|
||||||
|
* 📝 add comments to docker-compose.yml example. [Eduard Veit]
|
||||||
|
|
||||||
|
|
||||||
## 0.3.2 (2022-05-26)
|
## 0.3.2 (2022-05-26)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
4
dynb.sh
4
dynb.sh
@@ -66,7 +66,7 @@ _response=
|
|||||||
_statusHostname=
|
_statusHostname=
|
||||||
_statusUsername=
|
_statusUsername=
|
||||||
_statusPassword=
|
_statusPassword=
|
||||||
_version=0.3.2
|
_version=0.3.3
|
||||||
_userAgent="DynB/$_version github.com/EV21/dynb"
|
_userAgent="DynB/$_version github.com/EV21/dynb"
|
||||||
_configFile=$HOME/.local/share/dynb/.env
|
_configFile=$HOME/.local/share/dynb/.env
|
||||||
_statusFile=/tmp/dynb.status
|
_statusFile=/tmp/dynb.status
|
||||||
@@ -284,7 +284,7 @@ function dynupdate
|
|||||||
;;
|
;;
|
||||||
DuckDNS* | duckdns*)
|
DuckDNS* | duckdns*)
|
||||||
dyndns_update_url="${DUCKDNS_DYNDNS_UPDATE_URL}"
|
dyndns_update_url="${DUCKDNS_DYNDNS_UPDATE_URL}"
|
||||||
myip_str=ipv4
|
myip_str=ip
|
||||||
myipv6_str=ipv6
|
myipv6_str=ipv6
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user