mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-16 20:07:06 +03:00
16 lines
266 B
Smarty
16 lines
266 B
Smarty
#STSTUB
|
|
stream {
|
|
map $ssl_preread_server_name $stream_map {
|
|
#XMAP-TAG
|
|
}
|
|
|
|
#XUPSTREAM-TAG
|
|
|
|
server {
|
|
listen STPORT reuseport;
|
|
proxy_pass $stream_map;
|
|
# proxy_bind $remote_addr transparent;
|
|
ssl_preread on;
|
|
}
|
|
}
|