From 02ee55e600f92daa7913374d1cda89e7a1472ca6 Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 18 Oct 2023 02:49:03 -0400 Subject: [PATCH] searxng: allow tailscale connection passthrough --- hosts/sakura/services/searxng.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sakura/services/searxng.nix b/hosts/sakura/services/searxng.nix index 42c967c..c4f6106 100644 --- a/hosts/sakura/services/searxng.nix +++ b/hosts/sakura/services/searxng.nix @@ -20,6 +20,7 @@ "192.168.0.0/16" "172.16.0.0/12" "10.0.0.0/8" + "100.71.49.65/32" ]; }; };