-
Notifications
You must be signed in to change notification settings - Fork 778
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
谷歌学术需要人机验证 #121
Comments
试着解决了几步:
但是接着就变脸了 |
额 有人解决这个问题么? |
请问到底怎么设置?默认的sitekey"'就指哪个? '"sitekey":"第1步得到的sitekey”又是指哪个? |
到 https://www.google.com/recaptcha/admin 加入自己的 Domain, 获得一枚 Site key,复制备用。
location / {
google_scholar on;
google on;
subs_filter '某某key'
'某某key' ir;
}
location ~ ^/ipv4/sorry/ {
google on;
subs_filter '某某key'
'某某' ir;
subs_filter '(<img src="/sorry/image.*continue=https://)
g.likunyan.com'
'$1www.google.com' ir;
subs_filter '(<input.*name="continue".*value="https://)
g.likunyan.com'
'$1www.google.com' ir;
}
}
2017-07-21 17:18 GMT+08:00 yezihack <[email protected]>:
… 请问到底怎么设置?默认的sitekey"'就指哪个? '"sitekey":"第1步得到的sitekey”又是指哪个?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#121 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG3u_NOaOc1EjPVq944hlNDGZ_X2Y20Eks5sQGz1gaJpZM4JsC_Z>
.
|
@likunyan 我现在替换了,弹出图片验证了,点击了还是不正确,一直在验证。 |
@likunyan 好多什么路标。每次要验证,而且还通不过。 |
@likunyan g.sgfoot.com 帮我看下。 |
@likunyan 麻烦指导一下。企鹅710702032 |
还是不行呀 |
@likunyan 已经验证,方法已失效 |
请问Scholars入口在哪?是要添加子域名吗?😂 |
@mashirozx 添加 google_scholar on; 即可 |
@likunyan嗯嗯,加了,但是浏览器里面要通过哪个域名访问?:joy: |
@likunyan 这是我的配置,但是通过 https://note.shino.cc/scholar 访问会跳回主页,不清楚是哪里配置错了?
看了一下你的镜像是能正常访问的,求指点QAQ |
我看了你的,确实不行。我给我朋友弄的,以及我的都可以,你看看我的配置,尝试下。 server { ssl on; resolver 8.8.8.8; |
@out0fmemory @yezihack @reee @shmilee 你们都好了吗 |
弃用了,现在fq,直接访问google学术 |
@likunyan 感谢,可以了,原来实我多写了个 |
已经失效,无法验证通过。 |
目前 google 最新的 reCaptcha 基本无解 |
最近vps访问google也是一直人机验证,一天至少一次,显示的是ipv4地址,解决办法是给vps加了一个ipv6 tunnel地址去访问google,几天下来,没再碰到人机验证。 |
@shmilee |
方便切换IP多了这个文件 |
@shmilee |
请教一下,已经开启ipv6,但访问学术的ip还是ipv4的。 这是我的配置
|
@xiaohuimc |
@xiaohuimc 学术现在不能ipv6访问了,惨惨惨 |
找到可以用的镜像,再镜像镜像的网站,说的有点绕。不妨也是一种解决方法。 |
RT,谷歌可以正常反代
The text was updated successfully, but these errors were encountered: