Compare commits

..

No commits in common. "ef55baf25a3dae46fa9d8a86f77a1185b0d03591" and "cb8318bf089e9521767824b71c8dab3408193aaa" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ $STD apt-get install -y git
msg_ok "Installed Dependencies"
msg_info "Installing WireGuard"
$STD apt-get install -y wireguard wireguard-tools net-tools iptables
$STD apt-get install -y wireguard wireguard-tools net-tools iptables resolvconf
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confnew" install -y iptables-persistent &>/dev/null
$STD netfilter-persistent reload