-
Notifications
You must be signed in to change notification settings - Fork 241
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
feat: 使用 warp 作为代理服务来请求 #41
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
狗日的鹰角,害得我的浏览器扩展也没用了,我都还没把鸽了好久的基建功能弄好🤡我就说我本地怎么也被 405 了 |
enpitsuLin
force-pushed
the
feat/wrap-as-proxy
branch
2 times, most recently
from
August 10, 2024 14:04
3746717
to
ad71ded
Compare
enpitsuLin
force-pushed
the
feat/wrap-as-proxy
branch
from
August 10, 2024 14:06
ad71ded
to
843175d
Compare
enpitsuLin
force-pushed
the
feat/wrap-as-proxy
branch
from
August 10, 2024 14:19
6d1bf90
to
a9f77a8
Compare
enpitsuLin
force-pushed
the
feat/wrap-as-proxy
branch
from
August 10, 2024 15:38
2ce33fd
to
18e4a03
Compare
enpitsuLin
force-pushed
the
feat/wrap-as-proxy
branch
from
August 10, 2024 15:40
18e4a03
to
5fa5daf
Compare
enpitsuLin
force-pushed
the
feat/wrap-as-proxy
branch
from
August 10, 2024 15:55
da2e99f
to
aaee1ff
Compare
逻辑上应该是没问题了,添加的代理功能应该也是没啥必要的,现在是在 action 上设置了 warp 然后应该所有请求都会通过 cf warp 代理发送了,这几天先停一下定时任务手动操作一下看看会不会触发风控 |
好像还是不太好使 🤡还是概率被风控到,感觉是随机 ban 国外 ip 吗? |
先合并了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Close #40
如果要纯 js 实现可能会有点麻烦,还要 js 启一个服务
加个代理去请求就不会触发风控了,不知道要不要搞一个 worker 做代理,然后再 CI 跑 cron 但这样感觉好傻逼🤡