-
Notifications
You must be signed in to change notification settings - Fork 29
/
README
34 lines (17 loc) · 768 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
dnsproxy2 - a replacement DNS proxy for Android 4.3+
This currently allows the user to manually override the DNS server IP,
and it sets the correct UID on outbound requests so they can be filtered
via iptables / AFWall+ / DroidWall / etc.
Requirements:
Root access
Write access to /system
/etc/init.d (if you want to start it on boot)
Build instructions:
1) Install NDK r8e under /opt/android-ndk
2) Run /opt/android-ndk/ndk-build
3) Binaries are under libs/. Most devices will use libs/armeabi-v7a/
Installation instructions:
Make sure adb is in your PATH and functional, then on your PC host run:
bash misc/install.sh
This installs /system/xbin/dnsproxy2 and /etc/init.d/20dnsproxy2
To uninstall, remount /system read-write and delete those files.