Can NULL RRs still be used or should be generally avoided?
        Posted  
        
            by 
                Mose
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Mose
        
        
        
        Published on 2012-04-08T07:01:26Z
        Indexed on 
            2012/04/08
            11:33 UTC
        
        
        Read the original article
        Hit count: 307
        
dns
I'm searching for a way for a placeholder in my bind zone files. I found some information on the NULL RR which would be perfect, but wikipedia states it's obsolete by RFC 883. I read through this RFC but could not find any reference for this statement.
Is the NULL RR obsolete or not? Is it acceptable to use it as placeholder?
At the moment I use this:
somename                   IN TXT     "placeholder"
        © Server Fault or respective owner