-
### Detailed Description of the Problem
When using h2 frontend and h2 backend under low load, the proxy uses 1-2 connections to each backend and these connections can become idle. However, the 1 rema…
-
DNS over HTTPS while sending over some tracking info it's much harder to sniff out from regular HTTPS traffic then DNS over TLS
And DNS over QUIC is faster, more reliable, and offers more encrypti…
-
🟥 https://github.com/arkenfox/user.js/wiki/5.2-Troubleshooting
- [x] I have read the troubleshooting guide, done the checks and confirmed this is caused by arkenfox
- _unchecked issues ~~may~…
-
With the following configuration (hostnames replaced), and accessing over HTTP3, Caddy responds 421 for `subdomain1`.
I think this is a bug because `subdomain1` doesn't have `client_auth` enabled.
…
-
### Detailed Description of the Problem
HAProxy crashes while serving QUIC traffic
### Expected Behavior
no crash
### Steps to Reproduce the Behavior
Unclear besides serving QUIC traffi…
-
### Please answer the following questions for yourself before submitting an issue.
- [X] I am running the latest version
- [X] I checked the documentation and found no answer
- [X] I checked to m…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
- - #4085 (probably the same)
### This issue exists in the latest npm version
- [X] I am using the latest n…
-
`/etc/caddy/Caddyfile`:
```
{
order cache before rewrite
cache
}
:80 {
cache
abort
}
```
Start caddy, then do `curl http://127.0.0.1`. Result: Caddy di…
-
Refer to: https://github.com/AdguardTeam/AdGuardHome/wiki/Clients#clientid
> ClientIDs are identifiers that can be used with the following DNS protocols: DNS-over-HTTPS, DNS-over-TLS, and DNS-over-…
-
Google的doh因为运营商封禁8.8.8.8等的TCP连接不能用,但是改用quic后可以使用。
想尝试下DNS over HTTP3,Meta内核是否可以像AdGuardHome一样添加h3://xxx.xxx/dns-querry来强制使用h3进行查询呢?