You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/pihole-vpn/index.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ dates:
17
17
Pi-hole is a DNS sinkhole that blocks unwanted ads and trackers at the network level. When combined with a VPN, it provides a secure and ad-free internet browsing experience.
18
18
19
19
This guide will show you how to:
20
-
- Deploy a **secure** ad-blocking VPN using **Pi-hole**
20
+
- Deploy a secure ad-blocking VPN using **Pi-hole**
21
21
- Install either OpenVPN or WireGuard using **PiVPN**
22
22
- Implement best security practices to protect your Instance
23
23
@@ -42,7 +42,7 @@ This guide will show you how to:
@@ -56,7 +56,7 @@ This guide will show you how to:
56
56
```sh
57
57
pihole -a -p
58
58
```
59
-
3. Configure **Pi-hole for local access only**:
59
+
3. Configure Pi-hole for local access only:
60
60
```sh
61
61
pihole -a -i local
62
62
```
@@ -133,7 +133,7 @@ Download the VPN configuration file securely using SCP or SFTP.
133
133
- Check if ads are blocked
134
134
135
135
## Conclusion
136
-
You now have a secure, ad-blocking VPN setup using **Pi-hole** and **OpenVPN/WireGuard**. This setup ensures privacy, security, and a better browsing experience across all your devices.
136
+
You now have a secure, ad-blocking VPN setup using Pi-hole and OpenVPN/WireGuard. This setup ensures privacy, security, and a better browsing experience across all your devices.
137
137
138
138
For further optimizations, consider adding a DNS-over-HTTPS setup or custom blocklists for Pi-hole.
0 commit comments