This project ports Privoxy 3.0.28 to iOS as a Cydia package (*.deb).
- Requirement: iOS 7+, jailbroken.
- Install
org.ijbswa.privoxy_3.0.28_iphoneos-arm.deb
. - Enable the HTTP proxy
- Go to Settings → Wi-Fi → (your network)
- Click "Manual" under "HTTP Proxy"
- Enter
127.0.0.1
for "Server", and8118
for "Port"
- Verify Privoxy is running by visiting http://www.example.com/phpads/. The URL should be blocked by Privoxy.
The Privoxy server is running as a background daemon. This package is not an iOS 9
network extension. Privoxy can only be configured by modifying
the config file at /etc/privoxy/config
.
- Install theos
export THEOS=/path/of/theos
make package FINALPACKAGE=1
GPLv2.