When you contact a captcha service to get something solved, you do a request to e.g. www.cap-service.com.
The domain www.cap-service.com needs to be resolved to an IP and that is done by two steps:
1) the system checks if an entry is added in your host file that gives the IP
2) if that fails, it will send a query to your default dns server that will the resolving by querying other dns servers.
With the option "Bypass host file" it will skip step 1) and directly query the dns server.
But why does the host file have these entries? It is used by emulation software to redirect traffic for a domain to somewhere else like a software that emulates a captcha service (GSA Captcha Breaker e.g. can simulate all services).
Comments