mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-23 07:18:07 +00:00
Align comment with referenced line
This commit is contained in:
parent
72d8d10e64
commit
58f3ff69d8
@ -49,10 +49,10 @@ normalChrono() {
|
|||||||
#uptime -p #Doesn't work on all versions of uptime
|
#uptime -p #Doesn't work on all versions of uptime
|
||||||
uptime | awk -F'( |,|:)+' '{if ($7=="min") m=$6; else {if ($7~/^day/) {d=$6;h=$8;m=$9} else {h=$6;m=$7}}} {print d+0,"days,",h+0,"hours,",m+0,"minutes."}'
|
uptime | awk -F'( |,|:)+' '{if ($7=="min") m=$6; else {if ($7~/^day/) {d=$6;h=$8;m=$9} else {h=$6;m=$7}}} {print d+0,"days,",h+0,"hours,",m+0,"minutes."}'
|
||||||
echo "-------------------------------"
|
echo "-------------------------------"
|
||||||
# Uncomment to continually read the log file and display the current domain being blocked
|
|
||||||
domain=$(curl -s -X GET http://127.0.0.1/admin/api.php?recentBlocked)
|
domain=$(curl -s -X GET http://127.0.0.1/admin/api.php?recentBlocked)
|
||||||
echo "Recently blocked:"
|
echo "Recently blocked:"
|
||||||
echo " $domain"
|
echo " $domain"
|
||||||
|
# Uncomment to continually read the log file and display the current domain being blocked
|
||||||
#tail -f /var/log/pihole.log | awk '/\/etc\/pihole\/gravity.list/ {if ($7 != "address" && $7 != "name" && $7 != "/etc/pihole/gravity.list") print $7; else;}'
|
#tail -f /var/log/pihole.log | awk '/\/etc\/pihole\/gravity.list/ {if ($7 != "address" && $7 != "name" && $7 != "/etc/pihole/gravity.list") print $7; else;}'
|
||||||
|
|
||||||
json=$(curl -s -X GET http://127.0.0.1/admin/api.php?summaryRaw)
|
json=$(curl -s -X GET http://127.0.0.1/admin/api.php?summaryRaw)
|
||||||
|
Loading…
Reference in New Issue
Block a user