We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d02311 commit 2f51861Copy full SHA for 2f51861
getssl
@@ -263,6 +263,7 @@
263
# 2021-07-07 Request new certificate if SANs have changed (#669)(#673)
264
# 2021-07-12 Do not redirect outputs on remote commands when the debug option is used (atisne)
265
# 2021-07-20 Use +noidnout to enable certificates for IDN domains (#679)(2.37)
266
+# 2021-07-22 Only pass +noidnout param to dig/drill(#682)(2.38)
267
# ----------------------------------------------------------------------------------------
268
269
case :$SHELLOPTS: in
@@ -271,7 +272,7 @@ esac
271
272
273
PROGNAME=${0##*/}
274
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)"
-VERSION="2.37"
275
+VERSION="2.38"
276
277
# defaults
278
ACCOUNT_KEY_LENGTH=4096
0 commit comments