Replies: 29 comments 69 replies
-
已经在iOS系统下安装了,使用的是iSH这个app,使用的是alpine Linux 但测起来会发生闪退 具体原因未知 |
Beta Was this translation helpful? Give feedback.
-
也就是说旧版本不乱码?
软件从头到尾都没改过编码,都是 Golang 默认的 UTF-8 编码。
我的意思不是那个乱码,是测速的时候跑出来一堆代码,没有正常跑完
|
Beta Was this translation helpful? Give feedback.
-
那叫报错,不叫乱码。。。
可能是ish shell这个app的Linux有什么地方不对劲吧😄😂
|
Beta Was this translation helpful? Give feedback.
-
在Termux里执行了chmod,还是提示没有权限,用ls看了一下还是没有x执行权限,不知道是不是安卓11的原因 |
Beta Was this translation helpful? Give feedback.
-
bash: ./CloudflareST: cannot execute binary file: Exec format error。这是报错linux386版本 |
Beta Was this translation helpful? Give feedback.
-
pkg install wget之后显示错误啥意思? |
Beta Was this translation helpful? Give feedback.
-
好用,以后v2用优选IP就靠这个了 |
Beta Was this translation helpful? Give feedback.
-
大佬,我这个什么情况啊?? |
Beta Was this translation helpful? Give feedback.
-
我给大家提个变通方法吧!可以手机开热点给笔记本,然后在电脑上测速(先ipconfig/flushdns刷新下dns),完全不需要装什么app虚拟机 |
Beta Was this translation helpful? Give feedback.
-
失败按照一步一步也不行 |
Beta Was this translation helpful? Give feedback.
-
感谢大佬非常好用,方便随时随地进行操作了,只是筛选结果的下载速度都显示0不知道是什么原因 |
Beta Was this translation helpful? Give feedback.
-
新手啥也不懂,想弱弱的问一下有没有详细的教程🙏整了几次没整明白 |
Beta Was this translation helpful? Give feedback.
-
安装完毕第一次运行可以使用pkg update命令更新一次再安教程进行安装。要不直接执行教程命令会出问题。 |
Beta Was this translation helpful? Give feedback.
-
弱弱问一下,一开始没有创建文件夹怎么整? |
Beta Was this translation helpful? Give feedback.
-
感谢大佬,我一开始下载了项目,自己改着用,但是有部分需求,满足不了,所以我就写了个安卓程序,大佬可以试试看。 https://github.com/xianshenglu/cloudflare-ip-tester-app/releases 主要是我需要对历史速度做统计,这样长期下来,可以找到相对稳定的节点。不然,经常是,找到一个节点,过一阵子又不行了。。。 |
Beta Was this translation helpful? Give feedback.
-
我又试了几次,为什么有时会有这种错误,有时又没有,而且我第一次测的时候,前面的几条网址好像都是ok来的 W: GPG error: https://grimler.se/termux-packages-24 stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B0076E490B71616B |
Beta Was this translation helpful? Give feedback.
-
Report issues at https://termux.com/issues $ pkg update Hit:1 https://grimler.se/termux-packages-24 stable InRelease |
Beta Was this translation helpful? Give feedback.
-
@XIU2 $ wget -N https://download.fastgit.org/XIU2/CloudflareSpeedTest/releases/download/v2.2.0/CloudflareST_linux_arm64.tar.gz |
Beta Was this translation helpful? Give feedback.
-
选出来ip没有速度,还有能否改测速地址? |
Beta Was this translation helpful? Give feedback.
-
应该可以写一个脚本,把上面的命令包进去,这样执行一个脚本就行啦。 |
Beta Was this translation helpful? Give feedback.
-
Termux能导入自己找的IP地址测速吗? |
Beta Was this translation helpful? Give feedback.
-
好的,谢谢
XIU2 ***@***.***>于2024年1月17日 周三12:20写道:
… 你直接在 termux 里创建/修改 ip.txt 文件内容不就行了?
用 vi ip.txt 或 nano ip.txt。具体你可以去了解一下 Linux 下如何编辑文件,你想要用好 termux 的话,必须要对
Linux 的基础操作命令有了解,你也可以直接问 GPT。
—
Reply to this email directly, view it on GitHub
<#61 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALUOJQGDC6TYXVB4NLZ2WFDYO5GPJAVCNFSM4XGAEEGKU5DIOJSWCZC7NNSXTOKENFZWG5LTONUW63SDN5WW2ZLOOQ5TQMJVGE4TONI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
./CloudflareST 显示bad address怎么办 |
Beta Was this translation helpful? Give feedback.
-
选出来IP之后是不是还得自己去手动修改hosts文件把优选IP加进去和域名关联起来? |
Beta Was this translation helpful? Give feedback.
-
补充: ./CloudflareST 执行报错,cannot execute binary file : Exec format error Env: 一加Ace2 Pro ColorOS Android 14 |
Beta Was this translation helpful? Give feedback.
-
想要在 Android 手机上独立运行 CloudflareST,则需要安装一个 Linux 微型虚拟机,以下教程以 Termux 为例。
# 安装 Termux
(64 位选 ...arm64-v8a.apk、32位选 ...armeabi-v7a.apk、都不行的话再选 ...universal.apk 通用版
下载后安装到你的手机上,并打开,这时候就会看到熟悉 Linux 系统!
接下来就和 Linux 系统上的下载、运行步骤一样了。
# 安装 CloudflareST
因为 Termux 的 Linux 系统过于精简,因此可能还需要安装一下 Wget 下载工具。
然后就可以开始下载 CloudflareST 了。
# 下载 CloudflareST 压缩包(自行根据需求替换 URL 中版本号和文件名)
非必需的创建文件夹步骤...
毕竟手机上打字不方便,所以我就省略了创建文件夹的步骤,大家有强迫症的可以在安装 CloudflareST 之前先执行:
# 解压(不需要删除旧文件,会直接覆盖,自行根据需求替换 文件名)
# 重命名为小写并缩短文件名(方便手机输入和补全)
mv CloudflareST cfst
# 赋予执行权限
chmod +x cfst
# 运行 CloudflareST
# Termux 技巧
↑
箭头可以显示上次执行的命令(可多次点击)Beta Was this translation helpful? Give feedback.
All reactions