mirror of
https://github.com/pi-hole/docs.git
synced 2026-02-21 02:07:07 +00:00
Remove extraneous HTML tag from VPN config snippet
Fixes issue number 3 from #24 Signed-off-by: Mark Drobnak <newtoncat12@yahoo.com>
This commit is contained in:
@@ -13,7 +13,7 @@ Edit your `/etc/openvpn/server.conf`:
|
||||
|
||||
```
|
||||
push "route 192.168.2.0 255.255.255.0"
|
||||
push "dhcp-option DNS <b>192.168.2.123</b>"
|
||||
push "dhcp-option DNS 192.168.2.123"
|
||||
```
|
||||
|
||||
As you can see, we change the address of the DNS server to the local IP address of our Pi-hole (which is **192.168.2.123** in this example).
|
||||
@@ -67,4 +67,4 @@ rtt min/avg/max/mdev = 18.740/18.894/19.017/0.189 ms
|
||||
|
||||
### Important last step
|
||||
The undocumented `pihole -a -i all` command is simply what runs when you choose _Listen on all interfaces, permit all origins (make sure your Pi-hole is firewalled)_, which if you've read this far in the tutorial, you should understand that we don't want you to knowingly or unknowing set up an open resolver.
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user