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...
Open a terminal and execute the following commands:
docker build -t bind .
docker run -d --rm --name=dns-server --net=host bind
docker exec -d dns-server named -c /var/bind/named.conf
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
- 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
- Enjoy