DNS

From Things and Stuff Wiki
Revision as of 04:08, 22 November 2015 by Milk (talk | contribs) (→‎Registrars)
Jump to navigation Jump to search


General


Articles

Domains

Records

Root sevrers

Registrars

Comparison

Good words


to avoid

Do NOT use GoDaddy. Google it +

Name server

Search

TLDs

Styles

thoughts

acronym in url, not domain - seo?

Management

Selling

Software

Configuration

/etc/resolv.conf

nameserver 8.8.8.8

or such ip


BE Broadband;

  • 87.194.255.154
  • 87.194.255.155

Google;

  • 8.8.8.8
  • 8.8.4.4

Servers, proxy, cache

  • pdnsd is a proxy DNS server with permanent caching (the cache contents are written to hard disk on exit) that is designed to cope with unreachable or down DNS servers (for example in dial-in networking). Since version 1.1.0, pdnsd supports negative caching.
  • nscd - name service cache daemon

Tools

whois domain.name
  • DNSYO is a little tool I built to help me keep track of DNS propagation. In short, it's nslookup, if nslookup queried over 1500 servers and collated their results.

dig

dig any domain.name
  show all records for domain

Services

Security

TSIG

  • https://en.wikipedia.org/wiki/TSIG - Transaction SIGnature, protocol defined in RFC 2845. It is used primarily by the Domain Name System (DNS) to provide a means of authenticating updates to a DNS database. It is most commonly used to update Dynamic DNS or a secondary/slave DNS server. TSIG uses shared secret keys and one-way hashing to provide a cryptographically secure means of authenticating each endpoint of a connection as being allowed to make or respond to a DNS update.

DNSBL

DNSSEC

still CAs, registrars and TLDs

DNSCurve

/etc/conf.d/dnscrypt-proxy
  • DNSCrypt.eu does not censor or change DNS lookups, nor log your traffic through the DNSCrypt service in a way that can identify you.
    • 176.56.237.171 and 77.66.84.233

DANE

Convergence

DNSNMC

Dynamic

Software

Distributed

GNS

Basic DNS Records

From DreamHost wiki;

A
Forward mapping of hostname to an IP address (66.33.201.141).
AAAA
Forward mapping of hostname to an IPv6 address.
PTR
Reverse mapping of an IP address (66.33.201.141) to a hostname (dreamhost.com).
MX
Mail eXchange records tell you which hostname to connect to for sending email.
CNAME
Say it, See Name, it points one domain name to another domain name, including mail service.
TXT
Text records, these are free form text strings, used for things like SPF.
SRV
Service records advertise a specific service a server offers. Zeroconf and XMPP Federation (Jabber and Google Apps) use SRV records in addition to PTR records.
NS
Delegates a domain or subdomain to another DNS server.