-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Web UI HTTP/3 , Option to change max-age
in Alt-Svc
#5011
Comments
What is the use of the |
@flavorgold1 , in simple words you can keep it as cache, by default the Consider if you opening the server after a day or 2 (beyond |
@ssrahul96, to add to this conversation, I think there needs to be increased awareness of HTTPS DNS records. As an example: https://dns.google/query?name=google.com&rr_type=HTTPS For more info: (1) https://blog.cloudflare.com/speeding-up-https-and-http-3-negotiation-with-dns/ (2) https://developer.mozilla.org/en-US/docs/Glossary/https_rr In Safari, when you enable the Developer Menu, and then enable HTTP3 under Experimental Features: it seems to automatically jump to HTTP3 -- I believe, by reading these HTTPS DNS records that specify that you have h3 enabled. Other browsers are also using these records, increasingly. |
Is this related as to why QUIC isn't working for the Web UI?
|
@daryll-swer, please use Discussions for debug help. Thanks. The error looks like a client error, but you can enable debug logs to see more info. |
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question
Operating system type
Linux, Other (please mention the version in the description)
CPU architecture
AMD64
Installation
Docker
Setup
On one machine
AdGuard Home version
v0.108.0-b.17
Description
What did you do?
#4986 let the browser know that the server supports
h3
by addingAlt-Svc
header, default value of24h
is taken by defaulyExpected result
Ability to set
max-age
forAlt-Svc
in config fileActual result
Screenshots (if applicable)
Additional information
The text was updated successfully, but these errors were encountered: