config-dns-inet6_before_inet.patch 424 B

12345678910111213141516
  1. ## lftp-config-dns-inet6_before_inet by Noèl Köthe <noel debian.org>
  2. ##
  3. ## DP: use inet6 dns before inet
  4. --- lftp-3.4.7/lftp.conf.orig 2005-05-16 21:18:45.000000000 +0200
  5. +++ lftp-3.4.7/lftp.conf 2005-05-16 21:19:06.000000000 +0200
  6. @@ -87,3 +87,7 @@
  7. # set ftp:anon-pass "mozilla@"
  8. # set ftp:client ""
  9. # set http:user-agent "Mozilla/4.7 [en] (WinNT; I)"
  10. +
  11. +# try inet6 before inet
  12. +set dns:order "inet6 inet"
  13. +