-
Notifications
You must be signed in to change notification settings - Fork 116
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
post中www.的前缀部分机器会拦截 #44
Labels
bug
Something isn't working
Comments
这么神奇的嘛😦, 之前有个兄弟, 本机上面跑不了, 本机开虚拟机可以跑. 我看了 www 和 pan 解析的 IP 的确不一样 但是同一台设备, 出口 IP 应该是一致的, 虚拟机正常, 物理机机被拦截, 这好像有些奇怪 如果可以的话, 请在虚拟机下测试一次, 网络环境这个问题我这边很难复现, 确认是这个原因的话, 就得改成 pan 了 |
ook~~ try |
utils.py 中还有一个header 会在解析触发 |
ok 了 |
HHH 好了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
core.py中
self._host_url = 'https://www.lanzous.com'和'Referer': 'https://www.lanzous.com',
在部分网络运营商和机器上,www会被拦截,改成wws或者pan就好了
The text was updated successfully, but these errors were encountered: