Hi! I've been developing a transparent proxy network extension by extending NEAppProxyProvider, and later NETransparentProxyProvider when it became available.
Both of them seem to have the same issue where loopback
connections (i.e. connections to localhost, 127.0.0.1, ::1, etc.) can't be intercepted.
Is this a deliberate decision or a bug? Is there a way I can work around this to filter loopback connections with my transparent proxy?
Both of them seem to have the same issue where loopback
connections (i.e. connections to localhost, 127.0.0.1, ::1, etc.) can't be intercepted.
Is this a deliberate decision or a bug? Is there a way I can work around this to filter loopback connections with my transparent proxy?