mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-16 20:07:06 +03:00
Nginx Stream ipv6 support
This commit is contained in:
@@ -8,6 +8,7 @@ stream {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen STPORT reuseport;
|
listen STPORT reuseport;
|
||||||
|
listen [::]:STPORT reuseport;
|
||||||
proxy_pass $stream_map;
|
proxy_pass $stream_map;
|
||||||
#STPROXY_PASS_TAG
|
#STPROXY_PASS_TAG
|
||||||
ssl_preread on;
|
ssl_preread on;
|
||||||
|
|||||||
Reference in New Issue
Block a user