Statistics
| Branch: | Revision:

root / aai / util.py @ 118:a5dc34161e7a

History | View | Annotate | Download (3.6 kB)

# Date Author Comment
105:1aa21b2e3a37 06/07/2011 09:32 am Apollon Oikonomopoulos

util: fix trailing dot bug and make DNS queries more robust

Newer versions of python-dns break when resolving hostnames with trailing dots.
We remove the trailing dot from the reversed IP address to ensure proper behavior.

Furthermore, add a 2-second timeout to DNS queries, as waiting costs much more...

63:cf646349ba3e 06/14/2010 05:04 pm Apollon Oikonomopoulos

Split views between frontpage (aai) and WAYF service (wayf)