jakstys.lt: http/3

This commit is contained in:
Motiejus Jakštys 2024-10-09 22:23:28 -04:00
parent aa531bdd90
commit 3d4d8766d8
2 changed files with 3 additions and 1 deletions

View File

@ -205,6 +205,7 @@ in
enable = true; enable = true;
email = "motiejus+acme@jakstys.lt"; email = "motiejus+acme@jakstys.lt";
globalConfig = '' globalConfig = ''
experimental_http3
servers { servers {
metrics metrics
} }
@ -637,6 +638,7 @@ in
friendlyport.ports = [ friendlyport.ports = [
{ {
subnets = [ myData.subnets.tailscale.cidr ]; subnets = [ myData.subnets.tailscale.cidr ];
udp = [ 443 ];
tcp = with myData.ports; [ tcp = with myData.ports; [
80 80
443 443

View File

@ -179,7 +179,6 @@ in
# broken on aarch64-linux # broken on aarch64-linux
#wrk2 #wrk2
wget wget
curl
btop btop
ngrep ngrep
iftop iftop
@ -192,6 +191,7 @@ in
tcpdump tcpdump
testssl testssl
dnsutils dnsutils
curlHTTP3
bandwhich bandwhich
bridge-utils bridge-utils
speedtest-cli speedtest-cli