-
我是在github跑的action,试了一些次和自己添加了些频道在local文件里,发现测速好像是基于国内地址的。我的位置在英国,想问下可以怎么设置能够实现根据本地ip位置或者地区来测速? |
Beta Was this translation helpful? Give feedback.
Answered by
Guovin
Aug 12, 2025
Replies: 1 comment
-
github action运行是基于github提供的服务器网络运行的,一般都是国外服务器。如果想基于你本机的网络,建议本地运行。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Guovin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
github action运行是基于github提供的服务器网络运行的,一般都是国外服务器。如果想基于你本机的网络,建议本地运行。