Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix local proxy not working if started before connecting #5647

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

dlon
Copy link
Member

@dlon dlon commented Jan 3, 2024

Previously, only the first SYN packet was allowed in the firewall. If the connection to the custom proxy server was initiated before connecting to the VPN, this packet was never seen, so PF blocked the connection.

Note: This prevents PF from blocking connections to the first hop that were initiated before the rules were added.

Introduced in #5587


This change is Reviewable

Copy link
Contributor

@Jontified Jontified left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@dlon dlon force-pushed the macos-fix-local-proxy branch 2 times, most recently from 00e3261 to d6e1328 Compare January 3, 2024 15:57
@dlon dlon force-pushed the macos-fix-local-proxy branch from d6e1328 to 89dbd59 Compare January 3, 2024 15:58
@dlon dlon merged commit 13855cb into main Jan 3, 2024
29 of 30 checks passed
@dlon dlon deleted the macos-fix-local-proxy branch January 3, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants