Skip to content
Snippets Groups Projects
  1. Apr 06, 2005
  2. Apr 05, 2005
  3. Mar 31, 2005
  4. Mar 22, 2005
  5. Mar 21, 2005
  6. Mar 20, 2005
  7. Mar 19, 2005
  8. Mar 13, 2005
  9. Mar 11, 2005
  10. Mar 10, 2005
  11. Mar 05, 2005
  12. Feb 22, 2005
  13. Dec 10, 2004
  14. Dec 07, 2004
  15. Nov 11, 2004
  16. Nov 10, 2004
  17. Nov 09, 2004
  18. Nov 07, 2004
  19. Oct 26, 2004
  20. Oct 24, 2004
  21. Oct 20, 2004
  22. Oct 06, 2004
  23. Sep 28, 2004
  24. Sep 26, 2004
    • Daniel Stenberg's avatar
      - Henrik Stoerner: found out that C-ARES does not look at the /etc/host.conf · 3451e888
      Daniel Stenberg authored
        file to determine the sequence in which to search /etc/hosts and DNS.  So on
        systems where this order is defined by /etc/host.conf instead of a "lookup"
        entry in /etc/resolv.conf, C-ARES will always default to looking in DNS
        first, and /etc/hosts second.
      
        c-ares now looks at
      
        1) resolv.conf (for the "lookup" line);
        2) nsswitch.fon (for the "hosts:" line);
        3) host.conf (for the "order" line).
      
        First match wins.
      3451e888
Loading