-
Notifications
You must be signed in to change notification settings - Fork 16
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
Apply firewall rules on ICMP #3
Comments
This was referenced Jul 24, 2021
netstack take 2: https://github.com/celzero/firestack/tree/n2/ |
Instead of the forked |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ICMP messages may be used to exfiltrate data: https://archive.is/OaV7K but the underlying LwIP stack doesn't expose handler to any other protocol-type other than UDP or TCP, which means the firewall rules don't get to process ICMP messages.
So: Either add ICMP handlers to LwIP and access it through
go-tun2socks
or attempt a switch togVisor
NetStack.The text was updated successfully, but these errors were encountered: