Compare commits

..

No commits in common. "253da053feff9c39142a58391eac08ccb6aa88f5" and "7d77be87d517a48d3a8cfda68acc71c90263cd7f" have entirely different histories.

View File

@ -22,9 +22,6 @@ msg_ok "Installed Dependencies"
msg_info "Installing WireGuard" 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
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
msg_ok "Installed WireGuard" msg_ok "Installed WireGuard"
msg_info "Installing WGDashboard" msg_info "Installing WGDashboard"