yusoffb01
Arch-Supremacy Member
- Joined
- Jun 17, 2008
- Messages
- 16,709
- Reaction score
- 1,716
Pihole not only blocks advertisements, you can use it to block malware, tracking, dangerous websites and tld. You can also detect if a virus is running in your network by looking at which unknown website it is trying to connect to. by using regex, you can make a virus useless as it cannot connect to its domain
Setting up:
Setup is easy because someone already has created a script. Just go straight to option A
https://github.com/rajannpatel/Pi-H...Tunnel-and-Split-Tunnel-Wireguard-VPN-Configs
One additional step (at step 1) you need to do is to add port 80 and 53 to your home ip address
eg your home ip 154.205.95.36 (dynamic, isp change every 2 weeks)
put in firewall 154.205.0.0/16 so that it covers wider range
https://console.cloud.google.com/networking/firewalls/
After you setup everything (takes less than 5min), you can go to your free google public ip address to access your pihole admin
If you can access successfully, then everything is working.
second last step is from web browser also change settings > listening interface
Listen on all interfaces, permit all origins
FINALLY set your router wan and lan primary dns to be your google public address. use adguard (94.140.14.14) as secondary dns to cover period of downtime
Setting up:
Setup is easy because someone already has created a script. Just go straight to option A
https://github.com/rajannpatel/Pi-H...Tunnel-and-Split-Tunnel-Wireguard-VPN-Configs
One additional step (at step 1) you need to do is to add port 80 and 53 to your home ip address
eg your home ip 154.205.95.36 (dynamic, isp change every 2 weeks)
put in firewall 154.205.0.0/16 so that it covers wider range
https://console.cloud.google.com/networking/firewalls/
After you setup everything (takes less than 5min), you can go to your free google public ip address to access your pihole admin
If you can access successfully, then everything is working.
second last step is from web browser also change settings > listening interface
Listen on all interfaces, permit all origins
FINALLY set your router wan and lan primary dns to be your google public address. use adguard (94.140.14.14) as secondary dns to cover period of downtime
Last edited:
