Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. cd /data/local/tmp/mnt/etc
  2. mkdir resolvconf
  3. cd resolvconf
  4. mkdir resolv.conf.d
  5. cd resolv.conf.d
  6. touch base
  7. cd /
  8. echo "nameserver 8.8.8.8" | tee data/local/tmp/mnt/etc/resolvconf/resolv.conf.d/base > /dev/null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement