From e6d2c151c6e9f6c9d5d89990a42463817896a165 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Fri, 10 Oct 2025 00:52:35 -0800 Subject: [PATCH] add stateful packet filtering --- services/our/compose.production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/our/compose.production.yaml b/services/our/compose.production.yaml index fff22f4..44175fd 100644 --- a/services/our/compose.production.yaml +++ b/services/our/compose.production.yaml @@ -82,7 +82,7 @@ services: image: tailscale/tailscale:latest hostname: pgadmin environment: - TS_EXTRA_ARGS: "--advertise-tags=tag:container --reset" + TS_EXTRA_ARGS: "--stateful-filtering=false --advertise-tags=tag:container --reset" TS_SERVE_CONFIG: /config/pgadmin.json TS_STATE_DIR: /var/lib/tailscale TS_USERSPACE: "false"