summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/posts/openbsd-vpn-gateway/index.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/content/posts/openbsd-vpn-gateway/index.org b/content/posts/openbsd-vpn-gateway/index.org
index 5d1e0d8..c8005e5 100644
--- a/content/posts/openbsd-vpn-gateway/index.org
+++ b/content/posts/openbsd-vpn-gateway/index.org
@@ -103,6 +103,14 @@
192.168.0.1
#+END_SRC
+ Then we set our desired DNS servers in [[https://man.openbsd.org/man5/resolv.conf.5][=resolv.conf(5)=]] located at
+ =/etc/resolv.conf=.
+
+ #+BEGIN_SRC
+ lookup file bind
+ nameserver 8.8.8.8
+ nameserver 8.8.4.4
+ #+END_SRC
Now we run [[https://man.openbsd.org/man8/netstart.8][=netstart(8)=]] to reconfigure the interface according to the
file we've just edited.