Skip to content

Docker image running a fake DNS to fix Klipad tablet's factory reset

Notifications You must be signed in to change notification settings

Kev-J/klipad-fake-dns-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

klipad-fake-dns-image

Docker image running a fake DNS to fix Klipad tablet's factory reset.

The manufacturer of Klipad tablets decided to use a cryptic website for testing whether the device is connected to internet or not...

Prerequesite

Directions

Open a terminal and execute the following commands:

  1. docker build -t bind .
  2. docker run -d --rm --name=dns-server --net=host bind
  3. docker exec -d dns-server named -c /var/bind/named.conf
  4. host status.eqoe.cn localhost

Should print

Using domain server:
Name: localhost
Address: ::1#53
Aliases:

status.eqoe.cn has address 216.58.204.110
  1. Connect the Klipad to the same network as your host computer with the following advanced settings:
  • IP parameters: Static
  • IP address: Choose the one according to your network
  • Gateway: according to your network
  • DNS1: Address of the host running your bind9 docker image
  1. Enjoy

Credits

About

Docker image running a fake DNS to fix Klipad tablet's factory reset

Resources

Stars

Watchers

Forks

Packages

No packages published