Comment on Show HN: Using eBPF to see through encryption without a proxyparentComments−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
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...