Zerorigin

Results 23 comments of Zerorigin

> 重新开机后还是一样...链接限制400 > ![image](https://user-images.githubusercontent.com/13638610/123626804-cf76a600-d843-11eb-8020-14cf0fe07a13.png) UPnP 映射都没开。。。

> 看了你们的截图我才发现我的 DHT 节点数量常年只有 370 左右。 > > 很奇怪啊,我明明做了端口转发,也有公网 IPv4。和没有 IPv6 有关系吗? 和没有IPv6确实有关系,IPv6对DHT节点的提升很大,最好是双栈公网。

贴个地址,相关功能的另一个 Rust 替代实现 也许此项目的开发者需要的时候,可以参考参考 https://github.com/Barre/privaxy

> 請教一下適用哪兩個模塊呢? XiaomiCTSPass 和 [safetynet-fix-v2.4.0-MOD_1.3](https://github.com/Displax/safetynet-fix/releases/tag/v2.4.0-MOD_1.3) 根据自己的环境下载对应的版本即可 注意 Mod 2.0 似乎无法正常工作

另提供一个`V14.0.10.0.TLHCNXM`的指纹,配合上一层的两个模块可过 CTS 检验 文件名:`pearl_sdk33.prop` ``` ro.build.fingerprint=Redmi/pearl/pearl:13/TP1A.220624.014/V14.0.10.0.TLHCNXM:user/release-keys ro.build.description=pearl-user 13 TP1A.220624.014 V14.0.10.0.TLHCNXM release-keys ro.build.version.security_patch=2023-10-01 ```

> 另提供一个`V14.0.10.0.TLHCNXM`的指纹,配合上一层的两个模块可过 CTS 检验 文件名:`pearl_sdk33.prop` > > ``` > ro.build.fingerprint=Redmi/pearl/pearl:13/TP1A.220624.014/V14.0.10.0.TLHCNXM:user/release-keys > ro.build.description=pearl-user 13 TP1A.220624.014 V14.0.10.0.TLHCNXM release-keys > ro.build.version.security_patch=2023-10-01 > ``` 似乎不需要 XiaomiCTSPass,直接使用 [safetynet-fix-v2.4.0-MOD_1.3](https://github.com/Displax/safetynet-fix/releases/tag/v2.4.0-MOD_1.3) 即可

My idea is to add disable_proto and disable_port to the cache_keys block and move ttl and stale into the cache_keys to configure them. This simplifies cache configuration for different static...

Additionally, the subcommand hide just hides the key value and does not remove the headers (`Age` and `Cache-Status`), which is slightly different than expected, and should perhaps be broken down...

> Hello @Zerorigin, I can add more directive to enable/disable the key. Btw I could add a TTL and stale directive to the cache_key block to be able to override...

> @Zerorigin in the next release you'll be able to create your own key template. e.g. > > ``` > key { > template "{host}-something-constant-{method} other {query}" > } >...