Update wireguard-install.sh

configure Network Address Translation
This commit is contained in:
tteckster 2024-08-24 09:15:31 -04:00 committed by GitHub
parent 7d77be87d5
commit 21abd09052
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,10 @@ $STD apt-get install -y git
msg_ok "Installed Dependencies" 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-persistent
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
$STD netfilter-persistent save
$STD netfilter-persistent reload
msg_ok "Installed WireGuard" msg_ok "Installed WireGuard"
msg_info "Installing WGDashboard" msg_info "Installing WGDashboard"