I have a server (with a single IP address) targeted by multiple DNS records – for example ftp1.adomain.com, ftp69.filetime.com, and ftp420.sendthefiles.com. I'm curious if it's possible to log the hostname (not IP address) that the user targeted in their connection.
Effectively, I want to identify whether a user connected using ftp1.adomain.com vs using ftp420.sendthefiles.com.
I looked through the ProFTPD docs and I don't think I found what I want, but I thought I'd see if somebody has some additional insight.