ponderfly/googletranslateipcheck

扫描国内可用的谷歌翻译IP

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 56 minutes ago
Added to GitGenius on September 13th, 2026
Created on October 26th, 2022
Open Issues & Pull Requests: 38 (+0)
GitHub issues: Enabled
Number of forks: 502
Total Stargazers: 5,107 (+0)
Total Subscribers: 41 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.5 hours
Mean response time: 38.0 days
90th percentile: 51.0 days
Tracked items: 43

Most active contributors

Sign in to see contributor activity.

How this project is maintained

95% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 63% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 20
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 812 days
Stale 30+ days: 20
Stale 90+ days: 20

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

GoogleTranslateIpCheck is a command-line utility that scans for working Google Translate IP addresses accessible from within mainland China.

The tool addresses the problem of Google Translate becoming inaccessible in certain regions by discovering functional IP addresses and optionally writing them to the system hosts file. It operates by scanning candidate IPs to identify which ones can successfully connect to Google Translate services. Users can run it in standard mode to check a pre-existing list of IPs, enter scanning mode to discover new working addresses, or switch to IPv6 mode if their network supports it. The tool supports automatic hosts file modification on Windows, macOS, and Linux, though administrator or root privileges are required on these platforms respectively.

Developers maintaining systems that depend on Google Translate access in restricted regions should consider this tool. It suits environments where direct access to Google Translate has become unreliable and where modifying the hosts file is acceptable. The project offers a Windows-specific variant built on WinDivert for faster scanning performance. For users whose existing IP list becomes completely non-functional, the tool can fall back to remote IPs or enter scanning mode to rebuild the list. Command-line parameters allow direct entry into scanning mode, automatic hosts file updates, and IPv6 prioritization.

Development activity shows consistent maintenance with builds provided for multiple architectures across Windows, macOS, and Linux platforms, including specialized variants for older systems with lower glibc versions and an optimized Windows build using WinDivert technology. The project acknowledges its scanning logic as derived from an external reference implementation.