mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
chore(filter): no network protocol filter for Wireguard
This commit is contained in:
@@ -52,7 +52,8 @@ func filterServer(server models.Server,
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
if filterByProtocol(selection, server.TCP, server.UDP) {
|
if server.VPN != vpn.Wireguard &&
|
||||||
|
filterByProtocol(selection, server.TCP, server.UDP) {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user