Changeset 11102 for dotorg

Show
Ignore:
Timestamp:
05/27/2008 07:04:21 PM (6 months ago)
Author:
dave
Message:

python sample implementation of BEP-25.

Location:
dotorg/trunk/html/beps
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • dotorg/trunk/html/beps/bep_0022_query.py

    r11087 r11102  
    1010tlds = ["com", "net", "org"]  # add more here. 
    1111 
    12 name = DNS.revlookup( "69.107.0.14" ) 
     12name = DNS.revlookup( "77.46.197.147" ) 
    1313names = name.split('.') 
    1414while names and names[0] not in tlds: