XIU2 / CloudflareSpeedTest

🌩「自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP !当然也支持其他 CDN / 网站 IP ~

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English language

asterriya opened this issue · comments

Need English Language for the interface, please. I'm not Chinese citizenship, and it's hard to use all the time Google Translate

commented

According to the statistics provided by Cloudflare CDN (-url https://cf.xiu2.xyz/Github/CloudflareSpeedTest.png), Chinese users account for 97.25% of the global users currently using CloudflareST.

The development purpose of CloudflareST is because the default CDN IP assigned to Chinese users by Cloudflare CDN is not friendly, so some methods are needed to obtain the fastest IP.

My English level is very ordinary, so even if I want to add English language, I need to use Google Translate. . .

Do you live in China? This software is used to optimize the speed of Chinese users accessing Cloudflare.

Do you live in China? This software is used to optimize the speed of Chinese users accessing Cloudflare.

No, I'm not. But living in Turkmenistan. Still looking the way how to bypass throttling. But this tool helping me to bypass only censorship.

This tool is used to find the fastest Cloudflare CDN IP. Using this tool alone will not bypass the censorship. Maybe what you need are Shadowsocks, V2Ray, or Psiphon, Lantern, Tor...

This tool is used to find the fastest Cloudflare CDN IP. Using this tool alone will not bypass the censorship. Maybe what you need are Shadowsocks, V2Ray, or Psiphon, Lantern, Tor...

I know about them and using it, but the main problem is to bypass throttling which isn't their main benefits at all.

I didn't understand what you said, can you say it again with other words? Or in your native language, I can try to use a translator.

I will create an English fork of this tool, meanwhile you can use another forked tool I finalized some while ago. both tool are similar and offer nice features so an English version for such thing is a great idea.

commented

@hoseinnikkhah I've added instructions for manual compilation in README that might help you.
https://github.com/XIU2/CloudflareSpeedTest#手动编译

Thanks @XIU2 for the help, your README was really helpful, for now I released an alpha version for 64bit windows. feel free testing it, I will translate all script files later, they need a little more work except translation, seems like when I translate them into English .bat files won't open which is because of UTF-8 standard, there's an easy fix for this issue which I will apply it, for now I need a little rest :)

commented

@hoseinnikkhah
I have added the repository address for this English language version in README.
https://github.com/XIU2/CloudflareSpeedTest#衍生项目

Also, the v2.3.3 I used in the manual compilation instructions is just an example, the latest version of CloudflareST is currently v2.2.2. In order to avoid user confusion, it is recommended to unify the version number.


Because I mainly use Windows system, I wrote a simple bat script for my convenience:

When I update the version, I will first modify the value of the version variable at the beginning of the script, and then run the script.

The first time you run the script, you don't need to create these folders, Golang will automatically create folders and write files at compile time, you just need to put all additional files (such as ip.txt) into each folder after compile is complete.


Again, I would use a script for batch compression:

It should be noted that the decompression software I usually use is Bandizip, so my script also calls Bandizip to achieve compression through commands. You can try to replace other decompression software (such as 7zip).


Script File.zip

You need to create a Releases folder under the CloudflareSpeedTest folder, and then copy the two scripts in to run.

:: The file path should look like this:

...\CloudflareSpeedTest\Releases\build.bat
...\CloudflareSpeedTest\Releases\archive.bat

With these two scripts, your list of Releases files will be the same as mine~

Thanks for the info, I will fix version asap and will compile rest of the files.