Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/d5e66a25ff537e3d664146b8e0c75c73bbd77b04 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update wireguard-install.sh

tweak
pull/3606/head
tteckster 11 months ago committed by GitHub
parent 2281a20b75
commit d5e66a25ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 netfilter-persistent
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
$STD netfilter-persistent save
$STD netfilter-persistent reload

Loading…
Cancel
Save

Powered by BW's shoe-string budget.