AdguardTeam / VpnLibs

Open bug tracker for AdGuard VPN core library
6 stars 0 forks source link

Intercepting ICMP in tunnel mode #9

Closed ameshkov closed 2 years ago

ameshkov commented 2 years ago

In the current version of VpnLibs, we don't intercept ICMP at all. The root cause of it is the network driver, we just don't intercept ICMP at the moment.

RalMay commented 2 years ago

I case that is possible: Intercept at network layer, not at transport layer, and you have all traffic handled - Internet is a plain IP based protocol.

edit: mixed up L2 and L3 names, sorry.

sxgunchenko commented 2 years ago

vpn-client/pull-requests/286