From 923e1f1ea91c1397d2e085b5dff833a7d8ac3fbe Mon Sep 17 00:00:00 2001 From: Per-Arne Andersen Date: Sun, 12 Apr 2020 18:51:25 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 129ea72..1364ba7 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ The interface runs in docker and requires the host to have installed wireguard, # Dependencies * wireguard-dkms or Linux kernel >= 5.6 -* docker +* python 3.6+ -# Installation +# Installation (Docker) 1. Enable ip forwarding with `sysctl -w net.ipv4.ip_forward=1` 1.1. To make the forwarding persistent add `net.ipv4.ip_forward = 1` to `/etc/sysctl.d/99-sysctl.conf` 2. It is recommended to have a firewall protecting your services @@ -52,6 +52,10 @@ perara/wireguard-manager WEB_CONCURRENCY: 1 ``` +# Install (OS) +- [Installation on Debian/Ubuntu](./docs/install_debian.md) + + # Environment variables | Environment | Description | Recommended | |------------------|--------------------------------------------------------------------------|-------------|