Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为每个自定义ip指定端口 #539

Open
luiguangguan opened this issue Aug 26, 2024 · 3 comments
Open

为每个自定义ip指定端口 #539

luiguangguan opened this issue Aug 26, 2024 · 3 comments
Labels
功能建议 功能与建议

Comments

@luiguangguan
Copy link

功能需求

现在可以通过tp参数指定每次测速使用的端口。
目前我遇到个问题,我找到一些IP都有分别使用了不同的端口。
所以我希望程序能支持在ip.txt这个文件里为每一个IP或者IP段定义使用独自的端口,而不是强行使用统一的端口,这样使用起来更灵活。
我不知道实现这个功能改动会不会很大或者比较麻烦

预期目标

在ip.txt文件中定义自己要测速的ip和对应使用端口。
比如:

1.1.1.1#443
1.2.2.1#7865
1.2.2.1#7865
192.168.1.0/24#8080

@luiguangguan luiguangguan added the 功能建议 功能与建议 label Aug 26, 2024
@XIU2
Copy link
Owner

XIU2 commented Aug 26, 2024

问题是一般情况下根本用不上这功能,毕竟 CloudflareST 其实就是给网站 IP 测速的,而 99.999999% 的网站都是 80 443 端口(这几年绝大部分都已经支持 HTTPS 也就是默认的 443 端口了)。

因此该功能意义不大(或者说 需要的人太少),目前除了你只有另一个人提到过,而且还是直接写好了代码提了 PR( #535 ),但因为代码改动较多,以及我个人感觉没必要,就没有合并,你真想要这个功能的话,直接编译这个 PR 的 fork 仓库代码吧(末尾写的有简单编译步骤)。

@wengzhenquan
Copy link

这个不是用来代理节点上优选IP的吗?

@aiboboxx
Copy link

aiboboxx commented Nov 6, 2024

需要这个功能 +1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
功能建议 功能与建议
Projects
None yet
Development

No branches or pull requests

4 participants