Richard Yu
Richard Yu
@troglobit No. I have another things to do. Sorry for my late. I think I can add other providers before next release.
Uh, I don't know how to say. Just as you like. I think you shouldn't merge the [last commit](https://github.com/ysc3839/inadyn/commit/9f6fe285bd0647f73a1c764f87d1a81d5c7b5ff3). Just merge [this](https://github.com/ysc3839/inadyn/commit/0aca8cdbd7a40ad7deecb58bf88c785db3ba9b17).
You can merge it without GitHub.
Yes. For example: https://github.com/troglobit/inadyn/blob/b9d9196cbc435353cd79c8233f4623059f8e6983/plugins/cloudxns.c#L1
https://api.cloudflare.com/#dns-records-for-a-zone-update-dns-record
Cloudflare API provides search function so we can get zone/record ID easily.
打算修改一下 `disqusjs-proxy-firebase` 的架构,暂时先关闭,修改后会重新提交。
代理模式是使用自签名证书解密 https 流量吗?PS 应该不会允许用户安装证书,所以是不可行的。
看了下代码,也是使用 `mitmproxy` 解密 https 流量实现的。 https://github.com/sunfkny/genshin-gacha-export/blob/54dda8b5c784e40dff1f00fce4c5858ada9db25a/main.py#L255-L259 不需要安装证书可能是游戏内浏览器忽略了证书错误,个人认为 PS 的浏览器不会忽略错误。
@brainbush 我没想到可以手动忽略证书错误,手头上也没有 PS4/PS5,所以想当然觉得是不可忽略的。