This simple app demonstrates the use of Leaf on iOS.
Leaf has released an iOS static library and can be downloaded by running a script (see details below).
Leaf supports a large feature set including SOCKS 5, HTTP, Shadowsocks, VMess and Trojan proxy protocols, and plugable proxy transports such as WebSocket and TLS. There are also flexible load balancing / high availability features to better deliver your network requests.
The app has no UIs and the switch is the only button to start and stop the proxy, you can control all the proxy behaviors by changing a config file, which is defined as a String
variable and located in PacketTunnel/PacketTunnelProvider.swift
.
-
Fix
Bundle Identifier
andApp Groups
identifier and entitilements. -
Download
leaf
library:
./misc/download_leaf.sh
- Download dat files:
./misc/download_data.sh
-
Edit the config
conf
inPacketTunnel/PacketTunnelProvider.swift
, examples can be found here -
Build and Run