You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PF seems to be smart enough to avoid a loop in here, however it could be more logical to inverse the order of firewall rules. This is not particularly a bug so please adjust the github label.
Expected Behavior
I'd expect all traffic on utun to be quickly passed through before using heavier machinery such as route-to rules.
Steps to Reproduce
Connect
Execute sudo pfctl -sa -a mullvad
Inspect the rules
Failure Logs
Operating system version
No response
Mullvad VPN app version
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Is it a bug?
I have checked if others have reported this already
Current Behavior
It's probably worth to report that
pass out quick route-to (utun any)
is applied beforepass quick on utun
on macOS 14.7.4 firewall implementation:The relevant code: https://github.com/mullvad/mullvadvpn-app/blob/main/talpid-core/src/firewall/macos.rs#L450-L456
PF seems to be smart enough to avoid a loop in here, however it could be more logical to inverse the order of firewall rules. This is not particularly a bug so please adjust the github label.
Expected Behavior
I'd expect all traffic on
utun
to be quickly passed through before using heavier machinery such as route-to rules.Steps to Reproduce
sudo pfctl -sa -a mullvad
Failure Logs
Operating system version
No response
Mullvad VPN app version
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: