Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 880 Bytes

File metadata and controls

33 lines (23 loc) · 880 Bytes

RedProxy

Simple system global proxy working via redsocks2. Requires root. Tested with Magisk.

Proxy formats

App can use proxy string in next formats:

socks5://host:port
socks5://login:password@host:port

Broadcast control

You can control RedProxy via adb or android broadcasts.

adb shell am broadcast -a "net.redproxy.SET_PROXY" -n net.redproxy/.MainReceiver --es proxy "socks5://login:password@host:port"
adb shell am broadcast -a "net.redproxy.SET_PROXY" -n net.redproxy/.MainReceiver --es proxy "null"

Formats to be supported

http://host:port
http://login:password@host:port
https://host:port
https://login:password@host:port