-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Add expectedResponseCode to BurstObservatory #4062
base: main
Are you sure you want to change the base?
Conversation
能麻烦看一下 #4054 吗 这个从instance里取出观测器的操作我觉得应该不会吃那么多资源才对() |
好的 我有空看下 |
明天发 REALITY NFT 和新版,这个 PR 要赶上吗 |
|
本来想发一万个但感觉太多了,预计发一千个,前一百个 0.01 ETH,35U, |
|
只能说抢到首发就是纯捡漏,Project X NFT 首发价 0.033 ETH,现价 0.18 ETH,很多人一下买两个就成了资产而不是纯消费 |
其实对于 #3114 (comment) 我是有点没看懂,这 HTTPS 的 204 咋还会被劫持为 200?@FightingForFun @yuhan6665 @Fangliding 元 fang 你怎么看 |
|
这句话的意思大概是 《如果》 xray收到了来自根目录的那个谷歌搜索的界面 xray仍会认为连接成功 即使它的回复是不正确的 所以加一个204检查 类似的行为还能拓展到期望的响应头或者响应体巴拉巴拉的 |
|
是因为要求登录吗,然后这个节点就被认为是 unsuitable? |
我想了下,我是见过谷歌拒绝某些 IP 的那个页面, 但是 https://connectivitycheck.gstatic.com/generate_204 这个链接应该不会,默认加不加期待 204 应该没区别 所以 @FightingForFun 是用 https://www.google.com/generate_204 来判断谷歌可用性,我觉得确实可以扩展到期望的响应头等 |
应该不是谷歌的问题 我理解是服务端有什么 redirect 比如用户没交费就全部转发到登录页面 类似飞机场 wifi 那种 |
|
大概是类似这样,cf worker部署vless,检测proxyIP时,有的ip实际不可用,但并不会超时或直接返回404,也不是所有地址都不可用,而是仅对比如/cdn-cgi/trace这样的正常,其他地址则返回200、301、403什么的,让你误以为正常 |
{
"destination": "https://connectivitycheck.gstatic.com/generate_204",
"expectedResponseCode ": [ 204 ],
"interval": "1h",
"sampling": 3,
"timeout": "30s"
}