DNS
General
- http://en.wikipedia.org/wiki/List_of_DNS_record_types
- http://en.wikipedia.org/wiki/Wildcard_DNS_record
Articles
Domains
Registrars
Do NOT use GoDaddy. Google it.
- http://www.domparison.com - price comparison
- http://www.dotology.co.uk - price comparison
- http://www.ukreg.com/ - .co.uk - £2.95pa*com - £5.99pa.net - £9.49pa.eu - £8.89pa All
- Network Solutions - avoid
- http://www.networksolutions.com/support/changing-payment-methods/
- http://www.networksolutions.com/support/using-paypal-as-your-payment-method/
- http://www.networksolutions.com/support/transfers-within-network-solutions-2/
- http://www.networksolutions.com/support/preparing-a-domain-name-for-a-transfer-out-of-network-solutions/
- http://inessential.com/2014/01/21/network_solutions_auto-enroll_1_850 [1]
Search
- http://instantdomainsearch.com/
- http://www.bustaname.com/
- https://domize.com/
- http://domaintyper.com/
- http://namevine.com/ - with social service lookup
TLDs
Styles
thoughts
acronym in url, not domain - seo?
Management
- http://uberdns.eu/ - uses git
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
- http://www.bind9.net/
- https://wiki.archlinux.org/index.php/BIND
- http://www.isc.org/downloads/BIND/
- http://www.yadifa.eu/
- https://www.powerdns.com/
- 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
dig 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.
Services
- http://network-tools.com/ - good all round domain/ip tool
- http://www.who.is/ - basic whois archive records
- http://viewdns.info/
Security
DNSSEC
- http://www.icann.org/en/about/learning/factsheets/dnssec-qaa-09oct08-en.htm
- http://www.dnssec-deployment.org/
- http://www.dnssec-tools.org/
- https://wiki.debian.org/DNSSEC
- http://pir.org/get/faq/dnssec
- https://www.opendnssec.org/about/
- http://www.cisco.com/web/about/security/intelligence/dnssec.html
- http://www.internetsociety.org/deploy360/resources/step-by-step-how-to-use-a-dnssec-ds-record-to-link-a-registar-to-a-dns-hosting-provider/
- http://www.dnsops.gov/dnssec-perform.html
still CAs, registrars and TLDs
DNSCurve
- http://dnscrypt.org/
- http://en.wikipedia.org/wiki/OpenDNS#DNSCrypt
- https://www.archlinux.org/packages/community/x86_64/dnscrypt-proxy/ - includes systemd service file to enable exec on start
- http://www.opendns.com/welcome/ - test dns connection
DANE
- Wikipedia:DNS-based Authentication of Named Entities (DANE) is a proposed protocol to allow X.509 certificates (commonly used for Transport Layer Security) to be bound to DNS names using Domain Name System Security Extensions (DNSSEC).
- http://www.internetsociety.org/deploy360/resources/dane/
Convergence
DNSNMC
Dynamic
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.