Skip to content

Commit

Permalink
Revert IPv4 variable change made in commit 4203be5 (#132)
Browse files Browse the repository at this point in the history
* Revert IPv4 variable change made in commit 4203be5

* Version bump 3.4 -> 3.4.1

* Fix PADD -> FTL communication (#149)

* Update PADD -> FTL communication as done in pi-hole/pi-hole#3954

* Update version string

* Version bump 3.5 -> 3.5.1

Co-authored-by: DL6ER <DL6ER@users.noreply.github.com>
  • Loading branch information
christianboyle and DL6ER authored Dec 31, 2020
1 parent 649d67c commit ef5acdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions padd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LC_NUMERIC=C
############################################ VARIABLES #############################################

# VERSION
padd_version="v3.5"
padd_version="v3.5.1"

# DATE
today=$(date +%Y%m%d)
Expand Down Expand Up @@ -669,7 +669,7 @@ PrintNetworkInformation() {
fi
elif [ "$1" = "tiny" ]; then
CleanEcho "${bold_text}NETWORK ============================================${reset_text}"
CleanPrintf " %-10s%-16s %-8s%-16s\e[0K\\n" "Hostname:" "${full_hostname}" "IPv4:" "${pi_ip_address}"
CleanPrintf " %-10s%-16s %-8s%-16s\e[0K\\n" "Hostname:" "${full_hostname}" "IPv4:" "${IPV4_ADDRESS}"
CleanPrintf " %-10s%-39s\e[0K\\n" "IPv6:" "${IPV6_ADDRESS}"
CleanPrintf " %-10s%-16s %-8s%-16s\e[0K\\n" "DNS:" "${dns_information}" "DNSSEC:" "${dnssec_heatmap}${dnssec_status}${reset_text}"

Expand Down

0 comments on commit ef5acdc

Please sign in to comment.