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:
Mark Drobnak
2018-05-28 17:29:09 -04:00
committed by GitHub
parent b2829680e4
commit 7a1fe02eab

View File

@@ -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.
![screenshot](listening-behavior.png)
![screenshot](listening-behavior.png)