Skip to content

Commit b186151

Browse files
committed
fix(gen): wording
1 parent 03cb032 commit b186151

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/pihole-vpn/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dates:
1717
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.
1818

1919
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**
2121
- Install either OpenVPN or WireGuard using **PiVPN**
2222
- Implement best security practices to protect your Instance
2323

@@ -42,7 +42,7 @@ This guide will show you how to:
4242

4343
## Installing Pi-hole
4444

45-
1. **Download the installer safely:**
45+
1. Download and run the installer:
4646
```sh
4747
wget -O basic-install.sh https://install.pi-hole.net
4848
chmod +x basic-install.sh
@@ -56,7 +56,7 @@ This guide will show you how to:
5656
```sh
5757
pihole -a -p
5858
```
59-
3. Configure **Pi-hole for local access only**:
59+
3. Configure Pi-hole for local access only:
6060
```sh
6161
pihole -a -i local
6262
```
@@ -133,7 +133,7 @@ Download the VPN configuration file securely using SCP or SFTP.
133133
- Check if ads are blocked
134134

135135
## 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.
137137

138138
For further optimizations, consider adding a DNS-over-HTTPS setup or custom blocklists for Pi-hole.
139139

0 commit comments

Comments
 (0)