Added udptunnel to circumvent some firewalls

This commit is contained in:
Héctor Molinero Fernández
2020-06-19 00:12:25 +02:00
parent cc4f0c40f1
commit de9b62e764
5 changed files with 64 additions and 2 deletions

View File

@@ -29,6 +29,9 @@ table inet filter {
# Accept DNS traffic on the WireGuard interface.
iifname wg0 meta l4proto { tcp, udp } @th,16,16 53 accept;
# Accept udptunnel traffic (to circumvent some firewalls).
tcp dport 443 accept;
# Count dropped packets.
counter drop;
}