Update Getting Started Guide

Make a couple of small changes in the getting started guide,
one change in the configuration file, and removing one
obsolete line from the guide.

Change-Id: Ieaf88f0ad3c9e7b511e8fb98cae6e96d611bbdde
This commit is contained in:
Tim Simmons 2013-08-16 16:10:50 +00:00
parent 42299f4eb1
commit 77312c268e
2 changed files with 1 additions and 4 deletions

View File

@ -36,7 +36,7 @@ backend_driver = powerdns
#domain_name_blacklist = \.arpa\.$, \.novalocal\.$, \.localhost\.$, \.localdomain\.$, \.local\.$ #domain_name_blacklist = \.arpa\.$, \.novalocal\.$, \.localhost\.$, \.localdomain\.$, \.local\.$
# Accepted TLD list - http://data.iana.org/TLD/tlds-alpha-by-domain.txt # Accepted TLD list - http://data.iana.org/TLD/tlds-alpha-by-domain.txt
accepted_tld_list = COM, NET #accepted_tld_list = COM, NET, ORG, IE, UK, ...
# Maximum domain name length # Maximum domain name length
max_domain_name_len = 255 max_domain_name_len = 255

View File

@ -189,9 +189,6 @@ You can find the IP Address of your server by running
wget http://ipecho.net/plain -O - -q ; echo wget http://ipecho.net/plain -O - -q ; echo
If youd like to see an instance in action, go here:
http://166.78.183.212:9001/
A couple of notes on the API: A couple of notes on the API:
- Before Domains are created, you must create a server. - Before Domains are created, you must create a server.