Zero Clover
Zero Clover
Perhaps consider using [Blevesearch](https://github.com/blevesearch/bleve) to index BoltDB to enhance queries (more filters) and [speed up queries](https://github.com/blevesearch/bleve-bench). Blevesearch is a native Golang application. However, it still does not help with write...
@grumaxxx Hi, It's work on my side. And I haven't updated to the nightly version, so it seems like this is a mitigation that already existed in previous versions?
According to the [document](https://docs.litellm.ai/docs/completion/provider_specific_params), any parameters not on this [list](https://github.com/BerriAI/litellm/blob/aa2fd29e48245f360e771a8810a69376464b195e/litellm/main.py#L700) are considered provider specific and will be passed directly to the LLM API. So you can use this parameter directly....
The feature has been implemented, and it is called "EDNS Client Subnet", aka ECS. If your DNS server can properly handle the EDNS extension, then it can retrieve the original...
@dvonessen @Akruidenberg Although AdGuard Home does not support this feature at this time, the same effect can be achieved with go-mmproxy. https://github.com/path-network/go-mmproxy The go-mmproxy gives AdGuard Home the ability to...
@Akruidenberg It seems to be possible to use mmproxy on Docker / k8s. https://andrewmichaelsmith.com/2020/02/preserving-client-ip-in-kubernetes/ https://hub.docker.com/r/unixfox/go-mmproxy
@jaen the PROXY Protocol is designed for TCP/UDP load balancers. In your use case, what you have implemented is actually a DNS proxy, and for DNS proxies, application-layer implementations (EDNS...
> 感觉没有太大的意义 这是有意义的 例如对于即将到来的 Let's Encrypt 6 天有效期证书 目前 Certd 默认设置是在证书到期前 35 天更新证书。这意味着在这种情况下,如果用户忘记修改这里的设置,那么将会在每次运行 Cron 的时候都更新证书 对于未来的证书有效期削减计划也是如此,而且考虑到那时可能已经有相当多的用户使用了硬编码的 35 天更新,更新设置会更加复杂 采用 ARI 可以避免需要手动设置或者硬编码证书续期时间