invidious: use quic
This commit is contained in:
parent
a181117ba5
commit
9132f1ed17
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue