Skip to content

Commit f44d3ca

Browse files
author
ST47
committed
Update proxy checker url format
1 parent 6725814 commit f44d3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public_html/gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
TOOLS = {
2828
'Stalktoy': lambda x: 'https://tools.wmflabs.org/meta/stalktoy/' + x,
2929
'GlobalContribs': lambda x: 'https://tools.wmflabs.org/guc/index.php?user=%s&blocks=true' % x,
30-
'ProxyChecker': lambda x: 'https://tools.wmflabs.org/ipcheck/index.php?ip=%s' % x,
30+
'ProxyChecker': lambda x: 'https://ipcheck.toolforge.org/index.php?ip=%s' % x,
3131
'Geolocation': lambda x: 'https://whatismyipaddress.com/ip/%s' % x,
3232
}
3333

0 commit comments

Comments
 (0)