Skip to content

Commit e6e1d12

Browse files
committed
Merge pull request #38 from anuaimi/add-rage4-to-dns-page
add Rage4 to the list of support DNS providers
2 parents 48b4396 + 0612feb commit e6e1d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dns/index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can add more specifics if you need to, but reasonable defaults make it just
6666

6767
## No Zerigo? No Problem
6868

69-
If you already have an account with another service you can just as easily use this same code with different credentials. fog currently supports <a href="http://aws.amazon.com/route53/">AWS Route 53</a>, <a href="http://bluebox.net">Blue Box</a>, <a href="http://dnsimple.com">DNSimple</a>, <a href="http://www.linode.com">Linode</a>, <a href="http://www.rackspace.com">Rackspace</a>, <a href="http://www.slicehost.com">Slicehost</a> and <a href="http://www.zerigo.com/managed-dns">Zerigo</a>; so you can have your pick. As an example you can connect to AWS instead of Zerigo:
69+
If you already have an account with another service you can just as easily use this same code with different credentials. fog currently supports <a href="http://aws.amazon.com/route53/">AWS Route 53</a>, <a href="http://bluebox.net">Blue Box</a>, <a href="http://dnsimple.com">DNSimple</a>, <a href="http://www.linode.com">Linode</a>, <a href="http://www.rackspace.com">Rackspace</a>, <a href="https://rage4.com">Rage4</a>, <a href="http://www.slicehost.com">Slicehost</a> and <a href="http://www.zerigo.com/managed-dns">Zerigo</a>; so you can have your pick. As an example you can connect to AWS instead of Zerigo:
7070

7171
dns = Fog::DNS.new({
7272
:provider => 'AWS',

0 commit comments

Comments
 (0)