From 16919db32aa0595f1d5ecf94ca9377b61e647498 Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 27 Jul 2023 14:18:47 +0200 Subject: [PATCH] vpn: added wireguard linux setup with local dns --- wiki/vpn.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/vpn.md b/wiki/vpn.md index b09fb72..eda14dc 100644 --- a/wiki/vpn.md +++ b/wiki/vpn.md @@ -90,6 +90,8 @@ This section focusses on the usage of a [local DNS](/wiki/dns.md) like [bind9](/wiki/bind.md#configure-local-dns-server-with-forwarding). This can be especially useful for using [local domains](/wiki/bind.md#configure-local-domains). +The following guide is based on a comments by the Reddit users +[orthecreedence and rptb1](https://www.reddit.com/r/WireGuard/comments/cmhap6/use_both_wireguard_and_local_dns_servers/). To set up the usage of a local DNS the WireGuard configuration file needs to be changed.