From f5502dd8e94b30ce13ee3bdb06ef4ae4fa06b2a3 Mon Sep 17 00:00:00 2001 From: Benji <65447501+hibenji@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:31:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a55a35a..3a7d29d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is a simple image to run a WireGuard client. It includes a kill switch to ensure that any traffic not encrypted via WireGuard is dropped. +THIS IS FORK WITH SOME CHANGED CODE + WireGuard is implemented as a kernel module, which is key to its performance and simplicity. However, this means that WireGuard _must_ be installed on the host operating system for this container to work properly. Instructions for installing WireGuard can be found [here](http://wireguard.com/install). You will need a configuration file for your WireGuard interface. Many VPN providers will create this configuration file for you. If your VPN provider offers to include a kill switch in the configuration file, be sure to DECLINE, since this container image already has one.