From ae3d03e0a5bd92ec2f40c655bb76a02b205124b0 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 23 Mar 2021 17:08:43 +0100 Subject: [PATCH] Add ipv6 forwarding instructions in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71221e0..442dc52 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,9 @@ WireGuard can be configured via a non-official web UI. Avoid altering the config ```bash sudo nano /etc/sysctl.conf -# It should have an uncommented line: +# Uncomment the following lines: net.ipv4.ip_forward = 1 +net.ipv6.conf.all.forwarding = 1 # Save and quit (CTRL+O, CTRL+X) sudo sysctl -p ```