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