bparmentier / DNSSetter

Set custom DNS servers on Android (not maintained at the moment!)
Other
36 stars 9 forks source link

Android 7.1.1 ndc resolver flushnet is deprecated #9

Open newEntera opened 7 years ago

newEntera commented 7 years ago

To clear cache on Android 7.1.1

ndc resolver setnetdns wlan0 192.168.8.1 192.168.8.1

It sets DNS and clears old cache.

snowlyg commented 1 year ago

ndc resolver setnetdns wlan0 192.168.8.1 192.168.8.1 on Android 8.1.0 is not work. network is static ip . @newEntera

snowlyg commented 1 year ago

@newEntera I found the problem is okhttp , it doesn't use the new DNS . But I use google the new dns is work.