https://github.com/sefinek/pihole-ping-util
Ping all domains form the host file.
https://github.com/sefinek/pihole-ping-util
hostfile hosts-file hostsfile pihole pihole- pihole-tools ping
Last synced: about 1 month ago
JSON representation
Ping all domains form the host file.
- Host: GitHub
- URL: https://github.com/sefinek/pihole-ping-util
- Owner: sefinek
- License: mit
- Created: 2022-10-22T01:20:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T01:46:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-19T18:51:00.636Z (about 1 month ago)
- Topics: hostfile, hosts-file, hostsfile, pihole, pihole-, pihole-tools, ping
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🌍 pihole-ping-domains-util
Ping all domains from the [Pi-hole](https://pi-hole.net) host file.```
================================================================================================================Pinging google.com [142.250.186.206] with 32 bytes of data:
Reply from 142.250.186.206: bytes=32 time=35ms TTL=115Ping statistics for 142.250.186.206:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 35ms, Maximum = 35ms, Average = 35ms================================================================================================================
Pinging sefinek.net [188.114.96.13] with 32 bytes of data:
Reply from 188.114.96.13: bytes=32 time=40ms TTL=57Ping statistics for 188.114.96.13:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 40ms, Maximum = 40ms, Average = 40ms================================================================================================================
Pinging instagram.com [31.13.81.174] with 32 bytes of data:
Reply from 31.13.81.174: bytes=32 time=39ms TTL=55Ping statistics for 31.13.81.174:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 39ms, Maximum = 39ms, Average = 39ms================================================================================================================
Pinging github.com [140.82.121.4] with 32 bytes of data:
Reply from 140.82.121.4: bytes=32 time=47ms TTL=48Ping statistics for 140.82.121.4:
Packets: Sent = 1, Received = 1, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 47ms, Maximum = 47ms, Average = 47ms
```## 📝 License
MIT