Hi, @meaton
I stand corrected; Initially I was under the impression that any kind of network extension is affected, but after careful checking, it's only NETransparentProxyProvider that is causing trouble.
The included sample always returns NO from handleNewFlow::
(BOOL)handleNewFlow:(NEAppProxyFlow *)flow {
		return NO;
		// commented code omitted
}
, so it's safe to assume that any attempt to handle this flow is actually the incorrect behaviour of the API.
This also means that only macOS 11 is affected (unless NETransparentProxyProvider has been ported to Catalina as well).
Topic:
App & System Services
SubTopic:
Networking
Tags: