Allow access WireGuard via port 53/UDP

This commit is contained in:
Héctor Molinero Fernández
2020-01-26 21:17:52 +01:00
parent 3fcd038fdf
commit 40631b7876
4 changed files with 9 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ build {
"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 80 proto udp"
"ufw allow from any to any port 51820 proto udp"
]
}