VPN updates
This commit is contained in:
@@ -6,3 +6,6 @@ Since I want this server to be as close a _router replacement_ as possible, I wa
|
||||
|
||||
## DNS Redirect
|
||||
I also wanted to ensure that this machine will be the only place that any device on my local network goes to for DNS lookup. To do this, I created a `/etc/pf_public_dns.table` IP table containing the most popular public DNS servers. Any device that tries to connect to one of these servers will get routed to my DNS server (located on the aries as well).
|
||||
|
||||
## VPN
|
||||
Currently pf manages connecting the routes to and from the OpenVPN network (`10.8.0.0/16`), however this will be changed in the future as I am currently migrating from OpenVPN to Wireguard.
|
||||
Reference in New Issue
Block a user