From 9f6c12cc47a22e6ef2486d37fc610b212053a2d5 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Mon, 16 Sep 2024 20:01:32 +1000 Subject: [PATCH] Nginx Stream ipv6 support --- nginx-stream.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx-stream.tpl b/nginx-stream.tpl index ae7db37..e25e6fa 100644 --- a/nginx-stream.tpl +++ b/nginx-stream.tpl @@ -8,6 +8,7 @@ stream { server { listen STPORT reuseport; + listen [::]:STPORT reuseport; proxy_pass $stream_map; #STPROXY_PASS_TAG ssl_preread on;