Updated: 02 October 2022
Start Chrome browser with a proxy socks5 server
google-chrome --proxy-server="socks5://127.0.0.1:1337"
Freelance software engineer United Kingdom
Updated: 02 October 2022
Start Chrome browser with a proxy socks5 server
google-chrome --proxy-server="socks5://127.0.0.1:1337"
Updated: 30 August 2024
Clear DNS cache in Chrome chrome://net-internals/#dns
Cloudflare recommended 3rd party tools
Digital Ocean DNS Lookup
Query for information on all DNS records
dig your_domain_name.com ANY
Query for A records
dig your_domain_name.com A
host
, nslookup
and dig
share similar functionality.
Use the host
dns lookup utility to lookup nameserver records
host -t ns example.com
Return information about a domain name registration, including the name servers it is configured to work with
whois your_domain_name.com