You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.en.md
+12-18Lines changed: 12 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ An IP address scanner and speed testing tool for the Google Translate API server
21
21
When using this open-source software, please comply with local laws and regulations, as well as relevant Google policies. <strong>You are solely responsible for any consequences arising from illegal or non-compliant use.</strong>
22
22
</details>
23
23
24
-
If you are using Windows or macOS, you can download the pre-built releases directly here:
24
+
If you are using Windows or macOS, you can download the latest pre-built releases directly here:
@@ -43,21 +43,19 @@ For Windows, we provide two versions with identical functionality but different
43
43
44
44
## Quick Start
45
45
46
-
Standard usage steps (Speed test + Write to Hosts):
46
+
Standard usage steps:
47
47
48
-
1. Download the executable file for your respective system (links above).
49
-
2.Open with administrator/sudo privileges. **This is required to use the Write to Hosts feature.**
50
-
3. Select "Speedtest" and wait for the operation to complete.
51
-
4.Click "Write to Hosts", and the Google Translate API will function normally.
48
+
1. Download the executable file for your OS from the Releases page (links above).
49
+
2.Run the program. If you plan to update your Hosts file in step 4, please manually run the program with elevated privileges.
50
+
3. Select "Speedtest", and the program will find the IP address with the lowest latency.
51
+
4.(Optional) If you wish to optimize custom network resolution, click "Write to Hosts" and confirm the changes in the pop-up window that appears.
52
52
53
53
> [!TIP]
54
54
>
55
55
> Difference between "Speed Test" and "Scan":
56
56
>
57
57
> -**Speed Test**: Finds available IPs from the IPs to be tested (i.e., the IP library) and sorts them by response time. After this operation is complete, you can write the results to your Hosts file.
58
-
> -**Scan**: Finds available IPs from GWS IP ranges and puts them into the IP library. *Because the GWS network is extremely large, scanning even a small preset portion usually takes a long time.*
59
-
>
60
-
> Generally, after starting the program, you can directly select "Speed Test" (using the default IP library) and then write to Hosts to restore the Google Translate web service.
58
+
> -**Scan**: Finds available IPs from selected IP ranges and puts them into the IP library. *Because the GWS network is extremely large, scanning even a small preset portion usually takes a long time.*
61
59
62
60
Windows 11 system demonstration:
63
61
@@ -77,13 +75,13 @@ Windows 11 system demonstration:
77
75
78
76
Running from source code is applicable to all operating systems that support graphical interfaces. It requires Python >= 3.10 (3.12 and above is recommended).
There is also a newly included [Super Address Library](https://github.com/GoodCoder666/gtdb/tree/main/full), which is recommended to try when all the above IPs become invalid.
107
-
108
-
Additionally, if GitHub Raw cannot be connected, the program will attempt to use the [ghproxy](https://ghproxy.net/) mirror. Please be patient.
109
-
110
104
## License
111
105
112
106
This project is licensed under the [GPLv3](https://github.com/GoodCoder666/GoogleTranslate_IPFinder/blob/main/LICENSE) license. The IP scanning logic is inspired by [gscan_quic](https://codeberg.org/antigng/gscan_quic).
0 commit comments