From 7881bfd9e7c36121d095e37fcabb0b0aece60806 Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 24 Jan 2024 05:14:59 -0500 Subject: [PATCH] blocky: set upstream init strat --- hosts/haru/services/blocky.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/haru/services/blocky.nix b/hosts/haru/services/blocky.nix index e190c2b..8717dac 100644 --- a/hosts/haru/services/blocky.nix +++ b/hosts/haru/services/blocky.nix @@ -24,6 +24,7 @@ upstreams = { strategy = "strict"; timeout = "30s"; + init.strategy = "fast"; groups = { default = [ "tcp+udp:127.0.0.1:5335"