Nginx Stream ipv6 support

This commit is contained in:
Samuel Huang
2024-09-16 20:01:32 +10:00
parent f1300e9f32
commit 9f6c12cc47

View File

@@ -8,6 +8,7 @@ stream {
server {
listen STPORT reuseport;
listen [::]:STPORT reuseport;
proxy_pass $stream_map;
#STPROXY_PASS_TAG
ssl_preread on;