<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello everybody,<div class=""><br class=""></div><div class="">I’d like to distinguish multiple clients that are behind NAT from Squid’s perspective. Proxy authentication or sessions are not an option for different reasons and the idea that came up was to assign each client a unique hostname through which Squid would be addressed (e.g. <a href="http://UUID1.proxy.example.com" class="">UUID1.proxy.example.com</a> and <a href="http://UUID2.proxy.example.com" class="">UUID2.proxy.example.com</a>) A DNS wildcard entry *.<a href="http://proxy.example.com" class="">proxy.example.com</a> would make sure each proxy referral points to the same machine. Question: Is there a way to let Squid log the DNS name through which a client referred to it? I was not able to find any example in this regard and I assume that the proxy hostname is „lost“ after the client's DNS lookup and that the client-proxy connection is established.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Peter<br class="">
<br class=""></div></body></html>