소스 검색

Merge pull request #675 from ITriskTI/patch-1

local IP address to DHT
Tatsuhiro Tsujikawa 9 년 전
부모
커밋
6425ec8684
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. 6 3
      doc/manual-src/en/aria2c.rst

+ 6 - 3
doc/manual-src/en/aria2c.rst

@@ -668,9 +668,12 @@ BitTorrent Specific Options
 
 .. option:: --bt-external-ip=<IPADDRESS>
 
-  Specify the external IP address to report to a BitTorrent
-  tracker. Although this function is named ``external``, it can accept
-  any kind of IP addresses. IPADDRESS must be a numeric IP address.
+  Specify the external IP address to use in BitTorrent download and DHT.
+  It may be sent to BitTorrent tracker. For DHT, this option should be
+  set to report that local node is downloading a particular torrent.
+  This is critical to use DHT in a private network. Although this
+  function is named ``external``, it can accept any kind of IP
+  addresses.
 
 .. option:: --bt-force-encryption[=true|false]