Update log sharing method in README

This commit is contained in:
Davide De Rosa 2018-11-12 23:38:02 +01:00
parent b36e7b80e6
commit acb9c8c9f5
1 changed files with 1 additions and 1 deletions

View File

@ -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