mirror of
https://github.com/samuelhbne/server-xray.git
synced 2025-12-17 20:34:39 +03:00
16 lines
213 B
Smarty
16 lines
213 B
Smarty
|
|
#STSTUB
|
|
stream {
|
|
map $ssl_preread_server_name $stream_map {
|
|
#MAPSTUB
|
|
}
|
|
|
|
#UPSSTUB
|
|
|
|
server {
|
|
listen STPORT reuseport;
|
|
proxy_pass $stream_map;
|
|
ssl_preread on;
|
|
}
|
|
}
|