-
Notifications
You must be signed in to change notification settings - Fork 119
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
可以完善一下不需要那两个问题的 #4
Comments
我已经在我脚本处做了你脚本的入口,谢谢落雪兄! |
这边大部分内容都是copy+paste出来的,所以不是很完善 |
大佬可以fork一下进行改动,注明原作者和github,比如“基于luoxue大佬的作品进行修改" |
我想到个比较完美的方案 |
直接下载fork后修改的脚本也可以吧,因为可能也有一些人想看下修改后的版本是什么样子 |
|
脚本一直是运行的状态,做不了其他事了。作者觉得以下两种处理方案如何?
|
|
上面那里除了把P3大神脚本改为我的,处理了以下几个细节:
关于area我有点不明白的:我试验中,warp分配的ip都是附近的,比如德国永远分配德国的,日本的永远分配日本的。 |
1.是否安装 WARP 可以
curl -s https://www.cloudflare.com/cdn-cgi/trace | grep warp
或者wg
2.区域可以这样看:
curl -s https://ip.gs/json
,用正则是
echo $(expr "$(curl -s https://ip.gs/json)" : '.*country_iso\":\"\([^"]\{1,\}\).*')
3.最好做个 $1 用于传参
以下是我一键WARP脚本,希望做个入口,使用你的脚本。我会做说明原作者和项目地址。所有希望能对上面两个解决
The text was updated successfully, but these errors were encountered: