Top "Dns" questions

DNS QUESTIONS MUST BE PROGRAMMING RELATED.

How do I solve the "server DNS address could not be found" error on Windows 10?

After installing Windows 10, I am continuously getting the "server DNS address could not be found" error. I will be able …

dns server windows-10
ssh: Could not resolve hostname [hostname]: nodename nor servname provided, or not known

I am trying to set up a VPN with a Raspberry Pi, and the first step is gaining the ability …

linux networking ssh dns
How do I get a list of all subdomains of a domain?

I want to find out all the subdomains of a given domain. I found a hint which tells me to …

dns subdomain dig nameservers
How do I find the authoritative name-server for a domain name?

How can I find the origins of conflicting DNS records?

dns
Is it possible to have SSL certificate for IP address, not domain name?

I want my site to use URLs like http://192.0.2.2/... and https://192.0.2.2/... for static content to avoid unnecessary cookies in request …

https dns ip-address ssl-certificate
How can I list ALL DNS records?

Is there any way I can list ALL DNS records for a domain? I know about such things as dig …

dns
Using DNS to redirect to another URL with a path

I'm trying to redirect a domain to another via DNS. I know that using IN CNAME it's posible. www.proof.…

dns redirect
Regular expression to match DNS hostname or IP Address?

Does anyone have a regular expression handy that will match any legal DNS hostname or IP address? It's easy to …

regex dns
Get protocol, domain, and port from URL

I need to extract the full protocol, domain, and port from a given URL. For example: https://localhost:8181/ContactUs-1.0/contact?…

javascript url dns protocols port
jquery, domain, get URL

How can I get the domain name with jquery ??

javascript jquery dns