Timeline for How can I improve nscd's cache hit rate?
Current License: CC BY-SA 3.0
        4 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 7, 2013 at 0:56 | comment | added | phemmer | I would not recommend this even if it were possible. One scenario: When servers are brought down for maintenance, they are removed from DNS. The admins will then wait for the DNS records to expire before shutting the server itself down. By overriding the TTL you'll be sending traffic to a server that could be shut down. | |
| Dec 6, 2013 at 21:34 | comment | added | Totor | 
        
            
    Here is an ugly way: you could filter the incoming DNS answer packet with iptables, send it to a userspace program (NFQUEUE target) which will then counterfeit it to change the TTL.
        
     | 
|
| Dec 6, 2013 at 16:09 | comment | added | Bratchley | Is there a way to override this behavior? | |
| Dec 6, 2013 at 15:56 | history | answered | phemmer | CC BY-SA 3.0 |