dnsproxy2
dnsproxy2 copied to clipboard
DNS proxy for Android 4.3+
Hi, I found dnsproxy2 coming from https://www.kuketz-blog.de/f-droid-und-afwall-android-ohne-google-teil4/ I'm trying to make afwall+ see all the dns requests. However, I'm not technical enough to compile and package Android apps and automate...
There is another dns proxy for Android 4.3+. It's supports running standalone or JNI built-in Android application. and select dns servers by policy (client uid to dns servers). Thank you...
on android 4.3 and 4.4 run command bellow: _`ndc resolver setifdns wlan0 "" 208.67.222.222 208.67.220.220`_
DNS resolution works correctly when calling `dnsproxy2 -l` directly: ``` ;; res_setoptions("debug", "env").. ;; debug ;; res_nquerydomain(google.fr, , 1, 1) ;; res_query(google.fr, 1, 1) ;; res_nmkquery(QUERY, google.fr, IN, A) ;;...
Hello, I get these errors when running `ndk-build`: ``` [armeabi-v7a] Executable : dnsproxy2 jni/resolv/res_send.c:948: error: undefined reference to '__evNowTime' jni/resolv/res_send.c:949: error: undefined reference to '__evConsTime' jni/resolv/res_send.c:950: error: undefined reference to...
Really great project, i was just wondering if you could put a `dist/` folder with the latest built commit. Would be very useful for people experimenting with the binary, or...