diff options
| author | David Lönnhager <david.l@mullvad.net> | 2024-01-03 15:36:22 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2024-01-03 16:57:53 +0100 |
| commit | 89dbd599275658c815aa0c7fddcd945aae182377 (patch) | |
| tree | 5349bb982010a65afdc0c8e5d1381d14af2ae08b | |
| parent | b30df025d2dd480e4de008ff3d357b6a579f2573 (diff) | |
| download | mullvadvpn-89dbd599275658c815aa0c7fddcd945aae182377.tar.xz mullvadvpn-89dbd599275658c815aa0c7fddcd945aae182377.zip | |
Fix local proxy not working if started before connecting
| -rw-r--r-- | talpid-core/src/firewall/macos.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/talpid-core/src/firewall/macos.rs b/talpid-core/src/firewall/macos.rs index 27fc6200fa..c851be507f 100644 --- a/talpid-core/src/firewall/macos.rs +++ b/talpid-core/src/firewall/macos.rs @@ -285,7 +285,6 @@ impl Firewall { .to(relay_endpoint.endpoint.address) .proto(pfctl_proto) .keep_state(pfctl::StatePolicy::Keep) - .tcp_flags(Self::get_tcp_flags()) .quick(true); if !relay_endpoint.clients.allow_all() { |
