We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7efa35 commit ca45bbdCopy full SHA for ca45bbd
padd.sh
@@ -15,7 +15,7 @@ export LC_ALL=en_US.UTF-8 > /dev/null 2>&1 || export LC_ALL=en_GB.UTF-8 > /dev/n
15
############################################ VARIABLES #############################################
16
17
# VERSION
18
-PADDVersion="2.2.0"
+PADDVersion="2.2.1"
19
20
# DATE
21
today=$(date +%Y%m%d)
@@ -267,6 +267,8 @@ GetNetworkInformation() {
267
dnsInformation="Cloudflared"
268
fi
269
dnsInformation="1 server"
270
+ elif [[ ${dnsCount} -gt 8 ]]; then
271
+ dnsInformation="8+ servers"
272
else
273
dnsInformation="${dnsCount} servers"
274
0 commit comments