# GoogleTranslateIpCheck **Repository Path**: ljt21/GoogleTranslateIpCheck ## Basic Information - **Project Name**: GoogleTranslateIpCheck - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-24 - **Last Updated**: 2024-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GoogleTranslateIpCheck #### 扫描国内可用的谷歌翻译IP #### 如果都不能使用可以删除 ip.txt 文件调用远程IP或进入扫描模式 #### 使用参数 -s 可以直接进入扫描模式 -y 自动写入Host文件 -6 进入IPv6模式(如果支持IPv6推荐优先使用) ##### Windows 需要使用管理员权限运行 ##### Mac和Linux运行 需要在终端中导航到软件目录然后执行 ``` chmod +x GoogleTranslateIpCheck sudo ./GoogleTranslateIpCheck ``` #### 下载地址 ##### Mac OS ##### https://github.com/Ponderfly/GoogleTranslateIpCheck/releases/download/1.7/osx-arm64.zip ##### https://github.com/Ponderfly/GoogleTranslateIpCheck/releases/download/1.7/osx-x64.zip ##### Window ##### https://github.com/Ponderfly/GoogleTranslateIpCheck/releases/download/1.7/win-x64.zip ##### https://github.com/Ponderfly/GoogleTranslateIpCheck/releases/download/1.7/win-x86.zip ##### Linux ##### https://github.com/Ponderfly/GoogleTranslateIpCheck/releases/download/1.7/linux-x64.zip ##### https://github.com/Ponderfly/GoogleTranslateIpCheck/releases/download/1.7/linux-arm64.zip #### 常见问题 ##### 1.如果所有IP都超时,请检查是否开了代理 ##### 2.Mac 中使用: 打开终端 输入cd 把解压后的文件夹拖进终端,点击回车 复制粘贴代码,点击回车 ``` chmod +x GoogleTranslateIpCheck sudo ./GoogleTranslateIpCheck ``` ##### 3.Mac 提示来自不明身份: 系统偏好设置-->安全性与隐私--->选择允许 #### 扫描逻辑参考 https://repo.or.cz/gscan_quic.git 项目,感谢大佬