From 6443464ecd20950b7dd69588fed116edadcc23a2 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 29 May 2019 16:18:37 -0400 Subject: [PATCH] fix missing = 1 on sysctl config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fabbdad..c2e8953 100644 --- a/README.md +++ b/README.md @@ -393,7 +393,7 @@ pkg install wireguard ```bash # to enable kernel relaying/forwarding ability on bounce servers echo "net.ipv4.ip_forward = 1" >> /etc/sysctl.conf -echo "net.ipv4.conf.all.proxy_arp" >> /etc/sysctl.conf +echo "net.ipv4.conf.all.proxy_arp = 1" >> /etc/sysctl.conf sudo sysctl -p /etc/sysctl.conf # to add iptables forwarding rules on bounce servers