Comment on Show HN: Using eBPF to see through encryption without a proxyComments−0nethacker11yI like the fact this doesn't impact performance like MITM solutions do.−jonfriesen1yThat was one of our biggest motivators when dreaming up Qtap.How can we remove the impact that proxies have on connections, AND see the content without having to manage a custom certificate authority, AND not have to instrument all of our code.−mrbluecoat1yIf installed in a router, can it see traffic of all devices connected to it or only traffic that originates in the router itself?Perhaps with `direction: all`https://github.com/qpoint-io/qtap/issues/29#issuecomment-286...
Comments
I like the fact this doesn't impact performance like MITM solutions do.
That was one of our biggest motivators when dreaming up Qtap.
How can we remove the impact that proxies have on connections, AND see the content without having to manage a custom certificate authority, AND not have to instrument all of our code.
If installed in a router, can it see traffic of all devices connected to it or only traffic that originates in the router itself?
Perhaps with `direction: all`
https://github.com/qpoint-io/qtap/issues/29#issuecomment-286...