1
0
Fork 0

invidious: use quic

This commit is contained in:
Daniel Kempkens 2023-03-22 11:13:57 +01:00
parent a181117ba5
commit 9132f1ed17
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -27,12 +27,14 @@ in
external_port = 443; external_port = 443;
https_only = true; https_only = true;
use_quic = true;
statistics_enabled = false; statistics_enabled = false;
registration_enabled = false; registration_enabled = false;
login_enabled = true; login_enabled = true;
captcha_enabled = false; captcha_enabled = false;
admins = [ "daniel" ]; admins = [ ];
use_pubsub_feeds = false; use_pubsub_feeds = false;
}; };