Android 7.1.1 ndc resolver flushnet is deprecated
Opened this issue · 2 comments
newEntera commented
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
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
@newEntera I found the problem is okhttp , it doesn't use the new DNS . But I use google the new dns is work.