Update log sharing method in README
This commit is contained in:
parent
b36e7b80e6
commit
acb9c8c9f5
|
@ -142,7 +142,7 @@ The entry point is the `SessionProxy` class. The networking layer is fully abstr
|
|||
|
||||
The goal of this module is packaging up a black box implementation of a [NEPacketTunnelProvider][ne-ptp], which is the essential part of a Packet Tunnel Provider app extension. You will find the main implementation in the `TunnelKitProvider` class.
|
||||
|
||||
Currently, the extension supports VPN over both [UDP][ne-udp] and [TCP][ne-tcp] sockets. A debug log snapshot is optionally maintained and shared to host apps via `UserDefaults` in a shared App Group.
|
||||
Currently, the extension supports VPN over both [UDP][ne-udp] and [TCP][ne-tcp] sockets. A debug log snapshot is optionally maintained and shared to host apps via the App Group container.
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in New Issue