mirror of
https://github.com/EV21/dynb.git
synced 2025-12-26 16:39:32 +01:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a98f973d4d | ||
|
9efc3df858
|
|||
|
715e548dfb
|
|||
|
1624691612
|
@@ -1,6 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
|
||||
## 0.5.3 (2023-02-26)
|
||||
|
||||
### Fix
|
||||
|
||||
* Set constant alpine version as latest couses issues. [Eduard Veit]
|
||||
|
||||
|
||||
## 0.5.2 (2023-02-26)
|
||||
|
||||
### Fix
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.16.4
|
||||
|
||||
RUN \
|
||||
apk update \
|
||||
|
||||
4
dynb.sh
4
dynb.sh
@@ -70,7 +70,7 @@ _response=
|
||||
_statusHostname=
|
||||
_statusUsername=
|
||||
_statusPassword=
|
||||
_version=0.5.1
|
||||
_version=0.5.3
|
||||
_userAgent="DynB/$_version github.com/EV21/dynb"
|
||||
_configFile=$HOME/.local/share/dynb/.env
|
||||
_statusFile=/tmp/dynb.status
|
||||
@@ -222,7 +222,7 @@ function fetchDNSRecords
|
||||
function getRecordID
|
||||
{
|
||||
echo "$_dns_records" |
|
||||
jq "select(.type == \"${1}\") | .id"
|
||||
jq --raw-output "select(.type == \"${1}\") | .id"
|
||||
}
|
||||
|
||||
## do_dig_request A B
|
||||
|
||||
Reference in New Issue
Block a user