Thanks, eskimo.I found the same yesterday, it works after changing filterPackets to true.
Post
Replies
Boosts
Views
Activity
I am working on macOS10.15.
Thanks eskimo.I tried and confirmed that FilterPacketProvider is not initialized at all. override init() { super.init() os_log("filter packet provider init") }but it would be initialized if I change the filter-packet to filter-data in info.plist:<key>NEProviderClasses</key> <dict> <key>com.apple.networkextension.filter-data</key> <string>$(PRODUCT_MODULE_NAME).FilterPacketProvider</string> </dict>