Skip to content

Commit

Permalink
Merge pull request #15 from QEDK/QEDK-patch-rirlinks
Browse files Browse the repository at this point in the history
Update RIR links and remove sanitized ampersands
  • Loading branch information
whym committed Apr 28, 2020
2 parents 8ed0433 + aa3c442 commit f7e7e60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public_html/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@

PROVIDERS = {
'ARIN': 'https://whois.arin.net/rest/ip/{0}',
'RIPENCC': 'https://apps.db.ripe.net/search/query.html?searchtext={0}#resultsAnchor',
'AFRINIC': 'http://afrinic.net/cgi-bin/whois?searchtext={0}',
'RIPENCC': 'https://apps.db.ripe.net/db-web-ui/query?searchtext={0}',
'AFRINIC': 'https://rdap.afrinic.net/rdap/ip/{0}',
'APNIC': 'https://wq.apnic.net/apnic-bin/whois.pl?searchtext={0}',
'LACNIC': 'http://lacnic.net/cgi-bin/lacnic/whois?lg=EN&query={0}'
'LACNIC': 'http://lacnic.net/cgi-bin/lacnic/whois?lg=EN&query={0}'
}

TOOLS = {
'GlobalContribs': 'https://tools.wmflabs.org/guc/index.php?user={0}&blocks=true',
'GlobalContribs': 'https://tools.wmflabs.org/guc/index.php?user={0}&blocks=true',
'Proxy Checker': 'https://ipcheck.toolforge.org/index.php?ip={0}',
'Stalktoy': 'https://tools.wmflabs.org/meta/stalktoy/{0}'
}
Expand Down

0 comments on commit f7e7e60

Please sign in to comment.