feat: listen ipv6 stream

This commit is contained in:
2022-12-26 00:26:46 +01:00
parent 69340e47e6
commit 0fd1ea03c2

View File

@@ -2,6 +2,7 @@ server {
# {{ comment }}
listen {{ portstring }} {% if udp %} udp {% endif %}{% if ssl %} ssl {% endif %};
listen [::]:{{ portstring }} {% if udp %} udp {% endif %}{% if ssl %} ssl {% endif %};
proxy_timeout {{ proxy_timeout }};
proxy_responses 1;