linde: use haproxy for ipv4 only enable HTTP/3 connections for users on IPv6 ssh via :443 will need to force IPv4
1 file changed, 4 insertions(+), 4 deletions(-)
changed files
M system/hosts/linde.nix → system/hosts/linde.nix
@@ -535,7 +535,7 @@ timeout client 50000ms timeout server 50000ms frontend https - bind *:443 + bind ${net-ip4}:443 tcp-request inspect-delay 5s acl sniff_https req.ssl_hello_type 1@@ -547,11 +547,11 @@ default_backend caddy backend caddy - server caddy :8443 + server caddy [${net-ip6}]:443 backend ssh mode tcp - server ssh :22 + server ssh [${net-ip6}]:22 timeout server 2h ''; };@@ -566,7 +566,7 @@ hash = "sha256-MfzzRfL30c65XbeALnCZvGJaHa6e6icMjy4DUCBV284="; }; globalConfig = '' cache - https_port 8443 + default_bind [${net-ip6}] ''; virtualHosts = let