Просмотр исходного кода

Documented --async-dns-server option in man page.

Tatsuhiro Tsujikawa 14 лет назад
Родитель
Сommit
4c2a9eb715
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      doc/aria2c.1.asciidoc

+ 10 - 0
doc/aria2c.1.asciidoc

@@ -810,6 +810,16 @@ Advanced Options
   Enable asynchronous DNS.
   Default: 'true'
 
+[[aria2_optref_async_dns_server]]*--async-dns-server*=IPADDRESS[,...]::
+
+  Comma separated list of DNS server address used in asynchronous DNS
+  resolver. Usually asynchronous DNS resolver reads DNS server
+  addresses from '/etc/resolv.conf'. When this option is used, it uses
+  DNS servers specified in this option instead of ones in
+  '/etc/resolv.conf'. You can specify both IPv4 and IPv6 address. This
+  option is useful when the system does not have '/etc/resolv.conf' and
+  user does not have the permission to create it.
+
 [[aria2_optref_auto_file_renaming]]*--auto-file-renaming*[='true'|'false']::
   Rename file name if the same file already exists.
   This option works only in HTTP(S)/FTP download.