Skip to content

Commit

Permalink
* New instance in Chile
Browse files Browse the repository at this point in the history
* Protection against timeouts
  • Loading branch information
bortzmeyer committed Jul 5, 2013
1 parent cf84001 commit 51a9093
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions db/dns-lg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@
- endpoint: https://dnslg.verisignlabs.com/
contact: Duane Wessels <[email protected]>
status: production

- endpoint: https://dns.vulcano.cl/
contact: [email protected]
status: besteffort
4 changes: 3 additions & 1 deletion db/test-instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ def loadf(filename):
except urllib2.URLError, e:
print "Can't connect to %s: %s" % (endpoint, str(e))
continue

except socket.timeout:
print "Can't connect to %s: timeout" % (endpoint)
continue
print endpoint
try:
reply = json.loads(content)
Expand Down

0 comments on commit 51a9093

Please sign in to comment.