Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/macos-fix-local-proxy'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Jan 3, 2024
2 parents b30df02 + 89dbd59 commit 13855cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion talpid-core/src/firewall/macos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 13855cb

Please sign in to comment.