Open WireGuard port in wg0.conf

This commit is contained in:
Héctor Molinero Fernández
2020-01-27 20:01:21 +01:00
parent 0c59442e07
commit 6a82dbb688
3 changed files with 16 additions and 11 deletions

View File

@@ -107,8 +107,7 @@ build {
"ufw --force enable",
"ufw default deny incoming",
"ufw default allow outgoing",
"ufw allow from any to any port 22 proto tcp",
"ufw allow from any to any port 51820 proto udp"
"ufw allow from any to any port 22 proto tcp"
]
}