Skip to content

Commit

Permalink
FXVPN-218: Fix busted split tunneling on Linux (#9987)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby authored Nov 12, 2024
1 parent 789e214 commit a4b91c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/netfilter/netfilter.go
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ func NetfilterCreateTables() int32 {
Table: mozvpn_ctx.table,
Type: nftables.ChainTypeFilter,
Hooknum: nftables.ChainHookPrerouting,
Priority: nftables.ChainPriorityRaw,
Priority: nftables.ChainPriorityMangle,
})

dropPolicy := nftables.ChainPolicyDrop
Expand Down

0 comments on commit a4b91c0

Please sign in to comment.