<div dir="ltr">Hi All,<div><br></div><div>I am trying to configure tcp load balancing with Nginx with below configuration.</div><div><br></div><div>stream {</div><div>    server {</div><div>        listen 25;</div><div>        resolver 1.1.1.1;</div><div>        proxy_pass $host:25;</div><div>    }</div><div>}</div><div><br></div><div>If I try to connect <a href="http://mx1.abc.com">mx1.abc.com</a> i would like to expand my variable $host to <a href="http://mx1.abc.com">mx1.abc.com</a> and internally it will resolve to servers who handles mail for that mx record.</div><div><br></div><div>Please let me know is there any nginx variable in stream which supports hostname i am connecting.</div><div><br></div><div>Aravind M D</div></div>