We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2937516 commit 1e2f953Copy full SHA for 1e2f953
install/wireguard-install.sh
@@ -22,7 +22,6 @@ msg_ok "Installed Dependencies"
22
23
msg_info "Installing WireGuard"
24
$STD apt-get install -y wireguard wireguard-tools net-tools iptables
25
-iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
26
DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confnew" install -y iptables-persistent &>/dev/null
27
$STD netfilter-persistent reload
28
msg_ok "Installed WireGuard"
0 commit comments