DNS
General
- http://en.wikipedia.org/wiki/List_of_DNS_record_types
- http://en.wikipedia.org/wiki/Wildcard_DNS_record
Articles
Domains
Do NOT use GoDaddy. Google it.
Registrars
- http://www.domparison.com - price comparison
- http://www.ukreg.com/ - .co.uk - £2.95pa*com - £5.99pa.net - £9.49pa.eu - £8.89pa All
- Network Solutions
- 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/
Search
- http://instantdomainsearch.com/
- http://www.bustaname.com/
- https://domize.com/
- http://domaintyper.com/
- http://namevine.com/ - with social service lookup
tlds, ccs, etc.
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
- nscd - name service cache daemon
Tools
dig domain.name
- http://network-tools.com/ - good all round domain/ip tool
- http://www.who.is/ - basic whois archive records
- http://viewdns.info/
Encryption
Distributed
DNS server ip addresses
BE Broadband;
- 87.194.255.154
- 87.194.255.155
Google;
- 8.8.8.8
- 8.8.4.4
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.