Custom hostname instead ISP's
        Posted  
        
            by 
                JohnZ
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by JohnZ
        
        
        
        Published on 2011-01-04T13:00:40Z
        Indexed on 
            2011/01/04
            13:55 UTC
        
        
        Read the original article
        Hit count: 373
        
Hi!
I have setup a Centos 5.5 server and a domain name (say mydomain.com) pointing to it (using bind9) with custom nameservers (like ns1.mydomain.com and ns2.mydomain.com). Everything works fine but there is something more I would like to have and don't know if it is possible.
Is it possible to have the returned host to be mydomain.com (PHP gethostbyaddr()), not host-static-x-y-a-b.myisp-provider.com? And how do I implement it if it's possible?
© Server Fault or respective owner