Skip to content

Commit

Permalink
Merge pull request #13 from QEDK/QEDK-patch-ipcheck
Browse files Browse the repository at this point in the history
Add Proxy API Checker tool
  • Loading branch information
whym authored Feb 25, 2020
2 parents 3a32a0f + 25c3da6 commit f382567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public_html/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
}

TOOLS = {
'Stalktoy': lambda x: 'https://tools.wmflabs.org/meta/stalktoy/' + x,
'GlobalContribs': lambda x: 'https://tools.wmflabs.org/guc/index.php?user=%s&blocks=true' % x,
'Proxy API Checker': lambda x: 'https://tools.wmflabs.org/ipcheck/index.php?ip=' + x,
'Stalktoy': lambda x: 'https://tools.wmflabs.org/meta/stalktoy/' + x
}


Expand Down

0 comments on commit f382567

Please sign in to comment.