mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Compare commits
	
		
			No commits in common. "ef55baf25a3dae46fa9d8a86f77a1185b0d03591" and "cb8318bf089e9521767824b71c8dab3408193aaa" have entirely different histories.
		
	
	
		
			ef55baf25a
			...
			cb8318bf08
		
	
		| 
						 | 
					@ -21,7 +21,7 @@ $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 resolvconf
 | 
				
			||||||
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
 | 
					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
 | 
					DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::="--force-confnew" install -y iptables-persistent &>/dev/null
 | 
				
			||||||
$STD netfilter-persistent reload
 | 
					$STD netfilter-persistent reload
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue