Enable quic and add CUSTOM kernel.

This commit is contained in:
Tom Alexander
2024-07-04 00:45:54 -04:00
parent 9e107d4a75
commit fb90c63d84
6 changed files with 13 additions and 2 deletions

View File

@@ -26,6 +26,8 @@ http {
}
server {
listen 443 quic reuseport;
listen [::]:443 quic reuseport;
listen 443 ssl;
listen [::]:443 ssl;
http2 on;