From e62a72bc3b48ac85c70a40ee0b79017e1016f844 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Sun, 29 Jan 2023 21:40:18 +0100 Subject: [PATCH] Add information about included dnsmasq --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8943ff9..564f068 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ Using BoringTun enables the use of a userspace implementation on hosts that do n Required configuration files will be generated on first run using environment variables. Client configurations are available as config files and QR codes. +In addition to BoringTun, dnsmasq is included to provide dns forwarding and to resolve host names trough VPN. + ## Build When creating the image, BoringTun is compiled in a docker build stage and later copied into final image. @@ -138,4 +140,4 @@ Restart service. ## Client configurations -You will find client configuration files for each client as config file with client configuration in directory `config.d`. \ No newline at end of file +You will find client configuration files for each client as config file with client configuration in directory `config.d`.