mirror of
https://github.com/tteck/Proxmox.git
synced 2025-03-13 12:52:37 +00:00
Compare commits
9 Commits
7d77be87d5
...
253da053fe
Author | SHA1 | Date | |
---|---|---|---|
|
253da053fe | ||
|
3fc4aa4a6e | ||
|
9ad778ca52 | ||
|
9d76662d76 | ||
|
fef858ed7b | ||
|
4844a00316 | ||
|
d5e66a25ff | ||
|
2281a20b75 | ||
|
21abd09052 |
@ -22,6 +22,9 @@ msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Installing WireGuard"
|
||||
$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_info "Installing WGDashboard"
|
||||
|
Loading…
x
Reference in New Issue
Block a user