[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] r24296: {} translated man pages for the website (in website/trunk: . docs docs/ar docs/fr docs/my docs/pl manpages manpages/ar manpages/de manpages/eo manpages/es manpages/et manpages/fr manpages/it manpages/my manpages/pl manpages/ro manpages/ru manpages/ur manpages/zh-cn)
Author: runa
Date: 2011-03-03 13:39:36 +0000 (Thu, 03 Mar 2011)
New Revision: 24296
Added:
website/trunk/docs/ar/
website/trunk/docs/ar/tor-manual-dev.wml
website/trunk/docs/fr/
website/trunk/docs/fr/tor-manual-dev.wml
website/trunk/docs/my/
website/trunk/docs/my/tor-manual-dev.wml
website/trunk/docs/pl/
website/trunk/docs/pl/tor-manual-dev.wml
website/trunk/manpages/
website/trunk/manpages/ar/
website/trunk/manpages/ar/tor-resolve.1.txt
website/trunk/manpages/ar/tor.1.txt
website/trunk/manpages/ar/torify.1.txt
website/trunk/manpages/de/
website/trunk/manpages/de/tor-resolve.1.txt
website/trunk/manpages/eo/
website/trunk/manpages/eo/tor-resolve.1.txt
website/trunk/manpages/es/
website/trunk/manpages/es/tor-resolve.1.txt
website/trunk/manpages/es/torify.1.txt
website/trunk/manpages/et/
website/trunk/manpages/et/tor-resolve.1.txt
website/trunk/manpages/fr/
website/trunk/manpages/fr/tor-resolve.1.txt
website/trunk/manpages/fr/tor.1.txt
website/trunk/manpages/fr/torify.1.txt
website/trunk/manpages/it/
website/trunk/manpages/it/tor-resolve.1.txt
website/trunk/manpages/it/torify.1.txt
website/trunk/manpages/my/
website/trunk/manpages/my/tor-resolve.1.txt
website/trunk/manpages/my/tor.1.txt
website/trunk/manpages/my/torify.1.txt
website/trunk/manpages/pl/
website/trunk/manpages/pl/tor-resolve.1.txt
website/trunk/manpages/pl/tor.1.txt
website/trunk/manpages/pl/torify.1.txt
website/trunk/manpages/po2man.sh
website/trunk/manpages/ro/
website/trunk/manpages/ro/tor-resolve.1.txt
website/trunk/manpages/ru/
website/trunk/manpages/ru/tor-resolve.1.txt
website/trunk/manpages/ru/torify.1.txt
website/trunk/manpages/tor-manual-dev.wml
website/trunk/manpages/ur/
website/trunk/manpages/ur/tor-resolve.1.txt
website/trunk/manpages/zh-cn/
website/trunk/manpages/zh-cn/tor-resolve.1.txt
Log:
translated man pages for the website
Added: website/trunk/docs/ar/tor-manual-dev.wml
===================================================================
--- website/trunk/docs/ar/tor-manual-dev.wml (rev 0)
+++ website/trunk/docs/ar/tor-manual-dev.wml 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,30 @@
+## translation metadata
+# Revision: $Revision: 23689 $
+
+#include "head.wmi" TITLE="Tor Project: manual"
+
+# Translators shouldn't translate this file, unless they want
+# to translate the whole man page too.
+<div id="content" class="clearfix">
+ <div id="breadcrumbs">
+ <a href="<page index>">Home » </a>
+ <a href="<page docs/documentation>">Documentation » </a>
+ <a href="<page docs/tor-doc-osx>">Tor Dev Manual</a>
+ </div>
+ <div id="maincol">
+ <:
+ die "Missing git clone" unless -d "$(TORGIT)";
+ my $man = `cat manpages/ar/tor.1.txt | asciidoc -d manpage -s -o - -`;
+ die "No manpage because of asciidoc error or file not available from git" unless $man;
+ print $man;
+ :>
+ </div>
+ <!-- END MAINCOL -->
+ <div id = "sidecol">
+#include "side.wmi"
+#include "info.wmi"
+ </div>
+ <!-- END SIDECOL -->
+</div>
+<!-- END CONTENT -->
+#include <foot.wmi>
Added: website/trunk/docs/fr/tor-manual-dev.wml
===================================================================
--- website/trunk/docs/fr/tor-manual-dev.wml (rev 0)
+++ website/trunk/docs/fr/tor-manual-dev.wml 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,30 @@
+## translation metadata
+# Revision: $Revision: 23689 $
+
+#include "head.wmi" TITLE="Tor Project: manual"
+
+# Translators shouldn't translate this file, unless they want
+# to translate the whole man page too.
+<div id="content" class="clearfix">
+ <div id="breadcrumbs">
+ <a href="<page index>">Home » </a>
+ <a href="<page docs/documentation>">Documentation » </a>
+ <a href="<page docs/tor-doc-osx>">Tor Dev Manual</a>
+ </div>
+ <div id="maincol">
+ <:
+ die "Missing git clone" unless -d "$(TORGIT)";
+ my $man = `cat manpages/fr/tor.1.txt | asciidoc -d manpage -s -o - -`;
+ die "No manpage because of asciidoc error or file not available from git" unless $man;
+ print $man;
+ :>
+ </div>
+ <!-- END MAINCOL -->
+ <div id = "sidecol">
+#include "side.wmi"
+#include "info.wmi"
+ </div>
+ <!-- END SIDECOL -->
+</div>
+<!-- END CONTENT -->
+#include <foot.wmi>
Added: website/trunk/docs/my/tor-manual-dev.wml
===================================================================
--- website/trunk/docs/my/tor-manual-dev.wml (rev 0)
+++ website/trunk/docs/my/tor-manual-dev.wml 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,30 @@
+## translation metadata
+# Revision: $Revision: 23689 $
+
+#include "head.wmi" TITLE="Tor Project: manual"
+
+# Translators shouldn't translate this file, unless they want
+# to translate the whole man page too.
+<div id="content" class="clearfix">
+ <div id="breadcrumbs">
+ <a href="<page index>">Home » </a>
+ <a href="<page docs/documentation>">Documentation » </a>
+ <a href="<page docs/tor-doc-osx>">Tor Dev Manual</a>
+ </div>
+ <div id="maincol">
+ <:
+ die "Missing git clone" unless -d "$(TORGIT)";
+ my $man = `cat manpages/my/tor.1.txt | asciidoc -d manpage -s -o - -`;
+ die "No manpage because of asciidoc error or file not available from git" unless $man;
+ print $man;
+ :>
+ </div>
+ <!-- END MAINCOL -->
+ <div id = "sidecol">
+#include "side.wmi"
+#include "info.wmi"
+ </div>
+ <!-- END SIDECOL -->
+</div>
+<!-- END CONTENT -->
+#include <foot.wmi>
Added: website/trunk/docs/pl/tor-manual-dev.wml
===================================================================
--- website/trunk/docs/pl/tor-manual-dev.wml (rev 0)
+++ website/trunk/docs/pl/tor-manual-dev.wml 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,30 @@
+## translation metadata
+# Revision: $Revision: 23689 $
+
+#include "head.wmi" TITLE="Tor Project: manual"
+
+# Translators shouldn't translate this file, unless they want
+# to translate the whole man page too.
+<div id="content" class="clearfix">
+ <div id="breadcrumbs">
+ <a href="<page index>">Home » </a>
+ <a href="<page docs/documentation>">Documentation » </a>
+ <a href="<page docs/tor-doc-osx>">Tor Dev Manual</a>
+ </div>
+ <div id="maincol">
+ <:
+ die "Missing git clone" unless -d "$(TORGIT)";
+ my $man = `cat manpages/pl/tor.1.txt | asciidoc -d manpage -s -o - -`;
+ die "No manpage because of asciidoc error or file not available from git" unless $man;
+ print $man;
+ :>
+ </div>
+ <!-- END MAINCOL -->
+ <div id = "sidecol">
+#include "side.wmi"
+#include "info.wmi"
+ </div>
+ <!-- END SIDECOL -->
+</div>
+<!-- END CONTENT -->
+#include <foot.wmi>
Added: website/trunk/manpages/ar/tor-resolve.1.txt
===================================================================
--- website/trunk/manpages/ar/tor-resolve.1.txt (rev 0)
+++ website/trunk/manpages/ar/tor-resolve.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,49 @@
+// ØÙÙÙ ØÙØØØ ÙØÙÙØØ (c) ÙØØÙØ ØÙØ, ØØÙØ.
+// ØÙØØ ØÙØØØÙØ ÙÙØØÙÙ ØÙÙ ÙØÙÙÙØØ ØÙØØØÙØ
+// ÙØØ ÙÙÙ ØØÙÙØÙÙ ÙØØØØÙ ÙØÙØØØ ÙØØØ manpage/html.
+// ØØÙÙ ØÙØØÙÙØÙÙ ÙÙ http://www.methods.co.nz/asciidoc/userguide.html
+ØÙØ-ØÙØÙÙÙ(1)
+======
+ØÙØØ ØØÙÙØÙØØ
+
+ØÙØØÙ
+----
+ØÙØ-ØÙØÙÙÙ - ÙÙÙÙ ØØÙ ØØÙ ØÙÙØØØÙÙ ØÙÙ ØÙÙØÙ IP ØÙ ØØÙÙ ØÙØ
+
+ØÙØÙØØØ
+--------
+**ØÙØ-ØÙØÙÙÙ** [-4|-5] [-v] [-x] __hostname__ [__sockshost__[:__socksport__]]
+
+ØÙÙØÙ
+-----------
+**ØÙØ-ØÙØÙÙÙ** ØØÙØÙØ ÙØÙ ØØÙØ ÙÙØØØØÙ ØÙÙÙÙ SOCKS ØÙØÙ ÙØØÙ ØÙ
+ØÙØ SOCKS RESOLVE, ÙØÙÙÙÙ ØØÙ ØÙÙØØØÙÙ, ÙÙÙÙÙ ØØØØØØØØ ØÙÙØÙ IP.
+
+By default, **tor-resolve** uses the Tor server running on 127.0.0.1 on
+SOCKS port 9050. If this isn't what you want, you should specify an
+explicit __sockshost__ and/or __socksport__ on the command line.
+
+ØÙØÙØØØØ
+-------
+**-v**::
+ ØØÙØ ØÙÙØØØØØ ØÙÙØÙÙÙØ.
+
+**-x**::
+ ØØØØØ ØÙÙÙØØ ØØØ ØÙØÙØ: ØÙØØÙÙ ØÙÙ ØØÙ PTR ÙØÙÙØÙ (IPv4).
+
+**-5**::
+ ØØØØØØÙ ØØÙØÙÙÙÙ SOCKS5. (ØÙØØØØÙØ)
+
+**-4**::
+ ØØØØØØÙ ØØÙØÙÙÙÙ SOCKS4a ØØÙØ ÙÙ ØØÙØÙÙÙÙ SOCKS5 ØÙØÙØØØØÙ. ÙØ ÙØØÙ
+ ÙØØÙ ØØÙØØ ØÙÙØØÙ (DNS) ØÙØÙØÙ.
+
+ØÙØØ ØÙØØ
+--------
+**ØÙØ**(1), **ØÙØÙÙØÙ**(1). +
+
+ØÙØØ doc/socks-extensions.txt ÙÙ ØØÙØ ØÙØ ÙÙØØÙÙ ØÙÙ ØÙØØÙÙ ØÙØØÙØÙÙÙÙ.
+
+ØÙÙØÙÙÙÙ
+-------
+Roger Dingledine <arma@xxxxxxx>, Nick Mathewson <nickm@xxxxxxxxxxxx>.
Added: website/trunk/manpages/ar/tor.1.txt
===================================================================
--- website/trunk/manpages/ar/tor.1.txt (rev 0)
+++ website/trunk/manpages/ar/tor.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,1498 @@
+// ØÙÙÙ ØÙØØØ ÙØÙÙØØ (c) ÙØØÙØ ØÙØ, ØØÙØ.
+// ØÙØØ ØÙØØØÙØ ÙÙØØÙÙ ØÙÙ ÙØÙÙÙØØ ØÙØØØÙØ
+// ÙØØ ÙÙÙ ØØÙÙØÙÙ ÙØØØØÙ ÙØÙØØØ ÙØØØ manpage/html.
+// ØØÙÙ ØÙØØÙÙØÙÙ ÙÙ http://www.methods.co.nz/asciidoc/userguide.html
+ØÙØ(1)
+======
+
+ØÙØØÙ
+----
+ØÙØ - ØÙØØ ØÙØÙÙ (ØØÙØØ) ØÙØÙÙ ØÙØØÙÙ ÙÙ ØÙÙÙÙÙ
+
+
+ØÙØÙØØØ
+--------
+**tor** [__OPTION__ __value__]...
+
+ØÙÙØÙ
+-----------
+__ØÙØ__ ÙÙ ØØÙØ ØØØØÙØØ ØØÙØØ ØÙÙÙÙØ ØÙÙÙÙØ ÙÙØØØØÙ. ÙÙÙÙ ØÙÙØØØØÙÙÙ ØØØØÙØØ
+ÙØØØ ÙÙØØØ ØÙØÙØÙÙ ÙÙ ØÙØÙ ÙØÙÙØØ ÙÙ ØÙØÙØ ÙÙØØÙÙØ "ØÙØØØØØ ØÙØØÙØÙØ" ØØØ
+ØÙØØÙØ, ÙØÙØÙ ÙÙ ØÙØÙÙØ ØØØÙ ÙÙ ØÙØØ ÙÙ ØØØÙÙØ ÙÙÙ ØÙÙÙØ, ÙÙÙÙ ÙÙØ
+ØÙØÙÙ. ØÙÙÙ ØÙØØÙØ ØÙÙØØÙÙØ ØØÙÙ ØÙØØØØØ ÙØÙÙØ ÙÙ ÙØÙ ÙÙØØØ ÙØÙØØÙ ÙÙ ÙÙ
+ØÙØØ, ÙØÙØÙ ØÙØÙ ØÙ ØÙØØ ØÙÙØØ. +
+
+ØØÙÙ ØØØØÙ __ØÙØ__ ÙÙÙØ ØØÙØ ÙÙØØØ ÙÙ ØÙØÙØØÙ ("ØØÙØØØØ ØÙÙÙÙÙ"). ÙØÙÙ
+ØÙÙØØØØÙÙÙ ØÙÙ ØØØØØØ ØÙØØØØ ØØÙØÙØ ØÙØØØÙÙ ØÙÙÙÙ (TCP) ØÙØØØØ ØÙÙ -- ØØÙØ
+ØÙÙØÙØ ØÙÙ ØÙØØÙØ, ØØÙØÙÙÙÙ ÙÙÙ ØÙÙÙÙØØ (ftp), ØØÙØÙÙÙÙ ØÙÙÙÙÙ ØÙØÙÙ (ssh)
+ÙÙØ ØÙÙ ØÙÙ -- ØÙÙ ØÙØØÙØØØØ, ØÙÙØÙÙÙÙ ÙØÙÙØØÙØÙÙ, ÙØØÙ ØÙØØÙØØØØ ÙÙØÙØ
+ØÙØØÙ ØØÙØØ ÙÙ ØØØØ ÙØØØ ØÙØÙØØ.
+
+ØÙØØØØ
+-------
+**-h**, **-help**::
+ ØØØØ ØØØÙØ ÙØØØØØ ÙØÙØØ ØÙ ØÙØØÙØ.
+
+**-f** __FILE__::
+ ÙÙÙ ÙØØÙÙ ØÙÙ ÙØÙØ ÙÙ ØØÙØØ "option value". (ØÙØØØØÙØ: @CONFDIR@/torrc)
+
+**--hash-password**::
+ ØÙØØØ ÙÙÙØ ÙØÙØ ÙØØØØ ÙÙÙØÙÙ ÙÙÙÙØ ØÙØØÙÙ.
+
+**--list-fingerprint**::
+ ØÙØØØ ÙÙØØÙØÙ ÙØØØØØ ØØÙ ØÙØÙØØ ÙØÙØØÙØ ØÙØØØØ ØÙ.
+
+**--verify-config**::
+ ØØÙÙ ØØÙ ÙÙÙ ØÙØÙÙÙÙ ØØÙØØ.
+
+**--nt-service**::
+ **--service [install|remove|start|stop]** ØØÙØ ØØÙØ Windows
+NT/2000/XP ÙØÙØ. ØÙØØÙÙÙØØ ØÙØØÙÙØ ÙÙÙÙ ØÙØØØÙØ ÙÙ
+ https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#WinNTService
+
+**--list-torrc-options**::
+ ØØØØØ ØÙÙØ ØÙØÙØØØØ ØÙØØÙØØ.
+
+**--version**::
+ ØØØ ØØØØØ ØÙØ ØÙ ØÙØØÙØ.
+
+**--quiet**::
+ ÙØ ØÙÙ ØØØØÙÙ ØÙØ ÙØ ØØÙ ÙØØØ ØÙØØÙÙ ÙØÙÙ ÙØÙØ ØØØØØ ØÙÙÙØÙ ØØÙÙ.
+ (ØÙØØØØÙØ, ÙØØØ ØÙØ ØØØØÙÙ ØØØØÙ ØÙÙ ÙØØÙÙ "notice" ØÙ ØØÙÙ
+ ØÙÙ ÙØØØ ØÙØØÙÙ, ØØÙ ÙØÙ ØØÙÙÙ ØÙØÙÙÙÙ ØÙØØØ ØÙ.)
+
+Other options can be specified either on the command-line (--option
+ value), or in the configuration file (option value or option "value").
+ Options are case-insensitive. C-style escaped characters are allowed inside
+ quoted values. Options on the command line take precedence over
+ options found in the configuration file, except indicated otherwise. To
+ split one configuration entry into multiple lines, use a single \ before
+ the end of the line. Comments can be used in such multiline entries, but
+ they must start at the beginning of a line.
+
+**BandwidthRate** __N__ **bytes**|**KB**|**MB**|**GB**::
+ A token bucket limits the average incoming bandwidth usage on this node to
+ the specified number of bytes per second, and the average outgoing
+ bandwidth usage to that same value. If you want to run a relay in the
+ public network, this needs to be _at the very least_ 20 KB (that is,
+ 20480 bytes). (Default: 5 MB)
+
+**BandwidthBurst** __N__ **bytes**|**KB**|**MB**|**GB**::
+ ÙØØ ÙÙ ØÙØØÙ ØÙØÙØÙ ÙØÙÙ ØÙØÙØ ØÙÙÙÙØ (ØÙÙØØÙÙ ØÙØØ ØØØÙ ØÙØÙØÙØØ) ÙØØØ ÙØÙÙ
+ ÙÙ ØÙØØÙØØØ ÙÙ ÙÙ ØØØØÙ. (ØÙØØØØÙØ: 10 ÙÙØØ ØØÙØ)
+
+**MaxAdvertisedBandwidth** __N__ **bytes**|**KB**|**MB**|**GB**::
+ ØØØ ØÙ ØÙØØØ, ÙÙ ÙØÙÙ ØÙØØ ÙÙ ÙÙØØØ ØØØ ØÙÙØØÙ ØÙØØØØÙ ÙØØ
+ ÙÙØØÙ BandwidthRate ØÙØØØ ØÙØ. ÙØØÙÙ ØÙØØØÙ ØÙØÙÙ ÙØÙØÙÙ ØÙÙÙÙ ØØØ ØÙØÙÙØØ
+ ØÙØÙÙ ÙØÙØÙÙ ØÙØØ ØÙØØØ ÙÙ ØÙØÙÙÙ (ØÙØ ØÙ ÙØØ ÙØÙØØØ ÙØ
+ ÙØØÙ ØØØ ØÙÙØØÙ ØÙØØØØÙ ØÙÙØÙÙ ØÙÙ) ÙÙÙÙ ØÙ ØØØÙ ØØÙØØÙÙ ØÙÙ ØÙÙÙÙ ØÙØÙØ ØÙÙ ÙØØØ ØÙÙØØÙØØ ØÙÙØÙØÙØ (CPU) ÙÙ ØÙØØØÙ ØÙØØØ ØÙÙ
+ ØÙÙ ØÙØØØÙØ ØÙÙ ØØØØ ØÙØØÙØ.
+
+**RelayBandwidthRate** __N__ **bytes**|**KB**|**MB**|**GB**::
+ If not 0, a separate token bucket limits the average incoming bandwidth
+ usage for \_relayed traffic_ on this node to the specified number of bytes
+ per second, and the average outgoing bandwidth usage to that same value.
+ Relayed traffic currently is calculated to include answers to directory
+ requests, but that may change in future versions. (Default: 0)
+
+**RelayBandwidthBurst** __N__ **bytes**|**KB**|**MB**|**GB**::
+ If not 0, limit the maximum token bucket size (also known as the burst) for
+ \_relayed traffic_ to the given number of bytes in each direction.
+ (Default: 0)
+
+**PerConnBWRate** __N__ **bytes**|**KB**|**MB**|**GB**::
+ ØØØ ØÙ ØÙØØØ, ÙÙ ØÙØÙ ØØ ØÙÙØØÙ ÙÙÙ ØØØØÙ ÙÙ ØÙØ ØÙÙØØÙÙ.
+ ÙÙ ØØØØØ ØÙÙ ØØÙÙØ ÙØÙ ØÙÙÙÙØ ØØØØ, ØÙØ ØÙ ÙÙÙØ ØØØØØ ØÙØØÙØ ÙØÙ
+ ÙØØÙØ ØØÙØØÙØØ ÙØÙÙ ÙÙÙÙ ØÙÙØØÙÙ ØÙØØØ ØÙ ØØØØØØØÙ ØÙÙ ØÙÙÙÙØ. (ØÙØØØØÙØ: 0)
+
+**PerConnBWBurst** __N__ **bytes**|**KB**|**MB**|**GB**::
+ ØØØ ØÙ ØÙØØØ, ÙÙ ØÙØÙ ØØ ØÙÙØØÙ ÙÙÙ ØØØØÙ ÙÙ ØÙØ ØÙÙØØÙÙ.
+ ÙÙ ØØØØØ ØÙÙ ØØÙÙØ ÙØÙ ØÙÙÙÙØ ØØØØ, ØÙØ ØÙ ÙÙÙØ ØØØØØ ØÙØØÙØ ÙØÙ
+ ÙØØÙØ ØØÙØØÙØØ ÙØÙÙ ÙÙÙÙ ØÙÙØØÙÙ ØÙØØØ ØÙ ØØØØØØØÙ ØÙÙ ØÙÙÙÙØ. (ØÙØØØØÙØ: 0)
+
+**ConnLimit** __NUM__::
+ The minimum number of file descriptors that must be available to the Tor
+ process before it will start. Tor will ask the OS for as many file
+ descriptors as the OS will allow (you can find this by "ulimit -H -n").
+ If this number is less than ConnLimit, then Tor will refuse to start. +
+ +
+ You probably don't need to adjust this. It has no effect on Windows
+ since that platform lacks getrlimit(). (Default: 1000)
+
+**ConstrainedSockets** **0**|**1**::
+ ØØØ ØÙ ØÙØØØ, ØÙÙ ÙØØØ ØÙØ ØÙÙÙØØ ØÙØØÙÙØ ØÙÙÙØ ØÙØØØÙÙ ØÙÙØÙØ ÙØÙÙØ
+ ØÙÙÙØØØ ÙÙØØÙ ØÙÙØØØ ÙÙ **ConstrainedSockSize**. ÙØØ ÙÙÙØ
+ ÙÙØÙØØÙ ØÙØØÙØÙØ ÙØÙØÙØØØ ØÙØØØÙ ØÙØÙ ÙØ ÙÙÙÙ ÙÙÙØ ØÙØØØÙÙ ØÙÙØÙØ ÙÙØØÙ ÙØØÙÙ ØØÙØÙÙÙÙ ØÙØØØÙÙ ØÙÙÙÙ (TCP)
+ ÙØØÙØØ. ØØØ ÙÙØ ØØØØØÙ ØØØÙØ ØØÙØÙØ ÙÙØØÙØÙ ØÙØØØÙØ "Error
+creating network socket: No buffer space available", ÙØÙØ
+ ØÙÙ ØÙØØØØ ØØØÙÙ ÙÙ ÙØÙ ØÙÙØÙÙØ. +
+ +
+ ØÙØÙ ØÙØÙØÙ ÙÙ ØØÙ ØÙØØØØÙ ÙØÙØ ÙÙ ØØÙØ ØÙØØØÙÙ ØÙÙØÙØ
+ ÙÙÙØØØÙÙ ÙÙØÙ ØÙ ØØÙÙ /proc/sys/net/ipv4/tcp_mem ØÙ ÙØÙÙØ ÙÙØØÙØ;
+ ØÙØØ ØÙØÙÙÙÙ ÙØØ ÙÙÙÙ ØÙÙÙØØ ØÙØØÙÙ. +
+ +
+ ÙØØ ØØÙ ØØØØØØÙ ØÙØØ DirPort ØÙØØ ØØØ ÙØÙ ØÙØØØÙÙ ØÙÙØÙØ ÙØØÙØÙÙÙÙ ØÙØØØÙÙ ØÙÙÙÙ (TCP) ÙØØÙØØ. ØÙØØØ ØÙÙÙ
+ ØÙØØØÙÙ ØÙÙØÙØ ØØØÙÙÙ ÙÙØØØ ØØØÙÙØ ÙÙØ ÙØØÙ ØÙÙ ØÙØÙÙ
+ ØÙÙØÙÙØ. +
+ +
+ ÙØØ ØÙÙÙ **ØØÙ** ØÙÙÙÙ ÙØÙ ØÙÙÙØØ ØÙØ ØØØ ÙÙØ ØÙØØÙ ØÙÙØÙÙØ "no buffer
+space available". ØÙØØ ÙÙ ØÙØØØÙÙ ØÙÙØÙØ ÙØØÙØÙÙÙÙ ØÙØØØÙÙ ØÙÙÙÙ (TCP) ÙØØØ ØÙÙ ØØÙ ØÙÙØÙØØ ÙØÙØØ
+ ØØÙØÙÙÙÙ ØÙØØØÙÙ ØÙÙÙÙ (TCP) ÙØÙÙ ÙÙÙÙ ØÙØÙØØØÙØ ØÙØ ÙØÙØØØ ÙØ ØÙÙÙØ ØÙØØØ ÙØÙØØØ
+ ØÙÙ ÙØØØØØ ØÙÙÙØ. (ØÙØØØØÙØ: 0.)
+
+**ConstrainedSockSize** __N__ **bytes**|**KB**::
+ ØÙØ ØÙÙÙÙ **ConstrainedSockets** ÙØÙ ØÙØØØÙÙ ØÙÙØÙØ ÙÙØØØÙØØÙ ÙØÙØØØØÙ
+ ÙØÙÙØ ØÙÙÙØØØ ØÙÙ ÙØÙ ØØØÙØ ÙÙØØ ØÙØØ. ÙØØ ØÙ ØÙÙÙ ÙÙÙØ ØÙÙ 2048 Ù
+262144, ÙÙ ÙØØØÙØØ 1024 ØØÙØ. ÙÙØÙ ØØÙØÙØØØØÙ 8192.
+
+**ControlPort** __ÙÙÙØ__::
+ ØØØ ØÙ ØÙØØØ, ØÙÙ ÙÙÙÙ ØÙØ ØÙØÙÙ ØÙØØØØÙØØ ØÙÙ ÙØØ ØÙÙÙÙØ ÙØÙØÙØØ ÙØÙÙ
+ ØÙØØØØÙØØ ØØÙØØÙÙ ØØÙÙÙØ ØÙØ ØØØØØØØÙ ØØÙØÙÙÙÙ ØÙØØÙÙ ØØÙØ
+ (ØÙÙÙØÙÙ ÙÙ ÙÙÙ ØÙØØ control-spec.txt). ÙÙØØØØ: ÙØÙÙ ØØØØ ØÙØØ ÙØØØ ÙÙ
+ **HashedControlPassword** ØÙ **CookieAuthentication**, ØØØ ÙØØ ØÙØÙØØ ØÙÙ
+ ÙØØØØ ÙØÙØ ØØÙØÙØØ ÙØÙ ØÙÙÙØ ÙÙ ØÙÙØØØÙÙ ØÙÙØÙÙ ÙÙØØÙÙ ØÙ. ÙØØ
+ ØÙØÙØØ ÙØÙÙØ ÙÙ ØÙØØÙØ ÙÙ ÙØØÙÙØØ ØÙØ; ØÙÙØØÙ ÙØØØØÙ ØÙÙÙÙØ 9051.
+
+**ControlListenAddress** __IP__[:__ÙÙÙØ__]::
+ ØØØ ÙØØØ ØØÙÙ ØÙÙØØÙØ ØÙÙ ÙØØ ØÙØÙÙØÙ. ØØØ ÙÙØ ØØØØÙØ ÙÙÙØ, ØØØØ
+ ÙÙØØ ØÙÙÙÙØ ØØÙØ ÙÙ ØÙÙØØØ ÙÙ ControlPort. ÙØÙ ÙÙØÙÙ
+ ØØØØ ØØØÙ ÙØØ ÙØØÙ ØÙØ ØØØ ÙÙØ ØØØÙ ÙØ ØÙØÙÙ,
+ ØÙØ ØÙ ØØØØØ ØÙÙÙØØÙÙÙ ØÙÙØÙÙØ ØÙÙØÙÙ ØÙÙ ÙØØØ ØØÙÙ ØÙÙØØÙØ ØÙØØØ ØÙ ÙÙ ØÙØ
+ ØØÙØ ÙÙØØÙØ. (ØÙØØØØÙØ: 127.0.0.1) ÙÙÙÙ ØØØÙØ ÙØØ ØÙØÙØÙÙ ØØØ
+ ÙØØØÙ ØØØØ ØÙØÙÙÙ/ÙÙØÙØ.
+
+**ControlSocket** __ÙØØØ__::
+ ÙØÙ ControlPort, ÙÙÙ ÙØØÙØ ØÙÙ ÙÙØØ ÙØØÙ ÙÙÙÙÙØ (Unix) ØØÙØ ÙÙ ÙÙØØ ØØÙØÙÙÙÙ
+ ØÙØØØÙÙ ØÙÙÙÙ (TCP). (ØÙØÙØ ÙÙÙÙÙØ (Unix) ÙØÙØÙØÙØ ØÙØØÙÙØ ØÙ ÙÙØ.)
+
+**HashedControlPassword** __ÙÙÙØ_ÙØÙØ_ÙØØÙØØ__::
+ ÙØ ØØÙØ ØØÙØ ØØØØÙØØ ØÙÙ ÙÙÙØ ØÙØØÙÙ ØÙØ ØØØ ØÙÙØ ØÙØÙÙÙØ
+ ØÙØØØÙ ÙÙÙØ ØÙÙØÙØ ÙØÙØÙ ØØØØØÙØ ØØØØÙØ ØÙØØØØÙ ÙÙ __ÙÙÙØ ÙØÙØ_ÙØØØØ__. ÙÙÙÙÙ
+ ØØØØ ØØØØØ ÙÙÙØ ÙØÙØ ØÙ ØØÙÙ ØØØÙÙ "tor --hash-password
+ __password__". ÙÙÙÙÙ ØÙÙÙØ ØÙØØÙØ ÙÙ ÙÙÙØØ ØÙÙØÙØ ØÙÙÙØÙÙØ ØØØØØØØÙ ØÙØØ
+ ÙÙ ØØ HashedControlPassword ÙØØØ.
+
+**CookieAuthentication** **0**|**1**::
+ ØØØ ØÙ ØØØ ÙØØ ØÙØÙØØ ØÙÙ 1, ÙØ ØØÙØ ØØÙØ ØØØØÙØØ ØÙÙ ÙÙÙØ ØÙØØÙÙ
+ ØÙØ ØØØ ØÙÙØ ØÙÙÙØ ØÙØØØØÙ ØÙØØÙÙØØ ØÙÙÙÙ ØÙÙØÙÙ
+ "control_auth_cookie", ÙØÙØÙ ØÙÙ ÙØÙÙ ØÙØ ØÙÙ ØÙØØØÙ ÙÙ ØÙÙÙ ØÙØÙØÙØØ ØÙØØØ ØÙ. ØØÙÙØ
+ ØÙÙØØØÙØ ÙØÙ ÙØØ ØØØØØØÙÙØ ÙÙØ ØÙÙ ØÙØÙØ ØØØ ØÙØÙØ ØÙØØ ÙÙØØÙ
+ ØÙÙÙÙØØ. (ØÙØØØØÙØ: 0)
+
+**CookieAuthFile** __ÙØØØ__::
+ ØØØ ØÙ ØÙØØØ, ÙØØ ØÙØÙØØ ÙØØØÙØ ØÙÙÙÙØ ØÙØÙØØØØÙ ÙØØÙ ØÙÙÙÙ
+ ÙÙÙÙ ØØØÙÙ ØÙØØØØØØ ÙÙ ØÙØ. (ØÙØØ CookieAuthentication ØØÙØÙ.)
+
+**CookieAuthFileGroupReadable** **0**|**1**|__ØØÙ_ÙØÙÙØØ__::
+ ØØØ ØÙ ØØØ ØÙØÙØØ ØÙÙ 0, ÙØ ØØÙØ ÙÙØÙÙØØ filesystem ØÙØØØØ ÙÙÙ
+ ØØØÙÙ ØÙØØØØØØ. ØØØ ØÙ ØØØ ØÙØÙØØ ØÙÙ 1, ØØØÙ ÙÙÙ ØØØÙÙ ØÙØØØØØØ ÙÙØÙØØ ÙÙ ÙØÙ ÙÙÙØ ØÙÙØÙÙØØ ØÙØÙØØØØÙØ (GID). [ØØÙ ØÙÙÙÙ ÙÙØÙØØ ÙÙ ÙØÙ ÙØÙÙØØ ØØØÙ ÙÙ ÙØÙ ØÙÙÙØÙ
+ ØØØ; ÙØØÙ ØØÙØØÙØ ØØØ ÙØ ÙÙØ ÙÙ ØØØØ ÙÙØØ ÙØØØ ÙØ.] (ØÙØØØØÙØ: 0).
+
+**DataDirectory** __DIR__::
+ ØØØÙÙ ØÙØÙØÙØØ ØÙØÙ ØØÙÙ ÙÙ DIR (ØÙØØØØÙØ: @LOCALSTATEDIR@/lib/tor)
+
+**DirServer** [__ØØÙ_ÙØØØØØ__] [**flags**] __ØÙÙØÙ__:__ØØÙØ__ __ØÙÙÙÙØ__::
+ ØØØØØÙ ØØØÙ ØÙØÙÙÙ ÙÙØÙÙ ØÙØ ÙÙØØÙ ÙÙ ØÙØÙÙØÙ ØÙÙØÙÙØ
+ ÙØÙÙÙÙØ, ÙØ ØØÙØ ØÙÙÙØØØ ØÙÙØØØ. ÙÙÙÙ ØÙØØØ ÙØØ ØÙØÙØØ
+ ÙØØØ ØØÙØØ ÙØØØ ØÙØØÙ ØÙØÙÙÙØ ÙÙØÙÙØ. ØÙØØØØØØ
+ ØÙÙÙ ÙÙØÙÙØ ØÙØØÙØØ ÙØØØØ ØØÙØØ ØÙØÙØØ ÙÙØØ ØÙØÙÙÙ
+ . ØØÙÙ ØÙØØØØÙ, ÙÙ ØÙØØ ÙÙ ÙØÙÙØ ÙÙ ØØÙ ØÙØØÙ("v2")-style
+ ØÙØØÙÙØ, ÙØÙÙ ÙØÙ ØØØØØ ØÙØØØØØ "no-v2". ØØØ ÙØÙØ ØÙØØØØØ "v1" ÙØØÙ
+ , ØÙÙ ÙÙÙÙ ØÙØ ØØØØØØØÙ ÙØØ ØÙØØØÙ ÙØÙØØ ÙØÙØØÙ ØÙÙÙØ ØÙÙØÙÙ(v1)
+ ÙØÙÙ. (ÙØÙØØ ØÙØÙÙÙ ÙÙØ ØÙØÙ ØØÙÙ.) ØÙÙ ÙØØØØÙ ØÙØ ÙØØ ØÙØØØÙ ÙØÙØØ ÙØØÙØØ ÙØÙÙÙØØ ØÙØØÙØ ØØØ ØÙ ØØØ ØØØØØ "hs"
+ , ØÙ ØØØ ØÙ ØØØ ØØØØØ "v1" ÙØØØØØ "no-hs" **ÙÙ** ØØØØ.
+ ØÙÙ ÙØØØØÙ ØÙØ ÙØÙ ØÙØÙØØ ÙØÙÙÙ ÙÙØÙ ÙÙØØØ ØØØ ØÙ ØØØ ØØØØØ
+ "bridge". ØØØ ØØØÙØ ØÙØØØØØ "orport=**port**", ØÙÙ ÙÙÙÙ ØÙØ ØØØØØØØÙ
+ ØÙÙÙÙØ ØÙÙØØÙ ØÙØ ÙØØ ØÙÙØÙ ÙØÙØØ ØÙÙ dirserver. ØØÙØØ, ØØØ
+ ØØØÙØ ØÙØØØØØ "v3ident=**fp**", ÙÙÙÙ dirserver ÙÙ v3 ØÙØØ ØÙØÙÙÙ
+ ØÙØÙ ÙÙÙÙ ÙÙØØØ ØÙØÙÙÙØ ØÙÙÙ ØÙÙØÙ v3 ÙØÙÙ ØÙØØÙØ **fp**. +
+ +
+ ØØØ ÙÙ ÙÙÙ ØØ **dirserver** ÙØØÙ, ØÙÙ ÙØØØØÙ ØÙØ ØÙØØÙ ØÙØÙÙÙ
+ ØÙØÙØØØØÙØ. ÙÙØØØØ: ÙÙØÙ ÙØØ ØÙØÙØØ ØÙÙ ØÙØØØ ØØÙØ ØÙØ ØÙØØØØ
+ ÙØ ØÙØÙØØØ ØÙØÙØÙÙÙØ ØÙØØØØ ØÙ. ØØØ ÙÙØ ØØØØØØØÙÙ, ØÙÙ ØÙÙÙ
+ ÙÙÙØØ ØÙ ØÙØÙ ÙÙ ØÙÙØØØØÙÙÙ, ÙØÙÙ ÙÙ ØØØÙ ÙÙØ
+ ØÙØÙØØØ ØÙØÙ ÙØÙÙÙÙÙØ.
+
+**AlternateDirAuthority** [__ØØÙ_ÙØØØØØ__] [**flags**] __ØÙÙØÙ__:__ØØÙØ__ __ØÙÙÙÙØ__ +
+
+**AlternateHSAuthority** [__ØØÙ ÙØØØØØ__] [**flags**] __ØÙÙØÙ__:__ØØÙØ__ __ØÙÙÙÙØ__ +
+
+**AlternateBridgeAuthority** [__ØØÙ ÙØØØØØ__] [**flags**] __ØÙÙØÙ__:__ØØÙØ__ __ ØÙÙÙÙØ__::
+ ÙØÙ DirServer, ÙÙÙ ÙØØØØÙ ØØÙÙ ØÙÙ ÙÙØÙØØØ ØÙØÙØÙÙÙØ ØÙØÙØØØØÙØ. ØØØØØØÙ
+ AlternateDirAuthority ÙØØÙ ØÙÙ ØØØØØØÙ ØÙØØØ ØÙØ ØÙØÙØÙÙÙØ ØÙØÙØØØØÙØ, ÙÙÙ
+ ÙØØÙ ØÙØØØ ØÙØØÙØ ØÙØÙÙØ ÙØÙØØØ ØÙØØØ ÙÙ ÙÙØÙÙØ.
+ ÙØØÙÙØÙ, ØØØØØØÙ AlternateHSAuthority ÙØØÙ ØÙÙ ØØØØØØÙ ØÙØØØ ØÙØØÙØ ØÙØÙÙØ
+ ØÙØÙØØØØÙØ, ÙÙÙ ÙÙØ ØÙØÙØØØ ØÙØÙØÙÙÙØ ØÙ ØÙØØØ ØÙØØØ.
+
+**DisableAllSwap** **0**|**1**::
+ ØØØ ØÙ ØÙØØØ ØÙÙ 1, ØÙÙ ÙØØÙÙ ØÙØ ÙÙÙ ØÙÙØ ØÙØØØ ØÙØØÙØØ ØÙØØÙÙØ ÙØÙÙØØÙØÙÙØ,
+ ØØÙ ÙØ ØÙØÙÙØ ØÙØØÙØØ ØØÙØÙØØØ. Windows, OS X Ù Solaris ØÙÙÙ ØØÙÙØ
+ ØÙØ ÙØØÙÙØ. ÙØÙ ÙØØÙØ ØÙ ÙØÙ ØÙÙÙØØ ØØÙÙ ØÙÙ ØÙØÙØØØGnu/Linux
+ ØÙØØÙØØ, ÙØÙÙ ÙÙØØÙ ØÙ ØØÙÙ ØÙÙ ØÙØÙØ *BSD (ØÙØ ÙØØØØ). ÙØØ
+ ØÙØÙØØ ÙØØÙØ ÙÙÙ ØØØÙÙ ØÙØ ØÙØØØ ØÙ ÙÙØØØ, ÙÙØØ ØÙÙÙ ØØØØØØÙ ØÙØØ
+ **User** ÙÙØØ ØØÙÙ ØØÙØ ÙÙ ØÙØÙØØØØ ØÙØ. (ØÙØØØØÙØ: 0)
+
+**FetchDirInfoEarly** **0**|**1**::
+ ØØØ ØÙ ØÙØØØ ØÙÙ 1, ØÙÙ ÙÙÙÙ ØÙØ ØØØÙØ ØØÙØ ÙØÙÙÙØØ ØÙØÙÙÙ ÙØÙ ÙØØØÙ
+ ØÙØÙÙÙ ØÙØØØ, ØØÙ ÙÙ ÙÙ ØÙÙ ØÙÙØØÙÙØ ØÙØØÙØÙØ ÙÙØÙØ
+ ØÙÙØÙØ. ÙØØ ØÙÙ ØÙÙØØØØÙÙÙ ØÙØØØÙÙÙ ØØÙÙ ÙØÙÙØ. (ØÙØØØØÙØ: 0)
+
+**FetchDirInfoExtraEarly** **0**|**1**::
+ ØØØ ØÙ ØÙØØØ ØÙÙ 1, ØÙÙ ÙÙÙÙ ØÙØ ØØÙØ ÙØÙÙÙØØ ØÙØÙÙÙ ÙØÙ ÙØØØÙ ØÙØÙÙÙ
+ ØÙØØØ. ØÙÙ ÙØØÙÙ ØÙØÙÙ ÙØÙÙÙØØ ØÙØÙÙÙ ØÙØÙØØ ØÙÙ
+ ØØØ ÙØØØ ØÙØØÙØØ. ÙØØ ØÙÙ ØÙÙØØØØÙÙÙ ØÙØØØÙÙÙ ØØÙÙ ÙØÙÙØ.
+ (ØÙØØØØÙØ: 0)
+
+**FetchHidServDescriptors** **0**|**1**::
+ ØØØ ØÙ ØÙØØØ ØÙÙ 0, ÙÙ ÙØÙÙ ØÙØ ØÙÙ ØÙØ ØÙ ÙÙ ÙØØÙØØ ØÙØØÙØ ØÙØÙÙØ ÙÙ
+ ØÙØÙØØÙ ØÙÙÙØÙÙØ. ÙØØ ØÙØÙØØ ÙÙÙØ ÙÙØ ØØØ ÙÙØ ØØØØØÙ ØÙØ
+ ÙÙØØÙÙ ÙØÙØÙ ÙØØÙØ ØÙØ ØÙØØÙØ ØÙØÙÙØ ÙÙ. (ØÙØØØØÙØ: 1)
+
+**FetchServerDescriptors** **0**|**1**::
+ ØØØ ØÙ ØÙØÙØ ØÙÙ 0, ÙÙ ÙÙÙÙ ØÙØ ØØÙØ ØÙØ ÙÙØØØØ ÙØØÙØ ØÙØØÙØ ØÙ ÙØØÙØØ ØÙØØØÙ
+ ÙÙ ØÙØØÙ ØÙØÙÙÙ. ÙØØ ØÙØÙØØ ÙÙÙØ ÙÙØ ØØØ
+ ÙÙØ ØØØØØÙ ØÙØ ÙÙØØÙÙ ÙØÙØÙ ÙØØÙØ ØÙØ ØÙØÙÙÙ ÙÙ.
+ (ØÙØØØØÙØ: 1)
+
+**FetchUselessDescriptors** **0**|**1**::
+ ØØØ ØÙ ØÙØØØ ØÙÙ 1, ØÙÙ ÙÙÙÙ ØÙØ ØØÙØ ØÙÙØ ØÙÙØØÙØØ ØÙØ ØÙÙØÙØØÙØ ÙÙ
+ ØÙØÙØØØ ØÙØÙ ØÙÙØ ØÙÙØ. ÙØÙØ, ØÙÙ ÙÙÙÙ ØØØÙØ ØÙÙØØÙØØ ØØÙÙØ
+ ØÙÙØØØØ, ØÙÙ ØØÙÙ ØÙÙØØÙ ÙÙØØÙØØØØ ØÙØÙ ÙØ ØØÙÙ. ÙØØ ØÙØÙØØ ÙÙÙÙ
+ ÙÙÙØØÙ ØØØ ÙÙØ ØØØØØÙ ØÙØØÙØÙØ ØÙÙØÙ ØÙÙØØÙÙ "exitlist" ÙØØØØØ ØÙØ ØÙØ
+ ØÙØÙ ØØØØ ØÙÙ ØÙØÙÙÙ ÙØÙÙØ. (ØÙØØØØÙØ: 0)
+
+**HTTPProxy** __ØÙÙØØØÙÙ__[:__ÙÙÙØ__]::
+ ØÙÙ ÙÙÙÙ ØÙØ ØØÙÙ ØÙÙØ ØÙØØØ ØÙØÙÙÙ ØÙØØØØ ØÙ ÙÙ ØÙØÙ host:port ÙØØ (ØÙ host:80
+ ØØØ ÙÙ ÙÙÙ ØÙÙÙÙØ ÙØØØØ), ØØÙØ ÙÙ ÙØÙÙ ÙØØØØØ ØÙÙ ØÙ ÙÙ ØÙØØÙ
+ ØÙØÙÙÙ.
+
+**HTTPProxyAuthenticator** __ØØÙ ØÙÙØØØØÙ:ÙÙÙØ ØÙÙØÙØ__::
+ ØØØ ØÙ ØÙØØØÙÙ, ØÙÙ ÙÙÙÙ ØÙØ ØØØØØØØÙ ØØÙ ØÙÙØØØØÙ:ÙÙÙØ ØÙÙØÙØ ÙØÙ ÙÙØØØÙØ ÙÙÙÙ ØØÙØÙÙÙÙ ÙÙÙ ØÙÙØ ØÙØØØØÙHTTP(
+) ØÙØØÙØÙ, ÙÙØ ÙÙ ØÙØØÙ ÙÙ RFC 2617. ÙØØ ÙÙ ØÙØÙÙ ØÙÙØÙØ ØØÙÙØ ÙÙØØØÙØ ÙÙÙÙ ØØÙØÙÙÙÙ ÙÙÙ ØÙÙØ ØÙØØØØÙHTTP(
+) ØÙØÙ ÙØØÙÙ ØÙØ; ÙØ ØØØØØ ÙÙ ØÙØÙÙ ØØØÙØ (patch) ØØØ ÙÙØ ØØÙØ ØÙÙ
+ ÙØØÙ ØÙØØØÙÙ.
+
+**HTTPSProxy** __ØÙÙØØØÙÙ__[:__ÙÙÙØ__]::
+ ØÙÙ ÙÙÙÙ ØÙØ ØØÙÙ ØÙÙØ ØØØØÙØØ OR (SSL) ØÙØØØÙ ØÙ ÙÙ ØÙØÙ host:port ÙØØ (ØÙ host:443 ØØØ ÙÙ ÙÙÙ ØÙÙÙÙØ ÙØØØØ), ØÙ ØØÙÙ HTTP CONNECT ØØÙØ ÙÙ ØÙÙØÙ
+ ØÙÙ ØÙØÙØØÙ ÙØØØØØ. ÙØ ØØØØØ ØÙÙ ØÙ ØØØØ **FascistFirewall** ÙÙØØ ÙÙ
+ ÙØÙÙØØ ØÙÙÙØÙØ ØÙØÙ ÙØ ØØØÙÙ ØÙØØØØÙ ØÙØ, ØØØ ÙØÙ ÙÙÙÙ ØØÙØÙÙÙÙ ÙÙÙ ØÙÙØ ØÙØØØØÙ ØÙØÙÙ (HTTPS) ØÙØØØ ØÙ ÙØÙØ ÙÙØ
+ ØØÙØØØØÙ ØÙÙØÙØ ÙØÙÙØ.
+
+**HTTPSProxyAuthenticator** __ØØÙ ØÙÙØØØØÙ:ÙÙÙØ ØÙÙØÙØ__::
+ ØØØ ØÙ ØÙØØØÙÙ, ØÙÙ ÙÙÙÙ ØÙØ ØØØØØØØÙ ØØÙ ØÙÙØØØØÙ:ÙÙÙØ ØÙÙØÙØ ÙØÙ ÙÙØØØÙØ ÙÙÙÙ ØØÙØÙÙÙÙ ÙÙÙ ØÙÙØ ØÙØØØØÙ ØÙØÙÙHTTPS(
+) ØÙØØÙØÙ, ÙÙØ ÙÙ ØÙØØÙ ÙÙ RFC 2617. ÙØØ ÙÙ ØÙØÙÙ ØÙÙØÙØ ØØÙÙØ ÙÙØØØÙØ ÙÙÙÙ ØØÙØÙÙÙÙ ÙÙÙ ØÙÙØ ØÙØØØØÙ ØÙØÙÙHTTPS(
+)( ØÙØÙ ÙØØÙÙ ØÙØ; ÙØ ØØØØØ ÙÙ ØÙØÙÙ ØØØÙØ (patch) ØØØ ÙÙØ ØØÙØ ØÙÙ
+ ÙØØÙ ØÙØØØÙÙ.
+
+**Socks4Proxy** __ØÙÙØØØÙÙ__[:__ÙÙÙØ__]::
+ ØÙÙ ÙÙÙÙ ØÙØ ØØÙÙ ØÙÙØ ØØØØÙØØ OR ÙÙ ØÙØÙ ÙÙÙÙSOCKS 4 ØÙÙ host:port
+ (ØÙ host:1080 ØØØ ÙÙ ÙÙÙ ØÙÙÙÙØ ÙØØØØ).
+
+**Socks5Proxy** __ØÙÙØØØÙÙ__[:__ÙÙÙØ__]::
+ ØÙÙ ÙÙÙÙ ØÙØ ØØÙÙ ØÙÙØ ØØØØÙØØ OR ÙÙ ØÙØÙ ÙÙÙÙ SOCKS 5 ØÙÙ host:port
+ (ØÙ host:1080 ØØØ ÙÙ ÙÙÙ ØÙÙÙÙØ ÙØØØØ).
+
+**Socks5ProxyUsername** __ØØÙ ØÙÙØØØØÙ__ +
+
+**Socks5ProxyPassword** __ÙÙÙØ ØÙÙØÙØ__::
+ ØØØ ØÙ ØÙØØØÙÙ, ÙÙ ØØÙÙØØØÙØ ÙØØØÙ SOCKS 5 ØØØØØØØÙ ØØÙ ØÙÙØØØØÙ ÙÙÙÙØ ØÙÙØÙØ
+ ÙÙÙØ ØÙÙ RFC 1929. ÙØØ ØÙ ÙÙÙÙ ÙÙØ ÙÙ ØØÙ ØÙÙØØØØÙ ÙÙÙÙØ ØÙÙØÙØ ØÙÙ 1 Ù
+ 255 ØØÙØ.
+
+**KeepalivePeriod** __NUM__::
+ ÙÙØÙØØ ØÙÙ ØØØØÙ ØÙØÙØÙØ ÙÙ ØÙØØØØÙØØ ØÙÙÙØÙÙØ ØÙØÙØØÙØ, ØØØÙ ØÙÙØ keepalive ÙØØÙØ
+ ÙÙ ÙÙ ØØÙÙØ ÙØØÙØØ ØØØÙ ØÙØØØØÙØØ ØÙÙÙØÙØØ ÙØÙØÙ ÙÙ ÙÙØ ØÙØØØØØØÙ. ØØØ ÙÙ ÙÙÙ ÙØÙ ØÙØØØØÙ
+ ØÙØØØ ÙÙØÙØØ, ØÙÙ ÙØÙÙ ØØØ ØÙØÙÙ ÙØØÙØØ ÙÙ ØÙØÙÙÙ
+ ØØÙØ ÙÙ ØÙÙ. (ØÙØØØØÙØ: 5 ØÙØØÙ)
+
+**Log** __ØØÙÙ_ØØÙØØ__[-__ØÙØÙ_ØØÙØØ__] **stderr**|**stdout**|**syslog**::
+ ØØØÙ ØÙÙØ ØÙØØØØÙ ØÙÙ __ØÙØØÙØØ ØÙØØÙÙ__ Ù __ØÙØØÙØØ ØÙØÙØÙ__ ØÙÙ ØÙØØ
+ ØÙØØØØØ ØÙÙÙØØÙ, ØÙØØ ØÙØØÙ ØÙÙÙØØÙ, ØÙ ØÙÙ ØØÙ ØÙÙØØÙ. (ØÙÙÙ ÙÙÙØ
+ "syslog" ÙØØÙÙØ ÙÙØ ÙÙ ÙÙÙÙÙØ -Unix-.) ÙØØÙÙØØ ØÙØØÙØØ ØÙÙØØØÙ ØÙØ ÙÙ
+ ØØØÙØ, ÙØÙÙÙØØ, ØÙØØØ, ØØØÙØ, Ù ØØØ. ÙÙØØ ØØØØØØØÙ "notice" ÙÙ ÙØØÙ ØÙØØÙØØ,
+ ØÙØ ØÙ ØÙ ØÙØ ØÙØØ ÙÙ ØÙÙØÙØ ÙÙÙÙ ØÙ ÙÙÙØ ÙØÙÙÙØØ ØØØØØ
+ ÙÙÙÙØØÙ ØÙØÙ ÙØØÙ ØÙÙ ØÙØØÙØØ. ØØØ ØØØÙ ÙØØÙÙ ØØÙØØ ÙØØØ ÙÙØ, ØÙÙ ÙØÙ
+ ØØØØÙ ØÙÙØ ØÙØØØØÙ ÙØÙÙ ØÙÙØØÙÙ ØÙ ØØÙÙ ØÙÙ ØÙÙØÙØ ØÙÙØØØØ.
+
+**Log** __ØØÙÙ_ØØÙØØ__[-__ØÙØÙ_ØØÙØØ__] **file** __ØØÙ_ØÙÙÙÙ__::
+ ÙÙØ ØÙØ ÙÙ ØÙØØÙÙ, ÙÙÙ ØØØÙ ØØØØÙ ØÙØØÙ ØÙÙ ØØÙ ØÙÙÙÙ ØÙÙØØØ. ÙÙÙÙ ØÙ ÙØÙØ ØÙØÙØØ
+ "Log" ØÙØØ ÙÙ ÙØØ ÙØØØØ ÙÙ ÙÙÙ ØÙØÙÙÙÙ.
+ ÙØÙ ØØØØÙ ØÙØØØØÙ ØÙÙ ØÙÙØ ØÙØØÙØØ ØÙØÙ ØØØØØÙ ÙØ
+ ÙØØÙÙ ØØÙØØÙÙ.
+
+**Log** **[**__domain__,...**]**__minSeverity__[-__maxSeverity__] ... **file** __FILENAME__ +
+
+**Log** **[**__domain__,...**]**__minSeverity__[-__maxSeverity__] ... **stderr**|**stdout**|**syslog** ::
+ As above, but select messages by range of log severity __and__ by a
+ set of "logging domains". Each logging domain corresponds to an area of
+ functionality inside Tor. You can specify any number of severity ranges
+ for a single log statement, each of them prefixed by a comma-separated
+ list of logging domains. You can prefix a domain with $$~$$ to indicate
+ negation, and use * to indicate "all domains". If you specify a severity
+ range without a list of domains, it matches all domains. +
+ +
+ This is an advanced feature which is most useful for debugging one or two
+ of Tor's subsystems at a time. +
+ +
+ The currently recognized domains are: general, crypto, net, config, fs,
+ protocol, mm, http, app, control, circ, rend, bug, dir, dirserv, or, edge,
+ acct, hist, and handshake. Domain names are case-insensitive. +
+ +
+ For example, "`Log [handshake]debug [~net,~mm]info notice stdout`" sends
+ to stdout: all handshake messages of any severity, all info-and-higher
+ messages from domains other than networking and memory management, and all
+ messages of severity notice or higher.
+
+**LogMessageDomains** **0**|**1**::
+ If 1, Tor includes message domains with each log message. Every log
+ message currently has at least one domain; most currently have exactly
+ one. This doesn't affect controller log messages. (Default: 0)
+
+**OutboundBindAddress** __IP__::
+ ØØØÙ ÙØÙØ ØÙØØØØÙØØ ØÙØØØØØ ØÙØØ ÙÙ ØÙÙØÙ IP ÙØØØ. ÙØØ
+ ÙÙÙØ ÙÙØ ØÙØÙØ ÙÙÙÙ ÙØÙÙ ÙØØÙØØ ÙØØØØØ ÙØØÙØ ØÙØØØØÙ, ÙØØÙØ ØÙÙØ ØØØØÙØØ ØÙØ ØÙØØØØØ ØÙ ØØØØØÙ ÙØØÙØ ÙØØØØ. ØÙÙ ÙØÙ
+ ØØØÙÙ ÙØØ ØÙØØØ ÙÙØØØØÙØØ ØÙÙ ØÙØÙÙÙ ØÙØØØØØØØ (127.0.0.0/8 Ù ::1).
+
+**PidFile** __ÙÙÙ__::
+ ØÙØ ØØØ ØÙØØØÙÙ, ØÙØØ PID ØÙØØØ ØÙØ ÙÙÙÙÙ. ØÙØ ØÙØØÙØÙ ØÙÙØÙÙ, ØØÙ
+ ØÙÙÙÙ.
+
+**ProtocolWarnings** **0**|**1**::
+ ÙÙ ØÙØØÙØ 1, ØÙÙ ÙÙÙÙ ØÙØ ØØØØÙÙ ØØÙØØ ÙØØÙÙØ ÙÙ ØØÙØØ \'warn' ÙÙØØØØÙ ØÙØØØÙ ØÙØÙ ÙØ
+ ØØØØ ÙÙØØÙØØ ØÙØ. ÙØÙØ, ÙØÙÙØ ØØÙØØØÙÙ ÙØ ØØÙØØ
+ \'info'. (ØÙØØØØÙØ: 0)
+
+**RunAsDaemon** **0**|**1**::
+ ÙÙ ØÙØØÙØ 1, ØÙÙÙ ØÙØ ØØÙØÙØ ÙØØÙÙÙ ØÙØÙÙÙØ. ÙÙØ ÙÙØØ ØÙØÙØØ ØÙ ØØØÙØ ØÙÙ ÙÙÙØÙØ; ØØÙØ ÙÙ ØÙÙ ÙØØ ØÙÙÙ ØØØØØØÙ ØÙØØ --ØØ ØÙØ ØÙØØÙØ.
+ (ØÙØØØØÙØ: 0)
+
+**LogTimeGranularity** __NUM__::
+ Set the resolution of timestamps in Tor's logs to NUM milliseconds.
+ NUM must be positive and either a divisor or a multiple of 1 second.
+ Note that this option only controls the granularity written by Tor to
+ a file or console log. Tor does not (for example) "batch up" log
+ messages to affect times logged by a controller, times attached to
+ syslog messages, or the mtime fields on log files. (Default: 1 second)
+
+**SafeLogging** **0**|**1**|**relay**::
+ ÙØØØÙØ ØÙØ ÙØØ ØÙØÙØØÙ ØÙØØØØØ ØÙÙØØÙÙØ ÙÙ ØØØØÙ ØÙØØÙ (ØÙÙ ØØÙÙ ØÙÙØØÙ:
+ ØÙØÙØÙÙÙ) ØÙ ØØÙÙ ØØØØØØÙÙÙ ØØÙØÙØ [ÙÙÙÙØ]. ØÙØÙ ØÙØØÙÙØ ÙÙÙÙ ØÙ ØØÙÙ ØÙØØÙØØ
+ ÙÙÙØØ, ÙÙÙÙØ ÙØ ØØØÙ ÙØØØÙØ ÙØÙÙÙØØ ØØØÙØ ØØØÙØ
+ ØÙÙ ØÙ ØÙÙÙØÙØ ÙØ ÙØÙ ØØÙØØØÙØ ØÙÙØØØØÙ. +
+ +
+ ØØØ ØÙ ØØØ ÙØØ ØÙØÙØØ ØÙÙ 0, ÙÙ ÙÙÙÙ ØÙØ ØØØØØ ØÙ ØÙÙÙØ, ØØØ ØÙ
+ ØØØÙØ ØÙÙ 1, ØØØØØÙ ØÙÙØ ØÙØÙØØÙ ØÙØØØØØ ØÙÙØØÙÙØ. ØØØ ØÙ ØØØÙØ
+ ÙÙØØØØØ, ØÙØØ ØÙÙØ ØØØØÙ ØÙØØÙ ØÙØÙØ ØÙØÙ ØØØØØÙØ ØØÙØØÙÙØÙ, ÙÙÙ
+ ØÙÙØ ØÙØØØØÙ ØÙØØ ØÙØÙØ ØÙØÙ ÙØÙÙÙ ÙÙØ ÙØÙÙ. (ØÙØØØØÙØ: 1)
+
+**User** __UID__::
+ ØÙØ ØØØ ØÙØØØÙÙ, ØØØØ ØÙØ ØÙÙØØØØÙ ÙÙØØ ØÙÙØØØØÙ ÙØØØØ ÙÙÙØ ØÙÙØÙÙØØ ÙÙØÙÙØØÙÙ ØÙØØÙØÙØ.
+
+**HardwareAccel** **0**|**1**::
+ ØØØ ÙØÙ ØÙØ ØÙØÙ, ØØÙÙ ØØØØØØÙ ØØØÙØ ØØÙØØ ØÙØØÙÙØ ØÙÙØÙØ (ØØØØ) ØÙØÙØ
+ ØÙÙÙ ÙØØØØ. (ØÙØØØØÙØ: 0)
+
+**AccelName** __ØØÙ__::
+ ØÙØ ØØØØØØÙ ØØØÙØ ØØÙØØ ØÙØØÙÙØ OpenSSL ØØÙÙ ØØÙÙÙ ØÙÙØØÙ ØÙØÙÙØÙÙÙÙ
+ ÙÙØØ ØÙØØÙ. ÙØØ ØØØØØØÙ ÙØØ ÙØÙ ÙØØÙ ØØÙØØ ØÙÙØÙÙÙÙ.
+ ÙÙÙÙ ØÙØØÙÙ ÙÙ ØÙØØÙØØ ÙØ ØÙØ ÙØØÙ openssl.
+
+**AccelDir** __DIR__::
+ ØØØ ÙØØ ØÙØÙØØ ØØØ ÙØÙ ØØØØØØÙ ØØØÙØ ØÙØØÙØØ ØÙØÙÙØÙÙÙÙ ÙÙÙØØØ ØØØÙÙ
+ ØÙÙØØÙ ÙØÙØØØ ÙÙ ÙÙØÙ ØÙØ OpenSSL ØÙØÙØØØØÙ.
+
+**AvoidDiskWrites** **0**|**1**::
+ ØØØ ÙØÙ ØÙØ ØÙØÙ, ØØÙÙ ØÙ ØÙØØ ÙÙØÙØÙ ØØÙÙ ÙØÙØØ ÙÙØ ØÙØÙØ ØÙÙ.
+ ÙØØ ÙÙÙØ ØÙØÙØ ÙØÙÙ ØÙÙ ØØÙØØ ÙÙØØ ØÙ ØÙ ÙØÙÙØ ØØØÙ ØØØÙ
+ ÙÙØ ØØØ ÙØØÙØ ÙÙ ØÙÙØØØØ. (ØÙØØØØÙØ: 0)
+
+**TunnelDirConns** **0**|**1**::
+ ØØØ ÙØÙ ØÙØ ØÙØÙ, ØØØ ÙØÙ ØØØÙ ØÙØÙÙÙ ØÙØÙ ÙÙÙØ ØØÙØØØØÙ ØÙ ÙØØÙÙ, ØÙÙ ÙØÙÙ
+ ØØØØØ ØÙÙØØØ ØÙÙØØØØ ÙØØØØØ ØØØØÙ ÙØÙØ ØÙ ØØÙÙ ORPort ØÙØØØ ØÙ.
+ (ØÙØØØØÙØ: 1)
+
+**PreferTunneledDirConns** **0**|**1**::
+ ØØØ ÙØÙ ØÙØ ØÙØÙ, ØÙÙ ÙØØÙØ ØÙØØÙ ØÙØÙÙÙ ØÙØÙ ÙØ ØØØÙ
+ ØØØØÙØØ ØÙØÙÙÙ ØÙÙÙÙÙØ ØÙØÙØ ÙÙÙÙ ØÙÙ ÙÙÙÙØ. (ØÙØØØØÙØ: 1)
+
+**CircuitPriorityHalflife** __NUM1__::
+ ØØØ ØÙ ØØØ ÙØÙ ØÙÙÙÙØ, ÙØØØÙØ ØÙØÙØØØÙÙØ ØÙØÙØØØØÙØ ÙØØØÙØØ ØÙ
+ ØÙÙØ ÙÙØØØØØ ØÙØÙ ØÙØØÙÙØ ØÙ ØØØÙÙÙØ ØÙÙÙØÙ. ØÙØÙØ ØÙÙÙ ØÙÙÙÙØ 0, ÙÙÙÙ ØØÙØÙÙÙ
+ ØÙØØØ ÙØÙØØØ ØÙÙ ØÙØÙØØØ ØÙÙØØØ ÙÙØØØØÙ, ÙØÙØØÙ ØÙÙØ
+ ÙØØØØ ÙÙ ÙÙ ÙØØØØ ØØÙÙÙØØÙ. ØÙØÙØ ØÙÙÙ ØÙÙÙÙØ ØÙØØØÙØ, ÙÙØÙ ØÙØØÙ
+ ØÙØÙØÙØ ÙÙ ØÙ ØØØØÙ ÙØÙÙ ØÙÙ ØØØ ÙÙ ØÙØÙØÙØ ØÙÙØØØØ, ØÙØ
+ ÙØÙ ØØØÙØ ØÙØÙØÙØ ØØÙÙ ÙØÙØ ÙÙÙØ ÙÙÙÙØ
+ CircuitPriorityHalflife ØÙÙØÙØØ (ÙÙ ØÙØÙÙ). ØØØ ÙÙ ÙØÙ ØØØ ÙØØ ØÙØÙØØ ØÙÙ
+ ØÙØØÙØÙ, ÙØØØØÙ ØÙØÙÙÙ ØÙÙÙØÙ ØÙ ÙÙ ØØÙØØ
+ ØØÙØ ØÙØØÙØ (networkstatus) ØÙØØÙÙ. ÙØØ ØÙØØ ÙØÙØÙ; ØÙÙÙØ ÙØ ÙØØ ØÙÙÙ
+ ØÙØØØ ØÙ. (ØÙØØØØÙØ: ØÙØ ÙØØØ.)
+
+**DisableIOCP** **0**|**1**::
+ If Tor was built to use the Libevent's "bufferevents" networking code
+ and you're running on Windows, setting this option to 1 will tell Libevent
+ not to use the Windows IOCP networking API. (Default: 1)
+
+ØÙØØØØ ØÙØÙÙÙ
+--------------
+
+ØÙØÙØØØØ ØÙØØÙÙØ ÙÙÙØØ ÙÙØ ÙÙØÙÙØØ (ÙØØ, ØØØ ÙØÙ **SocksPort** ØÙØ ØÙØÙ):
+
+**AllowInvalidNodes** **entry**|**exit**|**middle**|**introduction**|**rendezvous**|**...**::
+ ØØØ ÙØÙ ØØØ ØÙØØÙ ØÙØ ÙØ ÙØÙÙ ØÙØØ ØØÙÙ ÙØØØ, ÙÙÙÙ ÙØØ
+ ØÙØÙØ ÙØÙÙØ ØÙÙ ØÙØØØ ØÙØÙÙÙ ÙØØÙ ØÙÙ ØÙÙØ ØÙØ ØØÙØØ, ØÙØÙÙ ØÙÙ ÙÙ ØÙØ
+ ØÙÙÙØÙ ØÙ ØÙ ØØØØØÙÙ ÙÙ ÙØØÙØØ ØÙÙØØÙ ÙØÙÙØØØ ÙÙ ØÙØÙØØØ ØÙØØØØ. ÙÙÙÙÙ
+ ØØØÙØØ ØØØØØØÙÙØ ÙÙ ØØØ ÙØØÙØØ ØÙØØØØØ, ØØØÙ ØÙÙ. ØÙØÙØØØØÙ ÙÙ
+ "middle,rendezvous", ÙØÙØÙØØØØ ØÙØØØÙ ÙØ ÙÙØØ ØÙØ.
+
+**ExcludeSingleHopRelays** **0**|**1**::
+ This option controls whether circuits built by Tor will include relays with
+ the AllowSingleHopExits flag set to true. If ExcludeSingleHopRelays is set
+ to 0, these relays will be included. Note that these relays might be at
+ higher risk of being seized or observed, so they are not normally
+ included. Also note that relatively few clients turn off this option,
+ so using these relays might make your client stand out.
+ (Default: 1)
+
+**Bridge** __IP__:__ORPort__ [ØØÙØ]::
+ ØÙØ ØÙØØØ ØÙØØ ØÙÙ ØÙØ ÙØ UseBridges, ØØØØ ØÙØ ÙØØØØØØÙ ØÙÙØØÙ ØÙÙ
+ "IP:ORPort" "ÙØØØ" ØØØÙÙ ØÙÙ ØØÙØ ØÙØ. ØØØ ØÙ ØØÙÙØ "ØÙØØÙØ"
+ (ØØØØØØØÙ ÙÙØ ØÙØØ DirServer), ØÙÙ ÙØØÙÙ ØØÙ ØÙÙØØÙ ØÙÙ
+ ØÙÙ ØÙÙÙÙØ ÙØÙÙ ØÙØØÙØ ØÙØØÙØØ. ÙØØØØÙ ØÙØØ
+ ØÙØØÙØ ÙÙØØØ ØÙ ÙØØÙØØ ØÙØØØ ÙÙ ØÙØØ ØÙØØØ, ØØØ
+ ØÙ ØØÙÙØÙØ ÙØØØ ØÙ ØØØ UpdateBridgesFromAuthority ØÙØØ.
+
+**LearnCircuitBuildTimeout** **0**|**1**::
+ If 0, CircuitBuildTimeout adaptive learning is disabled. (Default: 1)
+
+**CircuitBuildTimeout** __NUM__::
+
+ Try for at most NUM seconds when building circuits. If the circuit isn't
+ open in that time, give up on it. If LearnCircuitBuildTimeout is 1, this
+ value serves as the initial value to use before a timeout is learned. If
+ LearnCircuitBuildTimeout is 0, this value is the only value used.
+ (Default: 60 seconds.)
+
+**CircuitIdleTimeout** __NUM__::
+ ØØØ ØØÙÙÙØ ØÙØØØØØ ÙØÙÙØ (ØÙØ ÙØØØØÙØ) ÙØØØ ÙÙ ØÙØÙØÙÙ, ØØÙÙÙØ,
+ ØØØ ØÙÙ. ØÙØÙ ØÙØØÙÙØ ØÙØÙØ ÙÙÙÙ ØÙÙÙ ØÙØ ØØÙÙØ ØÙØÙØ, ÙÙÙÙ ØÙ ØÙØÙÙ ØÙØØÙØ ØÙÙØ
+ ØÙØØØÙ, ØÙ ØÙØÙÙ ØÙØØÙØ ØØØØÙØØ ØÙØÙ ØØÙØ ØÙÙÙÙ (TLS). ØÙØØ, ØØØ ØÙØÙÙ ØÙØ ØÙÙØØÙ
+ ØØÙÙ ØØØØØ ØÙØ ÙÙÙØØ ÙÙØØÙØ ÙÙ ØÙØÙØØØ ØÙØÙ ÙØÙÙØÙØ, ÙÙ ØØØØØÙ ØÙÙØØØ ÙÙ ÙØØÙØ ØÙØØØØØ ØÙÙ ØÙØØØ. (ØÙØØØØÙØ: 1
+ ØØØØ.)
+
+**CircuitStreamTimeout** __NUM__::
+ ØØØ ÙØÙ ØÙØ ØÙØÙ, ÙØØØÙØ ÙØ ØÙØÙØØ ØØÙÙ ØÙÙÙÙØ ØÙØÙÙÙØ ØÙØØØÙÙ ØÙØØØ ØÙØ ÙØØØ
+ ØÙØÙØÙÙ ØØÙ ÙÙØÙ ØÙØØ ÙÙ ØØØØØ ÙØØØØØ ØØØØØ ØØÙØØ.
+ ØØØ ÙØÙØ ØØÙØÙ ØØÙØØ ØØÙÙ ØØØ, ÙØ ØØØØ ÙÙ ØØØ ÙØØ ØÙÙ
+ ØÙÙ ÙØÙ 60. (ØÙØØØØÙØ: 0)
+
+**ClientOnly** **0**|**1**::
+ ØØØ ØÙ ØÙØØØ ØÙÙ 1, ØÙÙ ÙØÙÙ ØÙØ ØØØ ØÙ ØØÙ ÙÙ ØÙØØÙÙ ÙØØØÙ ØÙ ÙØØÙ
+ ØÙØØØ ØÙØÙÙÙ. ØÙØÙØØØØÙ ÙÙ ØÙØØØÙÙ ÙØÙÙÙ ÙØÙÙ ÙØÙ ØÙÙÙÙ ORPort
+ . (ØØØØ, ÙØ ØØØØØ ÙØØØ ÙØØ; ØÙØ ØÙÙ ØØØ ÙÙ
+ ÙØØÙØ ØØØ ÙÙØ ÙÙØÙÙØ ÙØØØ ÙØØÙ ØØØØ ØØÙÙ ØÙØ ÙÙÙ ØÙÙÙØÙØ ÙØÙÙÙ
+ ØØØÙØ ÙÙÙØØ.) (ØÙØØØØÙØ: 0)
+
+**ExcludeNodes** __ØÙØØ__,__ØÙØØ__,__...__::
+ ÙØØÙØ ØØØÙØØ ØÙÙÙÙØ, ØÙØØÙØØ ØÙÙØØØØØØ, ØÙÙØ ØÙØÙØ ÙØÙÙØØ ØÙÙØÙ
+ ÙÙØÙØ ÙØØÙ ØØØØØØÙÙØ ØÙØ ØÙØØ ØØØØØ. (ÙØØÙ:
+ ExcludeNodes SlowServer, $ EFFFFFFFFFFFFFFF, \{cc}, 255.254.0.0/8)
+
+**ExcludeExitNodes** __ØÙØØ__,__ØÙØØ__,__...__::
+ ÙØØÙØ ØØØÙØØ ØÙÙÙÙØ, ØÙØØÙØØ ØÙÙØØØØØØ, ØÙÙØ ØÙØÙØ ÙØÙÙØØ ØÙÙØÙ
+ ÙÙØÙØ ÙØØÙ ØØØØØØÙÙØ ØÙØ ØØØÙØØ ØÙØØ ÙØØØ. ÙØØØ ØÙ ØÙ
+ ØÙØØ ÙØØØØ ÙÙ ExcludeNodes ØØØØØ ØÙÙØØÙØ ØØØ ÙÙ ÙØÙ
+ ØÙÙØØÙØ.
+
+**EntryNodes** __ØÙØØ__,__ØÙØØ__,__...__::
+ ÙØØÙØ ØØØÙØØ ØÙÙÙÙØ, ØÙØØÙØØ ØÙÙØØØØØØ, ØÙÙØ ØÙØÙØ ÙØÙÙØØ ØÙÙØÙ
+ ÙÙØÙØ ÙØØØØØØÙÙØ ÙÙÙÙØØ ØÙØÙÙÙ ÙÙ ØÙØÙØØØ ØÙØØØÙØ. ÙØÙ
+ ØØÙ ÙØØÙÙØÙØ ÙÙØ ÙØÙØÙÙØØ ÙØÙÙ ÙØÙ ØØØ StrictNodes (ØÙØØ ØØÙÙ) ØÙØØ.
+
+**ExitNodes** __ØÙØØ__,__ØÙØØ__,__...__::
+ ÙØØÙØ ØØØÙØØ ØÙÙÙÙØ, ØÙØØÙØØ ØÙÙØØØØØØ, ØÙÙØ ØÙØÙØ ÙØÙÙØØ ØÙÙØÙ
+ ÙÙØÙØ ÙØØØØØØÙÙØ ÙÙÙÙØØ ØÙØØÙØØ ÙÙ ØÙØØØ ØÙØØÙØ ØÙØØØÙØ. ÙØÙØØ
+ ØØÙ ÙØØÙÙØÙÙ ÙÙØ ÙØÙØÙÙØØ ÙØÙÙ ÙØÙ ØØØ StrictNodes (ØÙØØ ØØÙÙ) ØÙØØ.
+
+**StrictNodes** **0**|**1**::
+ ØØØ ØÙ ØØØ 1 Ù ØÙØØ ØÙÙÙÙ EntryNodes, ÙÙ ÙÙÙÙ ØÙØ ØØØØØØØÙ ØÙ ØÙØ
+ ØÙÙ ØØÙØ ØÙÙ ØÙÙØÙÙØØ ÙÙ EntryNodes ÙÙÙÙØØ ØÙØÙÙÙ ÙÙØØØØØ ØÙØØØÙØ.
+ ØØØ ØÙ ØØØ 1 ÙØÙØØ ØÙÙÙÙ ExitNodes, ÙÙ ÙÙÙÙ ØÙØ ØØØØØØØÙ ØÙ ØÙØ
+ ØÙÙ ØØÙØ ØÙÙ ØÙÙØÙÙØØ ÙÙ ExitNodes ÙÙÙÙØØ ØÙØØÙØØ ÙØØØØØ ØÙÙØØØ
+ ØÙØØØÙØ. ÙØØØ ØÙ ØÙØ ÙØ ÙØ ÙØØÙ ÙØØØØÙ ØÙÙ ØÙØÙØ ÙØÙØØØ ØÙØ ØÙÙØØØ
+ ÙØÙ ØÙØ ØÙÙÙ ØÙÙÙØØ ØÙÙØØØØ ØÙ ØÙØØØ ØØÙ ØÙØØÙØ ØÙØÙÙØ.
+
+**FascistFirewall** **0**|**1**::
+ ÙÙ ØØÙØ 1, ØÙÙ ÙØÙÙ ØÙØ ØÙÙ ØÙØØØ ØØØØÙØØ ØØØØØ ØÙÙ ORs ØØÙÙ ØÙÙ ØÙÙÙØÙØ
+ ØÙØÙ ÙØÙØ ØÙØ ØØØØ ØÙØÙØÙØ ØÙØØØ ØÙ (ØÙØÙØØØØÙØØ ØÙÙ 80 Ù 443; ØÙØØ **FirewallPorts**).
+ ÙØØ ØÙÙ ÙØÙØ ÙÙ ØØØØÙÙ ØÙØ ÙØÙÙÙ ØÙÙ ØØØØ ØÙØÙØÙØ ÙØ
+ ØÙØØØØ ØÙÙÙØÙØ, ÙÙÙ ÙÙ ÙØÙØ ÙÙ ØØÙØØØÙÙ ÙØØØÙ ØÙÙ ØØØØ ØÙØÙØ
+ ÙÙ ÙØØ ØÙÙØÙÙ. ØØØ ÙÙØ ØÙØÙ ØÙÙØÙØ ÙÙ ØÙÙØØÙØØ ØÙØÙØÙÙÙØ ØÙØÙÙÙØ, ØØØØØÙ
+ ReachableAddresses ØØÙØ ÙÙ ØÙÙ.
+
+**FirewallPorts** __ÙÙØÙØ__::
+ ÙØØÙØ ØØÙÙÙØÙØ ØÙØÙ ÙØÙØ ØÙØ ØØØØ ØÙØÙØÙØ ØÙØØØ ØÙ ØØÙØØØØÙ ØÙØ. ØÙÙØØØØÙØ ÙÙØ ØÙØÙØ ÙÙÙÙ
+ **FascistFirewall** ÙØØÙØØ. ÙØØ ØÙØÙØØ ÙÙØÙØ; ØØØØØÙ ReachableAddresses
+ ØØÙØ ÙÙ ØÙÙ. (ØÙØØØØÙØ: 80, 443)
+
+**HidServAuth** __ØÙÙØÙ-ØÙÙÙÙÙ__ __ÙØØÙØ-ÙÙÙ-ØØØÙÙ-ØÙØØØØØØ__ [__ØØÙ-ØÙØØÙØ__]::
+ ØØÙ ØÙØÙÙÙ ÙØØÙØ ØÙÙØ. ØÙØÙÙÙ ØÙÙÙÙÙ ØÙØØÙØØ ØØØÙÙ 16
+ ØØÙØ ÙØÙØØÙÙ a-z2-7 plus ".ØÙÙÙÙÙ", ÙÙÙÙØØ ØÙØØØØØØ ØÙÙØØØÙØ ØÙØØÙØØ ØØØÙÙ 22
+ ØØÙØ ÙØÙØØÙÙ A-Za-z0-9+/. ÙØØØØÙ ØØÙ ØÙØØÙØ ÙØØØØØ ØØØÙÙØ
+ ÙÙØ, ØÙÙ ØØÙÙ ØÙÙØØÙ: ÙÙØØÙÙØØ ØÙØ. ÙÙÙÙ ØØØØØØÙ ÙØØ ØÙØÙØØ ØØØ ÙØØØ
+ ÙØØØ ØØÙØØ ØÙÙØ. ØØØ ØØØØØÙØ ØØÙØ ØÙÙØ ØÙÙÙØØ Ù
+ ÙØÙ ÙØØ ØÙØÙØØ ØÙØ ÙØØÙØØ, ÙØÙ ØÙØØÙØ ØÙØÙÙØ ÙØ ÙÙÙÙ ØÙÙØÙÙ ØÙÙÙØ. ÙÙÙÙ ØÙÙÙÙ
+ ØÙØØÙØØ ØÙØÙÙØ ÙØØÙØ ØÙÙÙØØ ØØØØØØØÙ ØÙØØ
+ **HiddenServiceAuthorizeClient**.
+
+**ReachableAddresses** __ØÙÙØÙ__[/__ÙÙØØ__][:__ÙÙÙØ__]...::
+ ØÙÙØØÙØ ØÙÙÙØÙÙØ ØÙØØÙØ ÙØÙØÙÙÙ IP ÙØÙÙÙØÙØ ØÙØÙ ÙØÙØ ÙÙ
+ ØØØØ ØÙØÙØÙØ ØÙØØØ ØÙ ØØÙØØØØÙ ØÙØ. ØÙØÙÙ ÙÙ ÙÙØ ÙÙØÙØÙÙÙ ÙÙ ExitPolicy, ØØØØØÙØØ ØÙ
+ "accept" ØÙÙÙ ÙÙÙÙÙØ ÙØÙÙ ØÙÙ "reject" ÙÙØÙØ ØÙÙÙØ ØØØØØ. ØÙÙ ØØÙÙ
+ ØÙÙØØÙ, \'ReachableAddresses 99.0.0.0/8, reject 18.0.0.0/8:80, accept
+ \*:80' ÙØÙÙ ØÙÙ ØÙ ØØØØ ØÙØÙØÙØ ØÙØØØ ØÙ ÙØÙØ ØØÙØØØØÙØØ ØÙÙ ÙÙ ØÙØ ØØØÙ ØÙØØÙØ
+ 99, ØÙØ ØØØØÙØØ ØÙÙÙÙØ 80 ØÙÙ ØÙØØÙØ 18, ÙÙØÙÙ ØÙØØØØÙØØ ØÙÙ ØÙÙÙÙØ
+ 80 ØÙØÙØ ÙØÙÙ. (ØÙØØØØÙØ: \'accept \*:*'.)
+
+**ReachableDirAddresses** __ØÙÙØÙ__[/__ÙÙØØ__][:__ÙÙÙØ__]...::
+ ÙØÙ **ReachableAddresses**, ÙØØÙØ ÙÙ ØÙØÙØÙÙÙ ÙØÙÙÙØÙØ. ØÙÙ ÙØÙØ ØÙØ
+ ØÙÙ ØÙÙÙÙØ ØÙØ ØÙØ ÙØÙÙÙØØ ØÙØÙÙÙ, ØØØØØØØÙ ØÙØØØ HTTP
+ GET ØÙÙÙØØÙØ. ØØØ ÙÙ ÙØÙ ØÙØØØ ØØÙÙ ØØÙØ ÙØÙ ÙÙÙØ
+ **ReachableAddresses** ØØØØØÙ ØÙØÙØ. ØØØ ØÙ ØØØ **HTTPProxy** ÙØÙ ØÙÙ
+ ØÙØØØØÙØØ ØÙÙ ØÙØ ÙÙ ØÙØÙ ÙØØ ØÙÙÙÙÙ.
+
+**ReachableORAddresses** __ADDR__[/__MASK__][:__PORT__]...::
+ ÙØÙ **ReachableAddresses**, ÙØØÙØ ÙÙ ØÙØÙØÙÙÙ ÙØÙÙÙØÙØ. ØÙÙ ÙØÙØ ØÙØ
+ ØÙÙ ØÙÙÙÙØ ØÙØ ØÙØØØØÙ ØØØÙØØØØ ØÙÙÙÙÙ, ØØØØØØØÙ ØÙØÙ ØØÙØ ØÙÙÙÙ (TLS)/ØØÙØ ØÙÙÙØØ ØÙØÙÙØ (SSL). ØØØ ÙÙ ÙØÙ
+ ØÙØØØ ØØÙÙ ØØÙØ ÙØÙ ÙÙÙØ **ReachableAddresses** ØØØØØÙ ØÙØÙØ. ØØØ ØÙ ØØØ
+ **HTTPSProxy** ÙØÙ ØÙÙ ØÙØØØØÙØØ ØÙÙ ØÙØ ÙÙ ØÙØÙ ÙØØ ØÙÙÙÙÙ. +
+ +
+ ØÙÙØÙ ØÙÙ **ReachableORAddresses** Ù
+ **ReachableDirAddresses** ÙÙÙÙ ÙØÙØ ÙÙØÙØÙØÙ ÙÙØ ØÙØ ØØØØÙÙ
+ ÙÙ ØÙØÙ ØÙÙÙÙØØ (ØÙØØ **HTTPProxy** Ù **HTTPSProxy**). ÙØØÙ ØÙÙÙÙØØ ÙØØ ÙÙ ØØØØÙØØ
+ ØÙØÙ ØØÙØ ØÙÙÙÙ (TLS) (ÙØÙØÙ ØØØØØÙÙ ØÙØ ÙÙØØØØÙ ØØØÙØØØØ ØÙÙÙÙÙ) ØÙÙ ØÙÙÙÙØ 443,
+ ÙØÙØØØ ÙØØ ÙÙ ØÙØØØ HTTP GET (ÙØÙØÙ ØØØØØÙÙ ØÙØ ÙØÙØ ÙØÙÙÙØØ
+ ØÙØÙÙÙ) ØÙÙ ØÙÙÙÙØ 80.
+
+**LongLivedPorts** __ÙÙØÙØ__::
+ ÙØØÙØ ÙÙ ØÙÙÙØÙØ ÙØÙØØÙØØ ØÙØÙ ØÙÙÙ ØÙÙ ØÙ ØÙÙÙ ØØØØÙØØ ØÙÙÙØ ØÙØÙØ
+ (ØÙÙ ØØÙÙ ØÙÙØØÙ: ØÙØØØØØ ÙØÙÙÙØÙÙ ØÙØÙØØÙÙØ). ØÙØÙØØØ ÙÙØÙØØØØ ØÙØÙ ØØØØØÙ ØÙÙ
+ ØÙÙÙØÙØ ØÙÙ ØØØÙÙ ÙÙØ ØÙÙ ØÙØ ØØÙÙØ ØÙØÙÙØÙØ, ÙØÙÙÙÙ ÙØØØ ØÙ ØÙØÙØØ
+ ØØÙØÙØ ÙØÙ ØÙØÙØØ ØÙØÙØØ. (ØÙØØØØÙØ: 21, 22, 706, 1863,
+ 5050, 5190, 5222, 5223, 6667, 6697, 8300)
+
+**MapAddress** __ØÙÙØÙ__ __ØÙÙØÙ_ØØÙØ__::
+ ØÙØ ÙØÙÙ ØÙØ ÙØÙÙØÙ ØÙÙ ØÙØ, ØÙÙ ÙÙÙÙ ØØØØØØ ÙØØØØÙ ØÙÙ ØÙÙØÙ ØØÙØ
+ ÙØÙ ÙØØÙØØÙ. ØÙÙ ØØÙÙ ØÙÙØØÙ, ØØØ ÙÙØ ØØÙØ ØØØÙØ ØØØØÙØØ ØÙÙ
+ www.indymedia.org ÙÙØØÙØ ØÙ ØØÙÙ __ØØØÙ ØÙØ__ (ØÙØ __ØØØÙ_ØÙØ__ÙÙØÙØØÙ ØÙÙØØØØØ ÙÙØØØÙ), ØØØØØÙ "MapAddress www.indymedia.org
+ www.indymedia.org.torserver.exit".
+
+**NewCircuitPeriod** __NUM__::
+ ÙÙ ØØÙÙØ ÙØØÙØØ ÙØÙ ØØØØØØÙØ ÙÙÙØ ØØØ ØÙ ØÙØØ ØØØØØ ØØÙØØ. (ØÙØØØØÙØ: 30
+ ØØÙÙØ)
+
+**MaxCircuitDirtiness** __NUM__::
+ ÙØ ØØØØØ ÙÙ ØØØØØ ØØØØØØÙ ØÙØØØØØ ØÙØÙ ØØØØØÙØ ÙØÙÙ ÙØØ ÙØÙØØ ÙÙ ØÙØÙÙ ÙØØÙØØ ÙØØ,
+ ÙÙÙ ÙØ ØØÙÙ ØØØØ ØÙØØØ ØØÙØ ØÙÙ ØØØØØ ÙØÙÙØ ØØØ. (ØÙØØØØÙØ: 10
+ ØÙØØÙ)
+
+**NodeFamily** __node__,__node__,__...__::
+ The Tor servers, defined by their identity fingerprints or nicknames,
+ constitute a "family" of similar or co-administered servers, so never use
+ any two of them in the same circuit. Defining a NodeFamily is only needed
+ when a server doesn't list the family itself (with MyFamily). This option
+ can be used multiple times. In addition to nodes, you can also list
+ IP address and ranges and country codes in {curly braces}.
+
+**EnforceDistinctSubnets** **0**|**1**::
+ ÙÙ ØØÙØ 1, ØÙØ ÙÙ ÙÙÙÙ ØÙØØ ØØØÙÙÙ ØØØ ØÙÙØÙ IP "ÙØÙØØØ ØØØ" ØÙÙ
+ ÙÙØ ØÙØØØØØ. ØØÙÙØ, ÙÙØÙ ØÙÙØÙÙÙ "ÙØÙØØØÙÙ ØØØ" ØØØ ÙØÙØ ÙÙÙÙØÙ ÙÙ
+ ÙÙØ/ 16 ÙØØÙ. (ØÙØØØØÙØ: 1)
+
+**SocksPort** __ÙÙÙØ__::
+ ØØÙÙ ØÙ ÙØØ ØÙÙÙÙØ ÙÙØØØÙØØ ÙÙØØØØÙØØ ÙÙ ØÙØØØÙÙØØ ØÙØÙ ØØØØØÙ ØØÙØÙÙÙÙ Socks
+ . ØØØØ ÙØØ ØÙÙ ØÙØÙØ ØØØ ÙÙØ ÙØ ØØÙØ ØÙØÙØØ ÙØØØØÙØØ
+ ØÙØØØÙÙ. (ØÙØØØØÙØ: 9050)
+
+**SocksListenAddress** __IP__[:__ÙÙÙØ__]::
+ ØØØØ ÙÙØØ ØÙØÙÙØÙ ÙÙØØØÙØØ ÙÙØØØØÙØØ ÙÙ ØÙØØØÙÙØØ ØÙØÙ ØØØØØÙ ØØÙØÙÙÙÙ Socks
+ . (ØÙØØØØÙØ: 127.0.0.1) ÙÙÙÙÙ ØÙØØ ØØØÙØ ÙÙÙØ (ØÙÙ ØØÙÙ ØÙÙØØÙ:
+192.168.0.1:9100). ÙÙÙÙÙ ØØØÙØ ÙØØ ØÙØÙØÙÙ ØØØ ÙØØØ ÙØØØÙ
+ ØÙÙ ØØØ ØÙØÙÙÙ/ÙÙØÙØ.
+
+**SocksPolicy** __ØÙØØØ__,__ØÙØØØ__,__...__::
+ ØØØØ ØÙØØØ ÙØØÙ ÙÙØØ ØÙØØØÙ, ÙÙØØ ÙÙ ØÙØÙ ÙØØØÙØ ØÙØØØØÙ ØÙÙØÙØ
+ SocksPort Ù DNSPort. ØÙØÙØØØØ ÙØÙÙØ ÙÙØ ØÙÙ ØÙØØØØ ØÙÙØØØ
+ ØØÙØÙ.
+
+**SocksTimeout** __NUM__::
+ ØØ ØØØØÙ socks ÙÙØØØ ÙØØØ ØÙØÙÙ, ÙØÙØØØØ ØØØ ÙÙ ØÙØÙØÙÙ
+ ØÙØ ÙØØØØØ ÙØØØØØ ÙÙØØØØ, ÙØÙ ØÙ ÙÙØÙ ÙÙ ØÙÙ. (ØÙØØØØÙØ:
+ 2 ØÙÙÙØ.)
+
+**TrackHostExits** __ÙØØØÙÙ__,__.ÙØØÙ__,__...__::
+ ÙÙÙ ÙÙÙØ ÙÙ ØÙÙØØÙØ ØÙÙÙØÙÙØ ØÙØØÙØ, ØÙÙ ÙÙÙÙ ØÙØ ØØØØØ ØÙØØØØÙØØ
+ ØÙØØÙØØ ØÙÙ ØÙÙØØØÙÙÙÙ ØÙØÙ ØØØØÙ ÙØÙ ØÙÙÙÙØ ÙÙØØÙÙØ ØØØØØ ØØØØØØÙ ÙÙØ
+ ØÙØØ ØÙÙØØØ ÙÙÙ ÙØØØØ. ØØØ ØÙØÙØ ØÙÙÙÙØ ØÙØØØØØÙØ Ø \'.\', ØØØÙÙ ØÙÙ ØØØØ
+ ÙØØØÙØ ÙØØÙ ÙØÙÙ. ØØØ ÙØÙØ ØØØÙ ØÙÙÙÙ ÙÙ ÙØØØ \'.', ÙØØ ÙØÙÙ
+ ÙØØØÙØ ÙÙ ØÙØ. ÙØØ ØÙØÙØØ ÙÙÙØ ØØØ ÙÙØ ØØÙØØØØÙ ÙØÙØØ ØØÙÙÙØÙØ
+ ØÙØÙ ØÙÙÙ ØØÙÙØØ ÙÙÙØØ ØØØÙÙ ØÙØØØØØØ ØÙÙØØØÙØ ØÙØØØØ ØÙ (ØÙÙ ØØÙÙ ØÙÙØØÙ: ØØØÙ ØØÙØÙ) ØØØ
+ ØÙ ØØÙÙØ ØÙÙØÙ IP ØÙØØØ ØÙ. ÙØØØ ØÙ ÙØØ ØÙØÙØØ ÙØÙÙ ÙØØÙØ
+ ÙÙ ØØÙÙ ØÙØØ ÙØÙØØ ØØÙØ ØÙ ØØØÙØ ÙØÙÙ ÙÙÙÙ ÙØØØØ ØÙØØØØÙ
+ ÙØØØ. ÙØ ØÙÙ, ÙØØÙ ØÙÙØØ ØÙØÙÙ ÙØØØÙÙ ÙÙ ÙØØÙØØ ÙØØ ØÙÙ ÙØØÙØÙÙÙ
+ ÙÙ ØÙØÙ ÙÙÙØØ ØØØÙÙ ØÙØØØØØØ ØÙ ØÙØÙØ ÙÙ ÙØØØÙ ØØØØØ ØÙØØÙØÙÙÙÙ ØØÙØ ØØÙ.
+
+**TrackHostExitsExpire** __NUM__::
+ ØÙØ ØÙ ØÙØØÙ ØÙÙØØØ ØØØØ ÙØÙØØ, ÙÙ ØÙÙØØØØÙ ØÙÙØØ
+ ØÙØÙØÙØ ØÙÙ ØÙÙØØØÙÙ ÙØØØÙ ØÙÙØØØ ØØØ ØØØ ÙÙ ØÙØÙØÙÙ. ØÙØÙØØØØÙ ÙÙ
+ 1800 ØØÙÙØ (30 ØÙÙÙØ).
+
+**UpdateBridgesFromAuthority** **0**|**1**::
+ ØÙØ ØÙØØØ (ØÙØØ ØÙÙ ØÙØ ÙØ UseBridges), ØÙÙ ÙÙÙÙ ØÙØ ØÙØØÙÙØ ØÙØ ÙØØÙØØ ØÙØØØ
+ ÙÙ ØÙØØØ ØÙØØØ ØÙÙØÙÙÙØ ØÙØÙØ ÙÙÙÙ ØÙÙ ÙÙÙÙØ. ØÙÙ ÙØØØ ØÙÙ
+ ØÙØ ÙØØØØ ØØØ ØØØØØØØ ØÙØÙØØ ÙØ 404. (ØÙØØØØÙØ: 0)
+
+**UseBridges** **0**|**1**::
+ ØÙØ ØÙØØØ, ØÙÙ ÙÙÙÙ ØÙØ ØØØØØØ ÙØØÙØØ ÙÙÙ ØØØ ÙØØØØ ÙÙ ØØÙØ ØÙÙÙÙ"Bridge"
+ , ÙØØØØØØÙ ØÙÙ ØÙÙØØÙØØ ÙØØÙØØ ÙØØÙ ÙØØÙØØ
+ ØÙÙÙ. (ØÙØØØØÙØ: 0)
+
+**UseEntryGuards** **0**|**1**::
+ ØØØ ØÙ ØØØ ÙØØ ØÙØÙØØ ØÙÙ 1, ÙØØØØ ØØØ ÙÙÙÙ ÙÙ ØÙØØÙ ØÙÙØØÙ ØÙÙÙØ ØÙÙØÙ ÙÙØØÙÙØ
+ ØÙÙÙ ÙØ ØØØ. ÙØØ ØÙØ ÙØØÙØ ØÙ ÙØÙ ØÙØÙØØÙ ØÙÙØØÙØØ ØØØØÙØØØ
+ ØØÙØ ÙÙ ØØØÙØÙØØ ØÙ ØÙØØÙ ØÙØÙ ÙÙÙÙ ØØØ ØÙØÙØØÙ ØÙÙ ÙØØÙØ
+ ØØØ ÙÙ ÙØØØØØÙ. (ØÙØØØØÙØ ØÙÙ 1.)
+
+**NumEntryGuards** __NUM__::
+ ØØØ ØÙ ØØØ UseEntryGuards ØÙÙ 1, ØÙÙ ÙÙÙÙ ØÙØØÙÙØ ØØØÙØØ ØØÙØÙÙ ØØØ ÙÙ ØÙØØÙØØØØ
+ ÙÙØØØÙ ØÙÙÙØ ØÙÙØÙ ÙØÙØØØÙØ. (ØÙØØØØÙØ ØÙÙ 3.)
+
+**SafeSocks** **0**|**1**::
+ ØÙØ ØÙÙÙÙ ÙØØ ØÙØÙØØ, ØÙÙ ÙÙÙÙ ØÙØ ØØÙØ ØØØØÙØØ ØÙØØØÙÙ ØÙØÙ
+ ØØØØØÙ ÙØØÙØØØ ØÙØ ØÙÙØ ÙØØÙØÙÙÙÙ socks -- ØÙÙ ØÙØÙ ØØÙØ ØÙÙØÙ IP
+ , ØÙØÙÙ ØÙ ØÙØØØÙÙ ÙÙÙÙ ØØÙ ÙØØÙ ØØÙ ØÙÙØØÙ (DNS) ØÙÙØ.
+ ØÙÙ ÙØÙ ØÙØØØÙØ, ÙØÙØØ ÙÙ socks4 Ù socks5 ØÙØ ØØÙ ØÙÙÙØÙ ØØÙØØÙÙ ØÙØØÙ ØØÙ ØÙÙØØÙ (DNS).
+ (ØÙØØØØÙØ ØÙÙ 0.)
+
+**TestSocks** **0**|**1**::
+ ØÙØ ØÙÙÙÙ ÙØØ ØÙØÙØØ, ØÙÙ ÙÙÙÙ ØÙØ ØØØØØÙ ØØÙ ÙØØÙÙ ØÙØÙØØØ
+ ÙÙÙ ØØØØÙ ØÙÙ ÙÙÙØ Socks ÙØÙØÙ ÙØÙØ ØÙÙ ØØØ ÙØ ÙØÙ ØÙØÙØ ÙØØØØÙ
+ ØØÙØÙÙÙÙ Socks ØÙÙ ØÙ ØÙØ ØÙÙ (ØÙØØ ØØÙØÙ ØÙÙØØÙ ØÙÙ ØØÙØÙÙÙÙ SafeSocks). ÙØØ
+ ÙØØØØ ØÙÙ ØØØÙØ ÙØ ØØØ ÙØÙ ØÙØØØÙÙ ØØØØØØØÙ ØÙØ ØØÙØ ÙØØØ ØÙØØØ
+ ÙØØÙ ØØÙ ØÙÙØØÙ (DNS). (ØÙØØØØÙØ: 0)
+
+**WarnUnsafeSocks** **0**|**1**::
+ When this option is enabled, Tor will warn whenever a request is
+ received that only contains an IP address instead of a hostname. Allowing
+ applications to do DNS resolves themselves is usually a bad idea and
+ can leak your location to attackers. (Default: 1)
+
+**VirtualAddrNetwork** __Address__/__bits__::
+ When Tor needs to assign a virtual (unused) address because of a MAPADDRESS
+ command from the controller or the AutomapHostsOnResolve feature, Tor
+ picks an unassigned address from this range. (Default:
+ 127.192.0.0/10) +
+ +
+ When providing proxy server service to a network of computers using a tool
+ like dns-proxy-tor, change this address to "10.192.0.0/10" or
+ "172.16.0.0/12". The default **VirtualAddrNetwork** address range on a
+ properly configured machine will route to the loopback interface. For
+ local use, no change to the default VirtualAddrNetwork setting is needed.
+
+**AllowNonRFC953Hostnames** **0**|**1**::
+ ØÙØ ØØØÙÙ ÙØØ ØÙØÙØØ, ÙÙÙÙ ØÙØ ØÙÙØ ØØÙØØ ØÙÙØÙÙÙÙ ØÙØÙ ØØØÙÙ ØÙÙ ØØØÙ
+ ØÙØ ÙØÙÙÙÙØ (ÙØÙ @ Ù :) ØØÙØ ÙÙ ØØØØÙÙÙ ØÙÙ ØÙØØ ÙØØØ
+ ÙØÙÙØ. ÙØØØØ ÙØØ ØÙÙ ØØØØØØ ØÙÙØØÙÙØØ ØÙØØØÙØ ÙØÙ ÙØØØØØ ÙÙÙØ ØÙÙØÙÙÙØØ (URLs) ÙÙÙØØ.
+ (ØÙØØØØÙØ: 0)
+
+**AllowDotExit** **0**|**1**::
+ If enabled, we convert "www.google.com.foo.exit" addresses on the
+ SocksPort/TransPort/NATDPort into "www.google.com" addresses that exit from
+ the node "foo". Disabled by default since attacking websites and exit
+ relays can use it to manipulate your path selection. (Default: 0)
+
+**FastFirstHopPK** **0**|**1**::
+ ØÙØ ØØØÙÙ ÙØØ ØÙØÙØØ, ÙØØØØÙ ØÙØ ØØÙØ ØÙÙÙØØØ ØÙØØÙ ÙÙÙÙØØ ØÙØÙÙÙ
+ ÙØÙØØØ ØÙØÙØØØ. ØØØÙÙØ ØØÙÙ ØØÙ ÙØØØØ ØÙÙØ ØÙØ ØÙÙØ
+ ÙØ ØØØÙØ ØØØØØØÙ ØÙØÙ ØØÙØ ØÙÙÙÙ (TLS) ÙÙØØØÙØ ØÙÙØØÙ ÙØÙØØØ ÙÙØØÙØ ØØÙÙÙ
+ ØÙØÙØÙ. ØØÙØÙ ÙØØ ØÙØÙØØ ÙØØÙ ØÙØØ ØÙØØØØØ ØØØØ. +
+ +
+ ÙØØØ ØÙ ØÙØ ØÙÙ ÙØØØØÙ ØØÙØ ØÙÙÙØØØ ØÙØØÙ ØØØÙØ ÙÙÙÙØØ ØÙØÙÙÙ ØØØ ØÙ
+ ØØØÙÙÙ ÙÙØØÙÙ, ÙÙÙ ÙØØØØÙ ØØÙØ ØÙÙÙØØØ ØØØØ ØØØ ÙÙ
+ ÙØØØÙ ØØØ ØÙÙ ÙÙØØØ ØÙÙÙÙÙ ÙÙÙÙØØ ØÙØÙÙÙ. (ØÙØØØØÙØ: 1)
+
+**TransPort** __ÙÙÙØ__::
+ ØØØ ÙØÙ ØÙØ ØÙØÙ, ØÙÙÙÙ ØØÙ ØÙÙÙÙÙ ØÙØÙØÙ ØÙÙ __PORT__ (ØØÙØØÙØÙÙØ, 9040). ÙØØÙØ ØØÙ ÙØØÙ ØØØÙÙ (OS) ÙÙÙÙÙØØ ØÙØÙØÙÙÙ, ÙØÙ BSDs' pf ØÙ
+ØØØÙÙ ØÙÙØÙ IP ÙÙÙÙÙØ (Linux). ØØØ ÙÙØ ØØØØ ÙØØØØØØÙ ØÙØ ÙÙÙÙÙ ØÙØÙ
+ ÙØØÙØ, ØÙÙ ØØØØØ ØÙÙ ÙØØ ÙØØÙÙØ VirtualAddrNetwork ÙÙ
+ ØÙØØØ ØÙØÙØØØØÙ. ØÙÙ ØØØØØ ØÙØØ ØÙÙ ØØØ ØÙØØ TransListenAddress ÙÙØØÙØ
+ ØÙØÙ ØØÙØ ÙÙÙÙÙÙ. (ØÙØØØØÙØ: 0).
+
+**TransListenAddress** __IP__[:__ÙÙÙØ__]::
+ ØØØØ ÙÙØØ ØÙØÙÙØÙ ÙÙØØØÙØØ ØÙÙ ØØØØÙØØ ØÙÙÙÙÙ ØÙØÙØÙ. (ØÙØØØØÙØ:
+127.0.0.1). ÙØØ ÙÙÙØ ÙØØØÙØ ØØØÙ ØÙÙÙÙÙ ØÙØÙØÙ ØÙÙ
+ ØÙØØÙØ ØØÙÙØÙÙ.
+
+**NATDPort** __ÙÙÙØ__::
+ ØÙØÙØØ ÙÙØØØØØØØ ØÙÙØÙÙØ ÙÙ ØØØØ ØÙØÙØ ØÙÙØÙ ØØÙØÙÙÙÙ ØÙØÙØØÙØ (ipfw) (ÙÙØ ÙÙ ÙØÙÙÙ ÙÙ ØØØØØØØ (FreeBSD) ØÙÙØÙÙØ,... ØÙØ.)
+ ØØØØØÙ ØØØØÙØØ ÙÙ ØÙØÙ ØÙØ ØØØØØØØÙ ØØÙØÙÙÙÙ (NATD). ÙØØ ØÙØÙØØ ÙÙ
+ ÙÙØ ÙÙØØØØØ ØÙØÙÙ ÙØ ÙØØØÙØÙÙ ØØØØØØÙ TransPort.
+
+**NATDListenAddress** __IP__[:__ÙÙÙØ__]::
+ ØØØØ ÙÙØØ ØÙØÙÙØÙ ÙÙØØØÙØØ ØÙÙ ØØØØÙØØ (NATD). (ØÙØØØØÙØ: 127.0.0.1).
+
+**AutomapHostsOnResolve** **0**|**1**::
+ ØÙØ ØÙÙÙÙ ÙØØ ØÙØÙØØ, ÙØØÙÙØ ØÙÙ ØÙØ ÙØÙ ØÙØÙÙØÙ
+ ØÙØÙ ÙÙØÙÙ ØÙØØØ ÙÙ ØÙÙÙØØÙ ÙÙ **AutomapHostsSuffixes**, ÙØÙÙÙ
+ ØÙØÙÙØÙ ØÙØØÙØÙ ØÙØ ØÙÙØØØØÙ ÙØÙÙ ØÙØÙÙØÙ, ÙÙØØØ ØÙØÙÙØÙ ØÙØØÙØÙ ØÙØØÙØ. ÙØØ ÙÙÙØ ÙÙ ØØÙ ØÙØÙÙÙ "onion" ØØÙÙ ÙØ ØÙØØØÙÙØØ ØÙØÙ
+ ØØÙÙ ØÙÙ ØÙ ØÙÙØÙ ØÙ ØÙØØØØÙ ØÙ. (ØÙØØØØÙØ: 0).
+
+**AutomapHostsSuffixes** __ÙØØÙØ__,__ÙØØÙØ__,__...__::
+ ÙØØÙØ ØÙÙÙØØÙ ØÙÙÙØÙÙØ ØÙØØÙØ ÙÙØØØØØØÙ ÙØ **AutomapHostsOnResolve**.
+ ØÙÙØØÙØ "." ØØØØÙ "ØÙÙØ ØÙØÙØÙÙÙ." (ØÙØØØØÙØ: .exit,.onion).
+
+**DNSPort** __ÙÙÙØ__::
+ ØØØ ÙØÙ ØÙØ ØÙØÙ, ÙØØÙØ ØÙØ ÙØÙØØØ ØØÙØÙÙÙÙ ÙØØØ ØÙØÙØØ ØÙÙØØØØÙ (UDP) ÙÙØØÙ ØØÙ ØÙÙØØÙ (DNS) ØÙÙ ÙØØ ØÙÙÙÙØ ÙØÙÙÙ
+ ØØÙÙ ÙØÙÙÙ. (ØÙØØØØÙØ: 0).
+
+**DNSListenAddress** __IP__[:__ÙÙÙØ__]::
+ ØØØØ ÙÙØØ ØÙØÙÙØÙ ÙÙØØØÙØØ ØÙÙ ØØØØÙØØ ÙØØÙ ØØÙ ØÙÙØØÙ (DNS). (ØÙØØØØÙØ: 127.0.0.1).
+
+**ClientDNSRejectInternalAddresses** **0**|**1**::
+ ØØØ ÙØÙ ØØÙØØ, ØÙØ ÙØ ÙØØÙØ ØØÙ ØÙØØ ÙØØÙ ØØÙ ØÙÙØØÙ (DNS) ÙØØØØØ ØØÙÙ ÙØÙÙÙ ÙØÙØÙ
+ ÙØÙØÙ ØÙ ÙØÙ ØÙÙØÙ ØÙÙ ØÙÙØÙ ØØØÙÙ (ÙØÙ 127.0.0.1 ØÙ
+192.168.0.1). ÙÙÙØ ÙØØ ØÙØÙØØ ÙØÙØØ ÙØÙÙØ ÙØØÙØØ ØÙÙ ØÙÙØØÙØ; ÙØ
+ ØØÙÙÙ ÙØÙÙ ØÙÙ ØØØÙ ÙØ ØÙØÙÙ. (ØÙØØØØÙØ: 1).
+
+**ClientRejectInternalAddresses** **0**|**1**::
+ If true, Tor does not try to fulfill requests to connect to an internal
+ address (like 127.0.0.1 or 192.168.0.1) __unless a exit node is
+ specifically requested__ (for example, via a .exit hostname, or a
+ controller request). (Default: 1).
+
+**DownloadExtraInfo** **0**|**1**::
+ ØØØ ÙØÙ ØØÙØØ, ÙÙÙÙ ØÙØ ØØÙØÙÙ ÙØØØÙÙ ÙØØØÙ "extra-info". ØØØÙÙ ÙØÙ ØÙÙØØØÙ
+ ØÙÙ ÙØÙÙÙØØ ØÙÙ ØÙØÙØØÙ ØÙØ ØÙÙØÙÙÙØØ ÙÙ
+ ÙØØÙØØ ØÙØØÙØØ ØÙØØØÙØ ØÙØØØ ØÙÙ. ØÙØ ÙØ ÙØØØØÙ ÙØÙ ØÙÙØÙÙÙØØ ÙØÙ ØÙØ
+ ØØØ ØØØÙ; ÙØÙØ ØØØ ØÙÙØØÙ ØÙØØØØÙ, ØØØÙ ÙØØ ØÙØÙØØ ÙØÙÙØ. (ØÙØØØØÙØ: 0).
+
+**FallbackNetworkstatusFile** __ØØÙ_ÙÙÙ__::
+ ØØØ ÙÙ ÙÙÙ ÙØÙ ØÙØ ÙÙÙ networkstatus, ÙØØØ ØØØØØØØÙ ÙØØ
+ ØØÙØ ÙÙÙ. ØØÙ ÙÙ ÙØÙ ÙØØ ØÙÙÙÙ ÙØÙÙØ, ÙÙÙÙ ØÙ ÙØØÙØ ØÙØ ÙÙ ØØØØØØÙÙ
+ ÙÙØØÙØ ØÙÙØÙØ ØÙÙ ÙØØÙØ ØÙØÙÙÙ, ØØÙ ÙØ ÙØØØØ ÙÙØØ ØÙÙ ØÙÙ
+ ØÙØÙØØØ. (ØÙØØØØÙØ: ÙØ ÙÙØØ).
+
+**WarnPlaintextPorts** __ÙÙÙØ__,__ÙÙÙØ__,__...__::
+ ÙØÙØ ØÙØ ØØØØØØ ØØØÙØØØ ÙÙÙØ ØØÙÙ ØÙÙØØØØÙ ØØØØØ ØØØØÙ ÙØÙÙÙ
+ ØÙÙ ÙØØØ ÙÙ ÙØÙ ØÙÙÙØÙØ. ØÙÙ ÙØØ ØÙØÙØØ ÙØÙØÙÙ ØÙÙØØØØÙÙÙ
+ ØÙÙ ØÙØØÙØØ ØÙØÙ ØØØØØ ØØØØØÙ ÙÙÙØØ ØÙÙØÙØ ØÙØÙØ. (ØÙØØØØÙØ:
+ 23, 109, 110, 143).
+
+**RejectPlaintextPorts** __ÙÙÙØ__,__ÙÙÙØ__,__...__::
+ ÙØÙ WarnPlaintextPorts, ÙÙÙÙ ØØÙØ ÙÙ ØÙØØØÙØ ØÙÙ ØØØØØØÙØØ ØÙÙÙÙØ ØÙØØØØ, ØÙÙ ÙÙÙÙ ØÙØ
+ ØØÙØ ÙÙ ØÙÙ ØØÙØ ØØØØØ ØÙØØØØÙ. (ØÙØØØØÙØ: ÙØ ÙÙØØ).
+
+**AllowSingleHopCircuits** **0**|**1**::
+ When this option is set, the attached Tor controller can use relays
+ that have the **AllowSingleHopExits** option turned on to build
+ one-hop Tor connections. (Default: 0)
+
+ØÙØØØØ ØÙØØØÙ
+--------------
+
+ØÙØÙØØØØ ØÙØØÙÙØ ÙÙÙØØ ÙÙØ ÙÙØÙØØÙ (ÙÙØØ, ØØØ ÙØÙ ORPort ØÙØ ØÙØÙ):
+
+**Address** __address__::
+ The IP address or fully qualified domain name of this server (e.g.
+ moria.mit.edu). You can leave this unset, and Tor will guess your IP
+ address. This IP address is the one used to tell clients and other
+ servers where to find your Tor server; it doesn't affect the IP that your
+ Tor client binds to. To bind to a different address, use the
+ *ListenAddress and OutboundBindAddress options.
+
+**AllowSingleHopExits** **0**|**1**::
+ This option controls whether clients can use this server as a single hop
+ proxy. If set to 1, clients can use this server as an exit even if it is
+ the only hop in the circuit. Note that most clients will refuse to use
+ servers that set this option, since most clients have
+ ExcludeSingleHopRelays set. (Default: 0)
+
+**AssumeReachable** **0**|**1**::
+ ÙØØØØÙ ÙØØ ØÙØÙØØ ØÙØ ØÙÙ ØØØÙÙ ØØØÙÙ ÙØØÙØ ØÙØ ØØÙØØ. ØØØ ØÙ ØÙØØØ ØÙÙ 1,
+ ÙØ ØÙÙ ØØÙÙ ØØØØØØ ØÙÙØÙÙØ ØÙÙØÙÙ ØÙØØØÙ; ÙÙØ ØÙÙÙ ØÙØØØÙ ØÙØØØ ØÙ
+ ÙÙØØ. ØØØ ØÙ ØØØ **AuthoritativeDirectory** ØÙØØ, ÙØØ ØÙØÙØØ
+ ÙØØØ dirserver ÙØØØÙØ ØØØØØØ ØÙÙØÙÙØ ØÙÙØÙÙ ØÙ ØØØ ØÙØØ ÙØØØØØ
+ ØÙÙØ ØÙØÙØØÙ ØÙÙØØÙØ ØÙÙ ØÙÙØ ÙÙØ ØÙØØØÙÙ.
+
+**BridgeRelay** **0**|**1**::
+ Sets the relay to act as a "bridge" with respect to relaying connections
+ from bridge users to the Tor network. It mainly causes Tor to publish a
+ server descriptor to the bridge database, rather than publishing a relay
+ descriptor to the public directory authorities.
+
+**ContactInfo** __ØÙÙØÙ_ØØÙØ_ØÙÙØØÙÙÙ__::
+ ÙØÙÙÙØØ ØÙØØØØÙ ØÙØØØØÙØ ÙÙØØØÙ. ÙÙÙÙ ØÙ ÙØÙ ØØØÙØØ ÙØØ ØÙØØ
+ ÙÙ ÙØÙ ØØØØØØ ØÙØØÙØ ØÙÙØØØ, ÙØØ ÙØ ØØØØØ ØÙÙ ØØÙØØ ØÙÙÙØ ØÙÙ
+ ØÙÙØÙ ØØÙØ ØÙÙØØÙÙÙ.
+
+**ExitPolicy** __ØÙØØØ__,__ØÙØØØ__,__...__::
+ ØØØØ ØÙØØØ ÙØØØ ÙÙØØ ØÙØØØÙ. ÙÙ ØÙØØØ ÙÙ ÙÙ ØÙÙÙÙØØ
+ "**accept**|**reject** __ØÙÙØÙ__[/__ÙÙØØ__][:__ÙÙÙØ__]". ØØØ ØÙ ØØÙ /__ØÙÙÙØØ__ ØÙØÙØ
+ ØÙØØÙ ÙØÙ ØÙØÙØØØ ÙÙØ ØÙÙ ØÙÙØØØÙÙ ØÙÙØØÙ. ØØÙØ ÙÙ ØØØØØ
+ ÙØØØÙÙ ØÙ ØØÙØ ÙÙÙÙÙ ØÙØØ ØØØØØØÙ "\*" ÙØØÙ ØÙÙ ØÙÙÙÙ (0.0.0.0/0).
+ __ØÙÙÙÙØ__ ÙÙÙÙ ØÙ ØÙÙÙ ØÙÙ ÙÙÙØ ÙØÙØ, ØÙÙØØÙ ØÙØÙÙÙ ÙÙÙÙØÙØ
+ "__ÙÙ_ÙÙÙØ__-__ØÙÙ_ÙÙÙØ__", ØÙ "\*". ØØØ ØÙ ØØÙ__ØÙÙÙÙØ__ , ÙØØ ÙØÙÙ
+ "\*". +
+ +
+ ØÙÙ ØØÙÙ ØÙÙØØÙ, "accept 18.7.22.69:\*,reject 18.0.0.0/8:\*,accept \*:\*" ØØØÙØ
+ ØÙ ØØÙØ ÙØÙØ ÙØØÙØ ØÙÙ MIT ØØØØØÙØØ web.mit.edu, ÙÙØÙÙ
+ ØÙ ØÙØ ØØØ. +
+ +
+ ÙØØØÙØ ØÙÙØ ØÙØØÙØØ ØÙØØØÙÙØ Ù ØÙÙØÙ ØÙØØØØ ØÙÙØÙÙ (ØÙØ ÙÙ ØÙÙ 0.0.0.0/8,
+ 169.254.0.0/16, 127.0.0.0/8, 192.168.0.0/16, 10.0.0.0/8, Ù
+172.16.0.0/12), ÙÙÙÙÙ ØØØØØØÙ ØÙØØÙ ØÙÙØÙØØØ "private" ØØÙØ ÙÙ ØÙÙØÙ.
+ ÙØÙ ØÙØ ÙØÙ ØÙØÙØÙÙÙ ØÙØØØØÙØ (ÙÙ ØØØÙØ ØÙØØØ ØÙÙØØØ
+ ØÙØØØØ ØÙ), ØÙØØ ØÙÙ ØÙØ ÙØ ØÙÙØÙ IP ØÙØØØ ØÙ, ÙØÙÙ ØØØØ ØÙØØ
+ ExitPolicyRejectPrivate ØÙÙ ØÙØÙØ. ØÙÙ ØØÙÙ ØÙÙØØÙ, ØÙØØØ ØÙØÙØÙØØ
+ ÙÙ ØÙÙ, ÙÙÙÙÙ ØÙØÙØØ ÙØØÙØÙÙÙÙ ÙÙÙ ØÙÙØ ØÙØØØØÙ (HTTP) ØÙÙ 127.0.0.1 ÙØØØ ØÙÙØ ØÙØØØØÙØØ ØÙØØØÙ ØÙÙ
+ ØÙØØÙØØ ØÙØØØÙÙØ ÙØ "accept 127.0.0.1:80,reject private:\*", ØØÙ ØÙÙ
+ ÙÙÙÙ ØÙØÙØØ ØÙØØ ØØÙØØØØÙØØ ØÙÙ ØÙÙÙØÙÙØØ ØÙØØØ ØÙ ØÙÙÙØÙØ ØÙÙ
+ ØÙÙØÙ IP ØØÙ (ØØØØÙ) ØØØ ØÙ. ØÙØØ RFC 1918 Ù RFC 3330 ÙÙÙØÙØ ÙÙ ØÙØÙØØÙÙ
+ ØÙÙ ÙØØØØ ØÙÙØÙ IP ØÙØØØÙÙØ ÙØÙÙØÙÙØØ. +
+ +
+ ÙÙÙÙ ØØØÙØ ÙØØ ØÙØÙØÙÙ ØØØ ÙØØØ ØØÙ ÙØ ØÙÙÙ ÙÙØÙØ ØÙØØ ÙÙ ØÙÙ
+ ØÙÙ ØØ ÙØØØ. +
+ +
+ ÙÙØØ ØÙÙ ØÙØÙØØØØ ØÙÙØ ØÙÙ ØÙØØØ , ÙÙÙØØ ØÙÙ ØØØØÙ. ØØØ
+ ØØØØ \_ØØØØØØÙ_ ØÙØØØ ØÙÙØØØ ØÙØÙØØØØÙØ, ÙÙ ØØÙÙØØ ØÙØØØ ØÙÙØØØ ØÙØØØØ ØÙ ÙØ ØØØÙØØ
+ ØÙØ reject \*:* ØÙ accept \*:*. ØÙØÙØ ÙØÙÙ, ØÙØ \_ØØÙØ_
+ (ÙØÙÙ ÙØØÙØ ØÙÙ) ØÙØØØ ØÙÙØØØ ØÙØÙØØØØÙØ. ØÙØØØ ØÙÙØØØ ØÙØÙØØØØÙØ ÙÙ: +
+
+ reject *:25
+ reject *:119
+ reject *:135-139
+ reject *:445
+ reject *:563
+ reject *:1214
+ reject *:4661-4666
+ reject *:6346-6429
+ reject *:6699
+ reject *:6881-6999
+ accept *:*
+
+**ExitPolicyRejectPrivate** **0**|**1**::
+ ØÙØ ØÙÙØ ØÙØØÙØØ ØÙØØØØ (ØÙÙØÙÙØ), ØÙØØ ØÙÙ ØÙØ ÙØ ØÙÙØÙ IP ØÙØØÙ ØÙØØØ ØÙ,
+ ØÙØ ØØØÙØ ØÙØØØ ØÙÙØØØ ØÙØØØØ ØÙ. ØÙØØ ØÙÙØØÙ ØØÙØÙ ØÙÙ ExitPolicy.
+ (ØÙØØØØÙØ: 1)
+
+**MaxOnionsPending** __NUM__::
+ ØØØ ÙØÙ ÙØÙÙ ØÙÙØÙØ ÙÙ ØÙÙ onionskins ÙØØ ØÙØØØ ÙÙ ØØÙÙØÙØ, ÙÙ ØØÙØ
+ ØÙØØÙØ ÙÙÙØ. (ØÙØØØØÙØ: 100)
+
+**MyFamily** __ØÙØØ__,__ØÙØØ__,__...__::
+ ÙØÙÙ ØÙ ØØØÙ ØÙØ ÙØØ ÙØÙ ØÙØØÙÙ ØÙ ØÙ ØØØØØÙ ÙÙ ÙØÙ ÙØÙÙØØ ØÙ
+ ÙÙØÙØ ÙØØØÙØ ØÙ ÙØØØÙØ ÙØÙÙ ØÙØÙØØÙ ØÙØØØÙ, ÙØØØØ ÙÙ ÙØÙ
+ ØØÙØØ ØÙÙÙÙØ ØÙ ØÙØØÙØØ ØÙÙØØØØØØ ØÙØØØØ ØÙÙ. ØÙØÙØ ÙØÙ ØÙØØÙØÙ ØÙ ØÙ ØØØÙÙÙ
+ ÙÙØ ÙÙ ÙÙØ \'ØÙØØØÙØ', ØÙÙ ÙÙ ÙÙÙÙ ØÙÙØØ ØÙØ ØØØØØØØÙÙÙ ÙÙ
+ ÙÙØ ØÙØØØØØ. (ÙÙ ØØØÙ ÙØØØØ ÙÙØ ØÙÙ ØØØØØ ØÙØÙØØÙ ØÙØØØÙ ØÙÙ
+ ØØØÙØÙ; ÙØ ÙØØØØ ÙØØØØØ ÙÙØÙ, ÙÙÙÙ ØÙÙ ÙÙ ÙØØ.)
+
+**Nickname** __ØØÙ__::
+ ØØØØ ØØÙ ØÙØØØÙ ØÙÙØØØØØ ØÙÙ \'ØÙØØÙ'. ÙØØ ØÙ ØÙÙÙ ØÙØØÙØØ ØÙÙØØØØØØ ØÙÙ 1 Ù 19
+ ØØÙØ ØØÙÙØ, ÙÙØØ ØÙ ÙØØÙÙ ØÙÙ ØÙØØØÙ [a-zA-Z0-9].
+
+**NumCPUs** __num__::
+ How many processes to use at once for decrypting onionskins and other
+ parallelizable operations. If this is set to 0, Tor will try to detect
+ how many CPUs you have, defaulting to 1 if it can't tell. (Default: 0)
+
+**ORPort** __ÙÙÙØ__::
+ ØØÙÙ ØÙ ÙØØ ØÙÙÙÙØ ÙÙØØØÙØØ ØÙÙ ØÙØØØØÙØØ ÙÙ ØÙÙØØ ÙØÙØØÙ ØÙØ.
+
+**ORListenAddress** __IP__[:__ÙÙÙØ__]::
+ ØØØØ ÙØÙÙØÙ IP ÙØØ ÙÙØØØÙØØ ØÙÙ ØÙØØØØÙØØ ÙÙ ÙÙÙØØ ÙØÙØØÙ
+ ØÙØ. ØØØ ÙÙØ ØØØØÙØ ÙÙÙØ, ØØØØ ÙÙØØ ØÙØÙÙØÙ ØØÙØ ÙÙ ØÙÙÙÙØ
+ ØÙÙØØØ ÙÙ ORPort. (ØÙØØØØÙØ: 0.0.0.0) ÙÙÙÙ ØØØÙØ ÙØØ ØÙØÙØÙÙ
+ ØØØ ÙØØØ ÙØØØÙ ØÙÙ ØØØ ØÙØÙÙÙ/ÙÙØÙØ.
+
+**PortForwarding** **0**|**1**::
+ Attempt to automatically forward the DirPort and ORPort on a NAT router
+ connecting this Tor server to the Internet. If set, Tor will try both
+ NAT-PMP (common on Apple routers) and UPnP (common on routers from other
+ manufacturers). (Default: 0)
+
+**PortForwardingHelper** __filename__|__pathname__::
+ If PortForwarding is set, use this executable to configure the forwarding.
+ If set to a filename, the system path will be searched for the executable.
+ If set to a path, only the specified path will be executed.
+ (Default: tor-fw-helper)
+
+**PublishServerDescriptor** **0**|**1**|**v1**|**v2**|**v3**|**bridge**,**...**::
+ This option specifies which descriptors Tor will publish when acting as
+ a relay. You can
+ choose multiple arguments, separated by commas.
+ +
+ If this option is set to 0, Tor will not publish its
+ descriptors to any directories. (This is useful if you're testing
+ out your server, or if you're using a Tor controller that handles directory
+ publishing for you.) Otherwise, Tor will publish its descriptors of all
+ type(s) specified. The default is "1",
+ which means "if running as a server, publish the
+ appropriate descriptors to the authorities".
+
+**ShutdownWaitLength** __NUM__::
+ ØÙØÙØ ÙØØÙ ØÙÙ SIGINT ÙÙØÙ ØÙØØØÙ, ÙØØØ ØØÙØØÙØÙ:
+ ÙØÙÙ ØÙÙØØÙØÙÙ ÙÙØØØ ÙÙ ØÙØ ØÙØÙØØØ ØÙØØÙØØ. ØØØ **NUM**
+ ØÙØÙÙ, ÙØØØ. ØØØ ØØÙÙØ ØÙÙ SIGINT ØØÙÙØ, ÙØØØ ØØÙØ
+. (ØÙØØØØÙØ: 30 ØØÙÙØ)
+
+**HeartbeatPeriod** __N__ **minutes**|**hours**|**days**|**weeks**::
+ Log a heartbeat message every **HeartbeatPeriod** seconds. This is
+ a log level __info__ message, designed to let you know your Tor
+ server is still alive and doing useful things. Settings this
+ to 0 will disable the heartbeat. (Default: 6 hours)
+
+**AccountingMax** __N__ **bytes**|**KB**|**MB**|**GB**|**TB**::
+ Never send more than the specified number of bytes in a given accounting
+ period, or receive more than that number in the period. For example, with
+ AccountingMax set to 1 GB, a server could send 900 MB and receive 800 MB
+ and continue running. It will only hibernate once one of the two reaches 1
+ GB. When the number of bytes gets low, Tor will stop accepting new
+ connections and circuits. When the number of bytes
+ is exhausted, Tor will hibernate until some
+ time in the next accounting period. To prevent all servers from waking at
+ the same time, Tor will also wait until a random point in each period
+ before waking up. If you have bandwidth cost issues, enabling hibernation
+ is preferable to setting a low bandwidth, since it provides users with a
+ collection of fast servers that are up some of the time, which is more
+ useful than a set of slow servers that are always "available".
+
+**AccountingStart** **day**|**week**|**month** [__ØÙÙÙÙ__] __ØÙØØÙ:ØØØØØ__::
+ ØØØÙØ ØÙÙ ÙØÙ ØØØÙÙ ØÙÙØØØØ ØÙØÙÙÙØ ØÙÙØØØØÙØ. ØØØ ÙØÙØ **month** ÙØØÙ, ÙÙ
+ ÙØØØ ØÙÙÙØ ÙØØØØÙØ ØÙØØ ÙÙ ØÙÙÙØ __ØÙØØÙ:ØØØØØ__ ÙÙ ØÙÙÙÙ __ØÙÙÙÙ__ ÙØÙØ ÙØØØ
+ ØÙÙ ÙÙØ ØÙÙÙÙ ÙØÙÙÙØ ÙÙØÙØ ØÙØÙ ÙÙÙÙ. (ÙØØ ØÙ ÙÙÙÙ ØÙÙÙÙ ØÙÙ 1 Ù
+ 28.) ØØØ ÙØÙØ **week** ÙØØÙ, ÙÙ ÙØØØ ØÙÙÙØ ÙØØØØÙØ ØÙØØ ÙÙ ØÙÙÙØ __ØÙØØÙ:ØØØØØ__
+ ÙÙ ØÙÙÙÙ __ØÙÙÙÙ__ ÙØØØÙØ ÙØØØ ØÙÙ ÙÙØ ØÙÙÙÙ ÙØÙÙÙØ ÙÙØØØÙØ ØÙØÙ ÙÙÙÙ,
+ ÙØ ØØØØØØ ØÙ ØÙØØÙÙÙ ÙÙ ØÙÙÙÙ ØÙØÙÙ ÙØÙØØØ ÙÙ ØÙÙÙÙ ØÙØØØØ. ØØØ ÙØÙØ **day** ÙØØÙ, ÙÙ
+ ÙØØØ ØÙÙÙØ ÙØØØØÙØ ØÙØØ ÙÙ ØÙÙÙØ __ØÙØØÙ:ØØØØØ__ ÙÙ ÙÙ ÙÙÙ ØÙÙ ÙÙØ ØÙÙÙØ
+ ÙÙ ØÙÙÙÙ ØÙØÙ ÙÙÙÙ. ØÙÙØ ØÙØÙÙØØ ÙÙ ÙØÙÙØ, ÙÙØØÙ ÙÙ ÙÙØ ÙÙ 24 ØØØØ. (ØÙØØØØÙØ ØÙÙ
+ "ØÙØ 1 0:00".)
+
+**RefuseUnknownExits** **0**|**1**|**auto**::
+ Prevent nodes that don't appear in the consensus from exiting using this
+ relay. If the option is 1, we always block exit attempts from such
+ nodes; if it's 0, we never do, and if the option is "auto", then we do
+ whatever the authorities suggest in the consensus. (Defaults to auto.)
+
+**ServerDNSResolvConfFile** __ØØÙ_ÙÙÙ__::
+ ØØØÙØ ØÙÙÙÙ ÙØØÙ ØØÙ ØÙÙØØÙ ØÙØÙØØØØÙ (DNS) ØØÙØÙÙÙÙ ÙÙ
+ __ØØÙ_ØÙÙÙÙ__. ØÙØÙÙ ØÙÙÙÙ ÙÙ ÙÙØ ÙÙÙ ÙÙÙÙÙØ (7) ØÙÙÙØØÙ
+ "**resolv.conf**". ÙØØ ØÙØÙØØ, ÙØÙ ØÙÙØ ØÙØØØØ ServerDNS ØÙØØØÙ,
+ ØØØØ ÙÙØ ØÙÙ ØÙÙÙØØ ØÙØØØ ØÙ ØÙØØÙ ØÙØÙ ÙÙÙÙ ØÙØØØÙ ØØÙÙÙØ ÙÙØØØ ØÙ ØÙØÙÙØØ.
+ (ØÙØØØØÙØØ ÙØØØØØØÙ ØÙÙÙÙ ÙØØÙ ØØÙ ØÙÙØØÙ (DNS) ÙÙÙØØÙ.)
+
+**ServerDNSAllowBrokenConfig** **0**|**1**::
+ ØØØ ÙØÙ ÙØØ ØÙØÙØØ ØØØØ, ÙØØØ ØÙØ ØØÙØ ØØØ ÙØÙØ ÙÙØÙ ÙØÙÙØØ
+ ØØÙÙÙ ØÙÙÙÙ ÙØØÙ ØØÙ ØÙÙØØÙ (DNS) ÙÙÙØØÙ ØÙ ØÙØØØØÙ ØØÙØÙØØÙ.
+ ØÙØÙØ ÙØÙÙ, ÙÙØØÙ ØÙØ ØØÙÙ ØÙØÙ ÙØØÙÙØ ØÙØÙØØÙ ÙÙÙØØÙ ØØÙ
+ ÙÙØØ ÙÙ ØÙÙÙØÙØ. (ØÙØØØØÙØ ØÙÙ "1".)
+
+**ServerDNSSearchDomains** **0**|**1**::
+ ØØØ ØÙ ØÙØØØ ØÙÙ1, ØÙØÙØ ØÙÙ ÙØØØ ØÙ ØÙØÙÙÙ ÙÙ ÙØØÙ ØÙØØØ ØÙÙØÙÙ.
+ ÙÙÙ ØØÙÙ ØÙÙØØÙ, ØØØ ØÙ ØÙÙÙÙ ÙØØ ØÙÙØØÙ ÙÙØØØÙØØ ØØÙÙ ÙÙ
+ "example.com", ÙØØÙÙ ØÙÙÙ ØØÙØØØØÙ Ø "www", ØÙÙ ÙØÙ ÙØÙ ØÙØÙÙÙ
+ ØÙÙ "www.example.com". ÙØØ ØÙØÙØØ ÙØØØ ÙÙØ ØÙÙ ØÙÙÙØØ ØØØ ØÙØØÙ ØÙØÙ
+ ÙÙÙÙ ØÙØ ØÙØØØÙ ØÙØØØ ØÙ ØØÙÙÙØØØ ØÙ ØÙØÙÙØØ. (ØÙØØØØÙØ ØÙÙ "0".)
+
+**ServerDNSDetectHijacking** **0**|**1**::
+ ØÙØ ØØØ ÙØØ ØÙØÙØØ ØÙÙ 1, ØÙÙ ÙÙÙÙ ØØØØØØØ ØÙØÙ ÙØØØÙØ
+ ÙØ ØØØ ÙØÙ ØÙØØØÙ ØÙÙØÙÙ ØÙØØØ ØÙØ ÙØ ØÙ ØÙÙÙÙÙ ÙØØÙ ØÙØØØ ÙØØÙ ØØÙ ØÙÙØØÙ DNS)
+) ØÙÙØØÙØ (ØØØØ ØÙÙ ÙÙÙØ ØØÙØÙÙ). ØØØ ÙØÙÙØ ÙØÙÙ, ØÙÙ ÙØØÙÙ
+ ØØØÙØ ÙØØ. ÙØØ ØÙØÙØØ ÙØØØ ÙÙØ ØÙÙ ØÙÙÙØØ ØØØ ØÙØØÙ ØÙØÙ ÙÙÙÙ ØÙØ ØÙØØØÙ ØÙØØØ ØÙ
+ ØØÙÙÙØØØ ØÙ ØÙØÙÙØØ. (ØÙØØØØÙØ ØÙÙ "1".)
+
+**ServerDNSTestAddresses** __ØÙÙØÙ__,__ØÙÙØÙ__,__...__::
+ ØÙØÙØ ÙÙÙÙ ØØÙÙØÙ ØÙ ØØØØØÙ ÙØØÙ ØØÙ ØÙÙØØÙ (DNS), ØØÙØ ØÙ ØÙÙ ØÙØÙØÙÙÙ __ØÙØØÙØØ__
+ ÙÙ ÙØÙ ØØØØØ ØÙØÙÙÙØ. ØØØ ØÙ ØÙÙ, ØÙØÙØ ÙÙÙÙ ÙØØÙ ØØÙ ØÙÙØØÙ (DNS) ØÙØØØ ØÙØ ØØÙÙ ØÙÙØØØØ ØÙØÙØ,
+ ÙØÙÙ ÙÙÙÙ ØØØØØØ ØØØ ØÙØØØ ØÙÙØØØ ØÙØØØØ ØÙØ ØÙÙ "reject *:*". ÙØØ ØÙØÙØØ ÙØØØ ÙÙØ
+ ØÙÙ ØÙÙÙØØ ØØØ ØÙØØÙ ØÙØÙ ÙÙÙÙ ØÙØ ØÙØØØÙ ØÙØØØ ØÙ ØØÙÙÙØØØ ØÙ ØÙØÙÙØØ. (ØÙØØØØÙØ ØÙÙ
+ "www.google.com, www.mit.edu, www.yahoo.com, www.slashdot.org".)
+
+**ServerDNSAllowNonRFC953Hostnames** **0**|**1**::
+ ØÙØ ØØØÙÙ ÙØØ ØÙØÙØØ, ÙØ ÙØØÙÙ ØÙØ ØÙhostnames
+ ØÙØÙ ØØØÙÙ ØÙÙ ØØØÙ ØÙØ ÙØÙÙÙÙØ (ÙØÙ @ Ù :) ØØÙØ ÙÙ ØØØØÙÙÙ ØÙÙ
+ ØÙØØ ÙØØØ ÙØÙÙÙ. ÙØØØØ ÙØØ ØÙÙ ØØØØØØ ØÙÙØØÙÙØØ ØÙØØØÙØ ÙØÙ
+ ØÙØÙÙÙ ØÙÙÙØÙØ (URLs) ÙÙÙØØ. ÙØØ ØÙØÙØØ ØØØØ ÙÙØ ØÙÙ ØÙÙÙØØ ØØØ ØÙØØÙ ØÙØÙ ÙÙÙÙ ØÙØ ØÙØØØÙ ØÙØØØ ØÙ
+ ØØÙÙÙØØØ ØÙ ØÙØÙÙØØ. (ØÙØØØØÙØ: 0)
+
+**BridgeRecordUsageByCountry** **0**|**1**::
+ ØÙØ ØÙÙÙÙ ÙØØ ØÙØÙØØ ÙØÙÙÙÙ ÙØØÙ ØÙØØØ ØÙØØ, ÙÙØÙÙØ
+ØÙØÙØØ ØÙÙÙÙØ ØÙØØØØÙÙ ÙØÙÙØÙ ØØÙØÙÙÙÙ ØÙØÙØØÙØ (GeoIP), ÙØØÙØ ØÙØ ØÙÙ ØÙØØØÙØØ ØØØØ ÙÙÙ ØÙÙØ ÙÙ ØÙØÙÙÙ ØÙØÙÙØØ
+ ØÙØÙ ÙØÙØ ØØÙØØØØÙ ØÙ ØÙØ ØÙÙ ÙÙÙÙ ØÙ ÙØÙÙ ÙØØ ØÙÙ ÙØØØØØ ØÙØØ ØÙØØØ ØÙÙ ØØÙÙÙ
+ ÙØ ÙÙ ØÙØÙØØÙ ØÙØÙ ÙÙØØ ØÙÙØÙÙ ØÙÙÙ. (ØÙØØØØÙØ: 1)
+
+**ServerDNSRandomizeCase** **0**|**1**::
+ ØÙØ ØØØ ÙØØ ØÙØÙØØ, ÙÙÙÙ ØÙØ ØØØØ ØØÙØ ÙÙ ØØÙ ØØÙØØÙØ ÙÙ
+ ØÙØØØ ÙØØÙ ØØÙ ØÙÙØØÙ (DNS) ØÙØØØØØ, ÙØÙØØÙØ ØÙ ØÙØØÙØ ØØØØØÙ ÙØ ØØÙØ ÙØØÙ ØØÙ ØÙÙØØÙ DNS(.
+) ÙØØ ÙØ ÙØÙÙ "0x20 hack" ÙØÙØÙ ÙØØØØ ØÙÙ ÙÙØÙÙØ ØØØ ØÙÙØØ ÙØÙÙ ÙØØÙ ØØÙ ØÙÙØØÙ (DNS) ØÙØØÙ.
+ ÙÙÙØÙØ ÙÙ ØÙÙØÙÙÙØØ, ØÙØØ "Increased DNS Forgery Resistance through
+0x20-Bit Encoding". ÙØØ ØÙØÙØØ ÙØØØ ÙÙØ ØÙÙ ØÙÙÙØØ ØØØ ØÙØØÙ ØÙØÙ ÙÙÙÙ ØÙØ ØÙØØØÙ ØÙØØØ ØÙ
+ ØØÙÙÙØØØ ØÙ ØÙØÙÙØØ. (ØÙØØØØÙØ: 1)
+
+**GeoIPFile** __ØØÙ_ÙÙÙ__::
+ ØØÙ ÙÙÙ ÙØØÙÙ ØÙØÙØØ ØÙÙÙÙØ ØÙØØØØÙÙ ÙØÙÙØÙ ØØÙØÙÙÙÙ ØÙØÙØØÙØ (GeoIP), ÙÙØØØØØØÙ ÙØ BridgeRecordUsageByCountry.
+
+**CellStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the mean time that
+ cells spend in circuit queues to disk every 24 hours. (Default: 0)
+
+**DirReqStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the number and
+ response time of network status requests to disk every 24 hours.
+ (Default: 0)
+
+**EntryStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the number of
+ directly connecting clients to disk every 24 hours. (Default: 0)
+
+**ExitPortStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the number of relayed
+ bytes and opened stream per exit port to disk every 24 hours. (Default: 0)
+
+**ConnDirectionStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the bidirectional use
+ of connections to disk every 24 hours. (Default: 0)
+
+**ExtraInfoStatistics** **0**|**1**::
+ ØÙØ ØÙÙÙÙ ÙØØ ØÙØÙØØ, ÙÙÙÙ ØÙØ ØØÙÙ ØÙØØØØØØØ ØÙØÙ ØÙØØ ØØØÙØ ÙÙ
+ ÙØØØÙ ØÙÙØÙÙÙØØ ØÙØØØÙÙØ ØÙØØØØ ØÙ ÙØÙØÙ ØØÙÙ ØÙÙ ØÙØØØ ØÙØÙÙÙ.
+ (ØÙØØØØÙØ: 0)
+
+ØÙØØØØ ØØØÙ ØÙØÙÙÙ
+------------------------
+
+ØÙØÙØØØØ ØÙØØÙÙØ ÙÙÙØØ ÙÙØ ÙØÙØØÙ ØÙØÙÙÙ (ÙÙØØ, ØØØ ÙØÙ DirPort ØÙØ ØÙØÙ):
+
+**AuthoritativeDirectory** **0**|**1**::
+ ØÙØ ØØØ ÙØØ ØÙØÙØØ ØÙÙ 1, ÙØÙÙ ØÙØ ØÙØØØØ ØØØÙ ØÙØÙÙÙ
+ ÙÙØÙÙ. ØØÙØ ÙÙ ØØØÙÙ ØÙØÙÙÙ, ÙØÙÙ ØÙÙ ØÙØØØ ÙØØÙØÙ ØÙØØØØ ÙÙ
+ ØÙØÙØØÙ ØÙØÙØØ, ÙØØ ØÙØÙØ ØÙÙÙØ, ÙÙØØÙ ÙØØ ØÙÙ ØÙØÙÙØØ. ØÙØ ØØØ ÙØ ÙØÙ ØÙØÙÙØØ
+ ØØØØØØÙ ÙØÙÙÙ ÙÙØÙÙ, ÙØÙÙ ØÙÙ ØÙØØÙØ ÙØ ØØÙØ
+ ØØØ ÙØØ ØÙØÙØØ. ÙØØÙ ØÙØÙØÙÙ ÙØ ØÙØØØØÙÙÙ ØÙØØØÙÙ ØÙÙ
+ tor-ops@xxxxxxxxxxxxxx ØØØ ÙÙØ ØØØÙØ ØÙÙ ÙØØ ØÙ ØÙÙÙ ØÙÙÙØ.
+
+**DirPortFrontPage** __ØØÙ_ÙÙÙ__::
+ ØÙØ ØØØ ÙØØ ØÙØÙØØ, ÙÙÙÙ ØØØØ ÙÙÙ ÙØØ ØÙØÙÙ ØÙÙØ ØÙØØØØÙ (HTML) ÙÙØØÙ ÙØÙ "/" ØÙÙ
+DirPort. ÙÙÙÙ ØÙØÙ ÙÙØØÙØØ ØÙÙØØÙÙ ØØØÙÙØ ØØÙØØ ØØÙÙ ØÙØØØØ
+ ØÙÙ ØØØ ØØØÙ ÙÙØ ÙÙÙØÙ. ÙÙØÙ ÙÙÙØØ ØØÙØØ ÙÙ
+ contrib/tor-exit-notice.html.
+
+**V1AuthoritativeDirectory** **0**|**1**::
+ ØÙØÙØ ÙØÙ ØØØ ÙØØ ØÙØÙØØ ØØÙØØØÙØ ØÙÙ **AuthoritativeDirectory**, ÙÙÙÙ ØÙØ
+ ØØÙÙÙØ ØÙÙÙ ØÙØØØØØ 1 ÙÙØØØÙ ØÙØØÙØØØØ ÙÙØ ØÙØØØÙÙ (ÙÙØÙÙØØ
+ ØÙØ ØÙÙØÙØØ ØØÙ ØÙÙ 0.1.0.x).
+
+**V2AuthoritativeDirectory** **0**|**1**::
+ ØÙØÙØ ÙØÙ ØØØ ÙØØ ØÙØÙØØ ØØÙØØØÙØ ØÙÙ **AuthoritativeDirectory**, ÙÙÙÙ ØÙØ
+ ØØÙÙÙØ ØØÙØØ ØÙØØÙØ ÙÙØØØØØ 2 ÙÙØØÙ ØÙÙØØÙØØ, ØÙØ ÙÙØ
+ ÙÙ ÙÙØÙÙ ÙÙ doc/spec/dir-spec-v2.txt (ÙØÙÙØØ ØÙØ ÙØØØÙÙ ØÙØÙØØÙ
+ 0.1.1.x Ù 0.1.2.x).
+
+**V3AuthoritativeDirectory** **0**|**1**::
+ ØÙØ ØØØ ÙØØ ØÙØÙØØ ØØÙØØØÙØ ØÙÙ **AuthoritativeDirectory**, ÙÙÙÙ ØÙØ
+ ØØÙÙÙØ ØØÙØØ ØÙØØÙØ ÙÙØØØØØ 3 ÙÙØØÙ ØÙÙØØÙØØ, ØÙØ ÙÙØ
+ ÙÙ ÙÙØÙÙ ÙÙ doc/spec/dir-spec.txt (ÙØÙÙØØ ØÙØ ÙØØØÙÙ ØÙØÙØØÙ ØÙÙ
+ ØÙØÙÙ 0.2.0.x).
+
+**VersioningAuthoritativeDirectory** **0**|**1**::
+ ØÙØ ØØØ ÙØØ ØÙØØÙØØ ØÙÙ 1, ÙÙÙÙ ØÙØ ØØØØÙØ ØÙÙØÙÙÙØØ ØÙÙ ØÙ ÙÙ ØØØØØØØ ØÙØ
+ ÙØ ÙØØÙ ÙØØÙØ ØÙÙØ ØÙÙØ ÙÙØØØØØØÙ ÙÙØÙÙÙ ØÙÙÙØÙØ. ÙÙ
+ ØÙØØ ØÙØØØØØ 1 ÙÙ ØÙÙØØÙØ ØÙØØ ÙÙØØØØØ; ØÙØØØ ØÙØØØØØ 2
+ ØÙØÙ ÙØÙ ØÙØØÙØ ØØØÙØØÙØ. ØÙØØ **RecommendedVersions**,
+ **RecommendedClientVersions**, Ù **RecommendedServerVersions**.
+
+**NamingAuthoritativeDirectory** **0**|**1**::
+ ØÙØ ØØØ ÙØØ ØÙØØØØØ ØÙÙ 1, ØÙØÙØ ÙÙÙÙ ØÙØØØÙ ØØÙØØÙØÙ ØØÙ ÙØÙÙ
+ ØØØØ ØÙÙ ØØØØØØØØ ØÙØØÙ ØÙÙØØØØØ ØÙÙ ØÙØØÙØ. ØÙÙ ÙÙÙÙ ØØÙÙ ÙØÙ
+ ØÙØØØØ ÙÙ ØÙØØØ ØØÙØ ØÙØØÙØ ØÙÙÙØÙØØ ØÙØØØØ ØÙ, ØÙ ØØÙÙ ØØØØØ ØÙØÙØØÙ ÙØ ØÙØÙØÙØ "Named" ØØØ ÙØÙ ØÙØØØ ØÙØØÙØ ØÙÙ ØÙÙ ØÙØØÙ ØÙÙØØØØØ ÙØÙØØÙØ
+ ØÙ ØØØÙÙÙ ÙØ ØØØÙ ØÙØÙÙÙ. ØØÙÙØ ØÙØØÙ ØÙØÙÙÙ ØÙÙ ÙØØÙ ØÙÙ ØÙØ
+ ÙØÙÙ ØÙ ÙØØ ØÙÙØØÙØØ ØÙØÙ ØØØØØØ ÙØ ØÙØØØ ØÙÙØØÙ. ØÙØØ
+ **approved-routers** ÙÙ ÙØÙ **ØÙÙÙÙØØ** ÙÙ ØÙØØÙÙ.
+
+**HSAuthoritativeDir** **0**|**1**::
+ When this option is set in addition to **AuthoritativeDirectory**, Tor also
+ accepts and serves v0 hidden service descriptors,
+ which are produced and used by Tor 0.2.1.x and older. (Default: 0)
+
+**HidServDirectoryV2** **0**|**1**::
+ ØÙØ ØØØ ÙØØ ØÙØÙØØ, ÙÙÙÙ ØÙØ ØÙØÙÙ ÙØØÙØ ÙØØÙØØ ØØÙØ v2
+ ØÙØÙÙØ. ØØØ DirPort ÙÙØ ÙØÙÙØØ ÙÙØØ, ÙØÙ ØÙØÙÙØØ
+ ÙÙÙÙÙÙ ØØÙØØØØÙ ÙÙ ØÙØÙ ORPort ØÙØØØØÙØ. (ØÙØØØØÙØ: 1)
+
+**BridgeAuthoritativeDir** **0**|**1**::
+ ØÙØ ØØØ ÙØØ ØÙØÙØØ ØØÙØØØÙØ ØÙÙ **AuthoritativeDirectory**, ÙÙÙÙ ØÙØ
+ ØÙØÙÙ ÙØØÙØ ÙØØÙØØ ØÙØØÙØØ, ÙÙÙÙÙ ÙØØÙ ÙÙØØÙ ÙØØØÙ
+ØØÙØ ØÙØØÙØ ØÙØØØØÙØ ØØÙØ ÙÙ ØÙÙÙØ ØÙÙØØØÙ ØÙØØØØ ØÙ. (ØÙØØØØÙØ: 0)
+
+**MinUptimeHidServDirectoryV2** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
+ ØÙØØ ØÙØØÙÙ ÙØÙÙØÙØ ØÙÙÙ ØØÙØ v2 ØÙØÙÙØ ÙØÙÙÙ ÙÙØÙÙØ ØÙÙ ÙØØ ØÙÙØÙ ÙÙ ÙØÙ
+ ØÙØÙØØÙ ØÙÙÙØÙÙØ. (ØÙØØØØÙØ: 24 ØØØØ)
+
+**DirPort** __ÙÙÙØ__::
+ ØØÙÙ ØÙ ØØÙØ ØÙØÙÙÙ ØÙÙ ÙØØ ØÙÙÙÙØ.
+
+**DirListenAddress** __IP__[:__ÙÙÙØ__]::
+ ØØØØ ØØÙØ ØÙØÙÙÙ ÙÙØØ ØÙØÙÙØÙ. ØØØ ÙÙØ ØØØØÙØ ÙÙÙØ, ØØØØ
+ ÙÙØØ ØÙÙÙÙØ ØØÙØ ÙÙ ØÙÙÙÙØ ØÙÙØØØ ÙÙ DirPort. (ØÙØØØØÙØ: 0.0.0.0)
+ ÙÙÙÙ ØØØÙØ ÙØØ ØÙØÙØÙÙ ØØØ ÙØØØ ÙÙØØØ ØÙÙ ØØØ
+ ØÙØÙÙÙ/ÙÙØÙØ.
+
+**DirPolicy** __ØÙØØØ__,__ØÙØØØ__,__...__::
+ ØØØØ ØÙØØØ ÙØØÙ ÙÙØØ ØÙØØØÙ, ÙÙØØ ÙÙ ØÙØÙÙ ÙØØØÙØÙÙ ØÙØØØØÙ
+ ØÙÙØÙØ ØÙØÙÙÙ. ÙÙÙÙ ÙØÙ ØÙØÙØØØØ ÙÙØ ØÙÙ ØÙØØØØ ØÙÙØØØ ØØÙØÙ.
+
+ØÙØØØØ ØØØÙ ØÙØØ ØÙØÙÙÙ
+----------------------------------
+
+**RecommendedVersions** __ØÙØÙØ__::
+ ØÙØÙØÙØ ÙÙ ÙØØÙØ ÙÙØÙÙØ ØÙØØÙØ ÙØØØØØØØ ØÙØ ØÙØÙ ÙØØÙØ ØØÙÙØ ØÙÙØ
+ ØÙÙØ. ØÙÙÙ ØÙÙØØÙØ ÙØÙÙÙØ ÙÙ ÙÙ ØÙÙÙ, ÙØÙØÙØ ØÙØÙ ØØØØÙØ
+ ØØØÙÙ ØÙØÙÙÙ ÙÙÙØ ØØØ ÙØÙÙØ ÙØØØØÙÙ ØÙÙ ØÙØØÙÙØ. ÙÙÙÙ ØÙ ÙØÙØ ÙØØ ØÙØÙØØ
+ ØØØ ÙØØØ: ÙØÙ ØÙØÙØ ØÙÙ ØÙÙÙÙ ÙÙ ØØÙØ ÙØØÙÙØ ÙØØ.ØÙØ
+ ØØØ ÙØØ, ØÙØÙØ ÙØØ ØØØ **VersioningAuthoritativeDirectory** ØÙØØ.
+
+**RecommendedClientVersions** __ØÙØÙØ__::
+ ØÙØÙØÙØ ÙÙ ÙØØÙØ ÙÙØÙÙØ ØÙØØÙØ ÙØØØØØØØ ØÙØ ØÙØÙ ÙØØÙØ ØØÙÙØ ØÙÙØ
+ ØÙÙØ ØÙØØØØØØÙ ÙÙ ÙØÙ ØÙØÙÙØØ. ÙØÙ ØÙÙØÙÙÙØØ ØÙÙÙ ÙØÙÙÙØ ÙÙ ØØÙØ ØÙØØØØØ 2
+ . ØØØ ÙÙ ÙØÙ ØØØ ÙØØ, ÙØÙ ÙÙÙØ **RecommendedVersions**
+ ØÙÙÙ ÙØØØØÙØ. ØÙØ ØØØ ÙØØ, ÙØÙ **VersioningAuthoritativeDirectory** ÙØØ
+ ØØØÙ ØÙØØ.
+
+**RecommendedServerVersions** __ØÙØÙØ__::
+ ØÙØÙØÙØ ÙÙ ÙØØÙØ ÙÙØÙÙØ ØÙØØÙØ ÙØØØØØØØ ØÙØ ØÙØÙ ÙØØÙØ ØØÙÙØ ØÙÙØ
+ ØÙÙØ ØÙØØØØØØÙ ÙÙØÙØØÙ. ÙØÙ ØÙÙØÙÙÙØØ ØÙÙÙ ÙØÙÙÙØ ÙÙ ØØÙØ ØÙØØØØØ 2
+ . ØØØ ÙÙ ÙØÙ ØØØ ÙØØ, ÙØÙ ÙÙÙØ **RecommendedVersions**
+ ØÙÙÙ ÙØØØØÙØ. ØÙØ ØØØ ÙØØ, ÙØÙ **VersioningAuthoritativeDirectory** ÙØØ
+ ØØØÙ ØÙØØ.
+
+**ConsensusParams** __ØÙØÙØ__::
+ ØÙØÙØÙØ ÙÙ ÙØØÙØ ÙÙØÙÙØ ØÙØØÙØ ÙÙÙÙØØØ=ØØÙØØ ØÙÙÙÙØ ØÙØÙ ØÙÙ ÙÙÙÙ ØÙØ ØØÙÙÙØ
+ ÙÙ ØØ "params" ÙØØÙÙØ networkstatus ØÙØØØ ØÙ.
+
+**DirAllowPrivateAddresses** **0**|**1**::
+ ØØØ ØÙ ØÙØØØ ØÙÙ 1, ØÙÙ ÙÙÙÙ ØÙØ ØÙØÙÙ ÙØØÙØØ ØÙØØÙØØ ÙØ ÙÙÙÙØØ "ØÙØÙÙØÙ"
+ ØÙØØØÙÙØ. ÙÙ ÙØØÙØ ØØØÙ, ØØØ ÙØÙ ØÙØÙÙØÙ ÙÙØ ØÙÙØÙIP ØÙ ÙØÙ ØÙÙØÙIP
+ ØØØ, ØÙÙ ÙØÙØ ÙØØÙ ØÙØØÙØØ. ØÙØØØØÙØ ØÙÙ 0.
+
+**AuthDirBadDir** __ÙÙØ_ØÙØÙÙØÙ...__::
+ ØÙØÙØØÙ ØÙÙÙØÙÙØ ÙÙØ. ÙØÙÙØØ ÙÙ ØÙÙØØ ØÙØÙÙØÙ ÙÙØÙØØÙ ØÙØÙ
+ ØÙÙ ÙØÙ ØØØØØÙØ ÙØÙØØÙ ØÙØØ ÙÙ ØÙ ÙØÙÙØ ÙØØÙØ ØÙØØÙØ
+ ØÙØØÙØ ÙØÙ ØÙØÙØØ, ØØØ ØÙ ØØØ**AuthDirListBadDirs**.
+
+**AuthDirBadExit** __ÙÙØ_ØÙØÙÙØÙ...__::
+ ØÙØÙØØÙ ØÙÙÙØÙÙØ ÙÙØ. ÙØÙÙØØ ÙÙ ØÙÙØØ ØÙØÙÙØÙ ÙÙØÙØØÙ ØÙØÙ
+ ØÙÙ ÙØÙ ØØØØØÙØ ÙÙØØØØ ØÙØØ ÙÙ ØÙ ÙØÙÙØ ÙØØÙØ ØÙØØÙØ ØÙØØÙØ ÙØÙ
+ ØÙØÙØØ, ØØØ ØÙ ØØØ **AuthDirListBadExits**.
+
+**AuthDirInvalid** __ÙÙØ_ØÙØÙÙØÙ...__::
+ ØÙØÙØØÙ ØÙÙÙØÙÙØ ÙÙØ. ÙØÙÙØØ ÙÙ ØÙÙØØ ØÙØÙÙØÙ ÙÙØÙØØÙ ØÙØÙ
+ ØÙØÙ ØÙÙ ÙÙ ÙØÙ ØØØØØÙØ Ù "valid" ÙÙ ØÙ ÙØÙÙØ ÙØØÙØ ØÙØØÙØ ØÙØÙ
+ ØÙØØÙØ ÙØÙ ØÙØÙØØ.
+
+**AuthDirReject** __ÙÙØ_ØÙØÙÙØÙ__...::
+ ØÙØÙØØÙ ØÙÙÙØÙÙØ ÙÙØ. ÙØÙÙØØ ÙÙ ØÙÙØØ ØÙØÙÙØÙ ÙÙØÙØØÙ ØÙØÙ
+ ØÙØÙ ØÙÙ ÙÙ ÙØÙ ØØØØØÙØ ØÙÙ ØÙØØÙØÙ ÙÙ ØÙ ÙØÙÙØ ÙØØÙØ ØÙØØÙØ ØÙØÙ
+ ØÙØØÙØ ÙØÙ ØÙØÙØØ, ØÙ ÙØÙÙÙØ ÙØÙÙØÙ OR ÙÙ ØÙ ÙØØÙ
+ ØÙØÙ ÙÙÙØØ ÙÙ ÙØÙ ÙØÙ ØÙØÙØØ.
+
+**AuthDirListBadDirs** **0**|**1**::
+ ØÙØÙØØÙ ØÙÙÙØÙÙØ ÙÙØ. ØØØ ØÙ ØÙØØØ ØÙÙ 1, ÙØÙ ÙØØ ØÙØÙÙÙ ØØØ
+ ØÙØØØØ ØÙÙ ØÙ ØÙØÙØ ØÙØ ÙÙØØØØ ÙÙØØØÙ ÙÙØÙÙÙ. (ÙØ ØÙÙ ØØØØ
+ ÙØØ ØÙÙ 1 ÙØÙÙ ØØØØ ÙØØØØØ ØÙØÙØØÙ ØÙØÙ ÙØ ØØÙÙ ØÙÙ ØÙÙØ ØÙØØ;
+ ÙØÙØ, ÙØÙØ ØØÙÙØ ØÙØØÙÙØ ÙØØÙØ ÙÙ ØÙÙÙ
+ ÙØÙÙ.)
+
+**AuthDirListBadExits** **0**|**1**::
+ ØÙØÙØØÙ ØÙÙÙØÙÙØ ÙÙØ. ØØØ ØÙ ØÙØØØ ØÙÙ 1, ÙØÙ ÙØØ ØÙØÙÙÙ ØØØ
+ ØÙØØØØ ØÙÙ ØÙ ØÙØÙØ ØÙØ ÙÙØØØØ ÙØÙØØ ÙØØØ. (ÙØ ØÙÙ ØØØØ ÙØØ
+ ØÙÙ 1 ÙØÙÙ ØØØØ ÙØØØØØ ØÙÙØØØØ ØÙØÙ ÙØ ØØÙÙ ØÙÙ ØÙÙØ ØÙØØ; ÙØÙØ, ÙØÙØ
+ ØØÙØ ØÙØØÙÙØ ÙØØÙØ ÙÙ ÙØØØ ÙØÙÙ ÙÙØØØ.)
+
+**AuthDirRejectUnlisted** **0**|**1**::
+ ØÙØÙØØÙ ØÙÙÙØÙÙØ ÙÙØ. ØØØ ØÙ ØÙØØØ ØÙÙ 1, ÙÙÙÙ ØØØÙ ØÙØÙÙÙ ØØÙØ
+ ØÙÙØ ÙØØÙØØ ØÙØØØÙ ØÙÙØÙÙÙØ ØÙØÙ ÙÙ ÙØÙ ØØØØØÙØ ØØØØØ ÙÙ
+ ÙÙÙ ØÙØØÙØØ. ÙÙÙÙ ÙØØ ØÙØØØØ "ØØ ØÙØØØ" ØØØ ØØØØÙØ ÙÙØØØØØ ÙÙ ÙØÙÙ ØÙØÙÙSybil
+ . (ØÙØØØØÙØ: 0)
+
+**AuthDirMaxServersPerAddr** __NUM__::
+ ØÙØÙØØÙ ØÙÙÙØÙÙØ ÙÙØ. ØÙØÙ ØØØ ÙÙÙÙ ÙÙ ØÙØÙØØÙ ØÙØÙ ØÙÙ ÙÙÙÙ
+ ØØØØØØÙØ ÙØÙØØÙ ÙÙØÙÙØ ØÙÙ ØÙÙØÙ IP ÙØÙØ. ØØØØ ÙØØ ØÙÙ "0" ØØÙÙØØØ ØÙÙ "no limit".
+ (ØÙØØØØÙØ: 2)
+
+**AuthDirMaxServersPerAuthAddr** __NUM__::
+ ØÙØÙØØÙ ØÙÙÙØÙÙØ ÙÙØ. ÙØÙ AuthDirMaxServersPerAddr, ÙÙÙ ÙÙØØÙ
+ ØÙÙ ØÙØÙÙÙ ÙØØØÙØ ÙØ ØÙØØØ ØÙØÙÙÙ. (ØÙØØØØÙØ: 5)
+
+**V3AuthVotingInterval** __N__ **minutes**|**hours**::
+ ØÙØØÙ V3 ØÙÙÙØÙÙØ ÙÙØ. ØÙÙÙÙ ÙØØÙ ØÙØØÙÙØ ØÙØÙÙÙ ØÙÙÙØÙ
+ ÙÙØØØÙ. ÙØØØ ØÙ ØÙØÙØØØØ ØÙÙ ÙØØØ __ÙØÙØ__ ÙÙ ØÙÙØØØ ØÙØÙÙÙØ ØÙÙØØØØØ
+ ØØÙØØÙØØ ÙÙ ØÙÙØ ØÙÙØØØØ ØÙØÙÙÙØ ØÙÙÙØÙØ ÙÙØÙØØØ. ÙØØ ØÙÙÙØ
+ ÙØØ ØÙØÙÙÙ ØØÙØØØÙÙ ÙÙ ØÙÙÙÙ. (ØÙØØØØÙØ: 1 ØØØØ)
+
+**V3AuthVoteDelay** __N__ **minutes**|**hours**::
+ ØÙØØÙ V3 ØÙÙÙØÙÙØ ÙÙØ. ØÙÙÙÙ ØÙØØØÙØ ØÙÙÙØÙ ÙÙØØØÙ
+ ØÙÙ ÙØØ ØØÙÙØÙ ÙØÙÙ ØÙØØØØ ØÙ ÙØÙÙ ØÙÙØ ØÙØØÙØØ ÙÙ ØÙÙØ
+ ØÙØÙØØÙ ØÙØØØÙ. ÙØØØ ØÙ ØÙÙÙØ ØÙÙØÙÙ ØÙÙØØØØÙ ÙÙØ ØÙÙÙØ ØÙÙÙØÙ
+ ÙÙØØØÙ, ØÙ ÙÙ ØØØÙØØ ØÙÙØ ØÙØÙØÙÙØØ. (ØÙØØØØÙØ: 5 ØÙØØÙ.)
+
+**V3AuthDistDelay** __N__ **minutes**|**hours**::
+ ØÙØØÙ V3 ØÙÙÙØÙÙØ ÙÙØ. ØÙÙÙÙ ØÙØØØÙØ ØÙÙÙØÙ ÙÙØØØÙ
+ ØÙÙ ÙØØ ØØÙØØÙ ÙØÙÙÙØÙ ÙØÙÙ ØÙØØØØ ØÙ ÙØÙÙ ØÙÙØ
+ ØÙØÙÙÙØØØ ÙÙ ØÙÙØ ØÙØÙØØØ ØÙØØØÙ. ÙØØØ ØÙ ØÙÙÙØ ØÙÙØÙÙ ØÙÙØØØØÙ
+ ÙÙØ ØÙÙÙØ ØÙÙÙØÙ ÙÙØØØÙ, ØÙ ÙÙ ØØØÙØØ ØÙÙØ ØÙØÙØÙÙØØ.
+ (ØÙØØØØÙØ: 5 ØÙØØÙ.)
+
+**V3AuthNIntervalsValid** __NUM__::
+ ØÙØØÙ V3 ØÙÙÙØÙÙØ ÙÙØ. ØÙÙÙÙ ØÙÙ VotingIntervals
+ ØÙØÙ ÙØØ ØÙ ÙÙÙÙ ØÙØØÙØØ ØØÙØØ ÙÙ. ØØØÙØØ ØÙØØÙØÙ ØÙÙØÙØØ
+ ÙØÙØ ÙÙ ÙØØØØ ØÙØÙÙ ØÙØØÙØ; ØØØÙØØ ØÙØØÙØÙ ØÙØØÙØØ ÙØÙØ ÙÙ
+ ØØÙØ ÙØÙØ ØÙØÙÙÙ. ÙØØØ ØÙ ØÙØÙÙ ØÙÙØÙÙ ÙÙÙØØØØ ØÙØÙÙÙØ ØÙÙØØØØÙ ÙÙØ
+ ØÙØÙÙ ØÙÙÙØÙ ÙÙØØØÙ, ØÙ ÙÙ ØØØÙØØ ØÙÙØ ØÙØÙØÙÙØØ. ÙØØ ØÙ ÙÙÙÙ ØÙÙ
+ ØÙØÙÙ 2. (ØÙØØØØÙØ: 3.)
+
+**V3BandwidthsFile** __FILENAME__::
+ V3 authoritative directories only. Configures the location of the
+ bandiwdth-authority generated file storing information on relays' measured
+ bandwidth capacities. (Default: unset.)
+
+ØÙØØØØ ØÙØØÙØ ØÙØÙÙØ
+----------------------
+
+ØØØØØÙ ØÙØÙØØØØ ØÙØØÙÙØ ÙØÙÙÙÙ ØØÙØ ØÙÙØ.
+
+**HiddenServiceDir** __ØÙÙÙ__::
+ ÙØØÙ ÙÙÙØØ ØÙØÙØÙØØ ÙØØÙØ ØÙÙØ ÙÙ ØÙØÙÙÙ. ÙÙ ØØÙØ ØÙÙØ
+ ÙØØ ØÙ ÙÙÙÙ ÙØÙÙØ ØÙÙÙ ÙÙÙØÙ. ÙÙÙÙÙ ØØØØØØÙ ÙØØ ØÙØÙØØ ØØØ ÙØØØ
+ ÙØØØÙØ ØØÙØØ ÙØØØØØ.
+
+**HiddenServicePort** __ÙÙÙØ_ØØÙØÙ__ [__ØÙÙØÙ__]::
+ ØÙÙÙÙ ØÙÙÙÙØ ØÙØØÙØÙ VIRTPORT ÙØØÙØ ØÙÙØ. ÙÙÙÙÙ ØØØØØØÙ ÙØØ ØÙØÙØØ
+ ØØØ ÙØØØ; ÙÙ ÙÙ ÙØØ ÙÙØØÙ ØÙÙ ØÙØØÙØ ØØØØØØØÙ
+ hiddenservicedir ØÙØÙØØ ØØØØØ. ØÙØØØØÙØ, ÙÙÙÙ ÙØØ ØÙØÙØØ ØØØÙÙÙ ØÙÙÙÙØ ØÙØØÙØÙ ØÙÙ
+ ÙÙØ ØÙÙÙÙØ ØÙÙ 127.0.0.1. ÙÙÙÙÙ ØØØÙØ ØÙÙÙÙØ ØÙÙØØÙØÙ, ØÙØÙÙØÙ ØÙÙØØÙØÙ, ØÙ
+ ÙÙØÙÙØ ØÙ ØØÙÙ ØØØÙØ ÙØÙ ÙØÙÙØÙ, ÙÙÙØ, ØÙ ØÙÙØÙ:ÙÙÙØ. ÙÙÙÙ ØÙ ÙÙÙÙ ÙØÙÙ ØÙØØ
+ ØØØ ØØÙØ ÙØ ÙÙØ ØÙÙÙÙØ ØÙØØÙØÙ: ØÙØ ÙÙØÙ ÙØØØØÙ ØØÙØØØØÙ ØØÙÙ
+ ØÙÙÙÙØ ØÙØØÙØÙ, ØÙØÙ ØØØÙØØ ØØØ ØÙØÙØØÙ ÙÙ ØÙÙ ØÙØØÙØ ØØÙØØÙØ.
+
+**PublishHidServDescriptors** **0**|**1**::
+ ØØØ ØÙ ØÙØØØ ØÙÙ 0, ØÙÙ ÙÙÙÙ ØÙØ ØØØØÙÙ ØÙ ØØÙØØ ØÙÙØ ØÙÙÙÙÙØ, ÙÙÙ ÙÙ ÙÙÙÙ
+ ØØØØÙØ ØØÙÙÙ ØÙØÙÙÙ. ÙÙÙÙ ÙØØ ØÙØÙØØ ÙÙÙØØ ØØØ
+ ÙÙØ ØØØØØÙ ØØÙÙ ØÙØ ØÙØÙ ÙØØÙØ ÙØØ ØÙØØÙØ ØÙØÙÙØ ÙÙ.
+ (ØÙØØØØÙØ: 1)
+
+**HiddenServiceVersion** __ØØØØØ__,__ØØØØØ__,__...__::
+ ÙØØÙØ ØØØØØØØØ ÙØØÙ ØØÙØ ØÙØØÙÙÙ ÙÙØØ ÙÙØØÙØ
+ ØÙØÙÙØ. ØØÙÙØ, ØÙÙØØØ 2 ÙÙØ ÙØØÙÙØ. (ØÙØØØØÙØ: 2)
+
+**HiddenServiceAuthorizeClient** __ÙÙØ-ØÙÙØØØÙØ__ __ØØÙ-ØÙØÙÙÙ__,__ØØÙ-ØÙØÙÙÙ__,__...__::
+ ØØØ ØÙ ØÙÙÙÙÙ, ØÙÙÙ ØÙØØÙØ ØÙØÙÙØ ÙØØÙØ ÙÙÙØÙÙ ÙÙØÙÙØØ ØÙÙØØÙØ ØÙÙ
+ ÙÙØ. ÙÙÙÙ ØÙ ÙÙÙÙ ÙÙØ-ØÙÙØØØÙØ ØÙØ \'basic' ÙØØÙØÙÙÙÙ ØØØÙØ
+ ØÙØØØØØ ØÙØØÙØ ØÙ \'stealth' ÙØØÙØÙÙÙÙ ØÙÙ ØØØÙÙØ ÙØÙØÙ ØÙØØ
+ ÙÙÙÙ ØØØÙØØ ÙØØØ ØÙØØÙØ ØÙ ØÙØÙÙØØ ØÙØ ØÙÙØØÙØ ØÙÙ. ØÙØÙÙØØ ÙÙØ
+ ØÙÙØØØÙÙ ÙÙØ ÙØÙÙÙ ØÙØØØÙØ ÙÙÙØÙÙ ØÙÙ ØÙØØÙØ ØÙØÙÙØ. ØØÙØØ ØÙØÙÙØØ ØÙØØÙØØ
+ ÙÙ 1 ØÙÙ 19 ØØÙØ ÙØØØØØÙ ØÙØØØÙ ÙÙØ ÙÙØ ÙÙ A-Za-z0-9+-_ (ØØÙÙ
+ ÙØØÙØØ). ØØØ ØÙ ØØØ ÙØØ ØÙØÙØØ, ÙØ ÙÙÙÙ ØÙÙØÙÙ ÙÙØØÙØ ØÙØÙÙØ
+ ØØÙÙØØØ ÙÙØÙÙØØ ØÙØÙÙ ÙÙØ ÙØÙÙ ØØØÙØ. ØÙØÙØØ ØÙØÙÙÙØ ØÙÙÙÙÙØØ ÙÙÙÙ
+ ØÙØØØÙØ ÙÙ ÙÙÙ hostname. ÙØØØØ ØÙØÙÙØØ ØÙÙ ÙØØ ØÙØÙØØ ØÙØÙÙÙØ ÙØÙ ÙÙ
+ ÙÙÙ ØÙØÙÙÙÙ ØÙØØØ ØÙÙ ØØØØØØØÙ **HidServAuth**.
+
+**RendPostPeriod** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
+ Every time the specified period elapses, Tor uploads any rendezvous
+ service descriptors to the directory servers. This information is also
+ uploaded whenever it changes. (Default: 1 hour)
+
+ØØØØØØ ØÙØØØØ ØÙØØÙØ
+-----------------------
+
+ØØØØØÙ ØÙØÙØØØØ ØÙØØÙÙØ ÙØØØÙÙ ØØØØØØ ØØÙØ ØÙØ.
+
+**TestingTorNetwork** **0**|**1**::
+ ØØØ ØÙ ØÙØØØ ØÙÙ 1, ÙÙÙÙ ØÙØ ØØØØÙÙ ØÙÙÙÙ ØÙØÙØØØØÙØ ÙØÙØØØØ ØÙØÙÙÙÙ ÙÙ ØÙØØÙÙ,
+ ØØÙØ ÙØØØ ÙÙ ØÙØÙÙ ØØØ ØØØØØØ ØØÙØ ØÙØ. ÙÙÙÙ ØØØÙ ÙÙØ ØØØ
+ ÙØÙ ØØØ DirServers ØÙÙØ ØÙØØØØÙ ÙØ ØÙ ØØØÙ. ÙØ ÙÙÙÙ ØÙØØØ ØØØÙ ØØÙØØ ØØØÙÙ ØÙØ.
+ (ØÙØØØØÙØ: 0) +
+
+ ServerDNSAllowBrokenConfig 1
+ DirAllowPrivateAddresses 1
+ EnforceDistinctSubnets 0
+ AssumeReachable 1
+ AuthDirMaxServersPerAddr 0
+ AuthDirMaxServersPerAuthAddr 0
+ ClientDNSRejectInternalAddresses 0
+ ClientRejectInternalAddresses 0
+ ExitPolicyRejectPrivate 0
+ V3AuthVotingInterval 5 minutes
+ V3AuthVoteDelay 20 seconds
+ V3AuthDistDelay 20 seconds
+ MinUptimeHidServDirectoryV2 0 seconds
+ TestingV3AuthInitialVotingInterval 5 minutes
+ TestingV3AuthInitialVoteDelay 20 seconds
+ TestingV3AuthInitialDistDelay 20 seconds
+ TestingAuthDirTimeToLearnReachability 0 minutes
+ TestingEstimatedDescriptorPropagationTime 0 minutes
+
+**TestingV3AuthInitialVotingInterval** __N__ **minutes**|**hours**::
+ ÙØÙ V3AuthVotingInterval, ÙÙÙ ÙÙØØØ ØØÙÙØ ØÙÙÙØ ÙØÙ ØÙØØØ
+ ØÙÙ ØØÙØØ. ØØÙÙØ ÙØØ ÙØØÙØ ØØØ
+ **TestingTorNetwork**. (ØÙØØØØÙØ: 30 ØÙÙÙØ)
+
+**TestingV3AuthInitialVoteDelay** __N__ **minutes**|**hours**::
+ ÙØÙ TestingV3AuthInitialVoteDelay, ÙÙÙ ÙÙØØØ ØØÙÙØ ØÙÙÙØ ÙØÙ
+ ØÙØØØ ØÙÙ ØØÙØØ. ØØÙÙØ ÙØØ ÙØØÙØ ØØØ
+ **TestingTorNetwork**. (ØÙØØØØÙØ: 5 ØÙØØÙ)
+
+**TestingV3AuthInitialDistDelay** __N__ **minutes**|**hours**::
+ ÙØÙ TestingV3AuthInitialDistDelay, ÙÙÙ ÙÙØØØ ØØÙÙØ ØÙÙÙØ ÙØÙ
+ ØÙØØØ ØÙÙ ØØÙØØ. ØØÙÙØ ÙØØ ÙØØÙØ ØØØ
+ **TestingTorNetwork**. (ØÙØØØØÙØ: 5 ØÙØØÙ)
+
+**TestingAuthDirTimeToLearnReachability** __N__ **minutes**|**hours**::
+ ØØØ ØØØ ØÙØØØÙÙ ÙØÙØØ, ÙØ ØÙÙ ØØÙÙ ÙØØÙØØØ ØÙÙ ÙØ ØØØ ÙØÙØ ØÙØØÙØØØØ
+ ÙÙØ ØÙØØØÙÙ ØØÙ ØÙÙØØØ ØÙÙØÙØ ÙÙ ÙØØ ØÙÙÙØ. ØØÙÙØ ÙØØ ÙØØÙØ ØØØ
+ **TestingTorNetwork**. (ØÙØØØØÙØ: 30 ØÙÙÙØ)
+
+**TestingEstimatedDescriptorPropagationTime** __N__ **minutes**|**hours**::
+ ÙØØÙÙ ØÙØÙÙØØ ØÙØÙÙ ÙØØÙØØ ØÙØØÙØØ ÙÙ ÙØØØÙ ØÙØÙÙÙ ØØØ ÙØØ
+ ØÙÙÙØ. ØØÙÙØ ÙØØ ÙØØÙØ ØØØ **TestingTorNetwork**. (ØÙØØØØÙØ:
+ 10 ØÙØØÙ)
+
+ØØØØØØ
+-------
+
+ÙÙØÙØ ØÙØ ØÙØØØØØØ ØÙØØÙÙØ:
+
+**SIGTERM**::
+ ØÙÙ ÙÙØÙØ ØÙØ ÙØØ, ÙÙÙÙ ØØÙØÙÙÙ ÙÙØØÙÙØÙ ÙÙÙØØ ØØØ ÙØÙ ØÙØÙØ, ØÙ ØÙØØÙØ.
+
+**SIGINT**::
+ ØÙÙØØ ØÙØ ÙØØÙÙÙ ØÙØØØÙ ÙÙØ ÙÙ ØÙØØÙ ÙØ SIGTERM; ÙÙÙ ØÙØØÙ ØÙØ ØÙÙ ØÙÙÙ ØØØÙØÙ ØØÙØ
+ ÙØØÙÙ ØÙ, ØØÙØÙ ØÙÙØØÙØÙÙ ÙØÙØÙØØØØ 30 ØØÙÙØ ÙØÙ ØÙØØÙØ.
+ (ÙÙÙÙ ØÙÙÙÙ ØÙØØØÙØ ÙØ ØÙØØ ØÙØÙÙÙÙ ShutdownWaitLength config.)
+
+**SIGHUP**::
+ The signal instructs Tor to reload its configuration (including closing and
+ reopening logs), and kill and restart its helper processes if applicable.
+
+**SIGUSR1**::
+ ØØØØØØØ ØÙØØÙ ØÙÙ ØÙØØØØÙØØ ØÙØØÙÙØ, ØÙØØØØÙØØ ØÙÙØØÙØ ÙØØÙÙ ØÙØÙØØ.
+
+**SIGUSR2**::
+ ÙÙÙÙ ØØØÙÙÙ ØÙÙØ ØÙØØÙØØ ØÙÙ ØØØÙØ ÙØØÙÙ ØÙØØØÙÙ. ÙÙÙÙÙ ØÙØØÙØ ØÙÙ ØÙÙØØÙÙØØ ØÙØØØÙØ ØÙ ØØÙÙ
+ ØØØØÙ SIGHUP.
+
+**SIGCHLD**::
+ ÙØØÙØÙ ØÙØ ÙØÙ ØÙØØØØØ ØÙØ ØØÙØ ØØØ ØÙÙÙØØ ØÙÙØØØØ ØÙØØØ ØÙ, ØØÙ
+ ÙØÙÙÙ ÙÙ ØÙØÙØÙÙ.
+
+**SIGPIPE**::
+ ÙÙÙÙ ØÙØ ØØÙØÙØØ ØÙØØØØØ ÙØØØÙÙÙØ.
+
+**SIGXFSZ**::
+ ØØØ ÙØÙØ ÙØÙ ØÙØØØØØ ÙÙØÙØØ ÙÙ ØÙÙØØÙ ØÙØØØØÙ ØÙØØØ ØÙ, ÙÙÙÙ ØÙØ ØØÙØÙØØÙØ ÙØØØÙÙÙØ.
+
+ÙÙÙØØ
+-----
+
+**@CONFDIR@/torrc**::
+ ÙÙÙ ØÙØÙÙÙÙ, ÙØÙØÙ ÙØØÙÙ ØØÙØØ ÙÙ "ÙÙÙØ ØÙØÙØØ".
+
+**@LOCALSTATEDIR@/lib/tor/**::
+ ØÙÙÙØ ØÙØ ØØØÙ ØÙÙÙØØÙØ ÙØÙØÙØÙØØ ØÙØØØÙ ÙÙØ.
+
+__DataDirectory__**/cached-status/**::
+ ÙØÙÙØ ØØÙØ ØÙØØÙØ ØÙØÙØØ ØÙØÙÙØ ÙØØØØ ÙÙÙ ØÙØØ.
+ ÙÙ ÙÙÙ ÙØÙÙ ÙØÙÙØ ÙØØØØ ÙÙ ÙØØ ØÙÙØÙÙ; ØØÙØØ ØÙÙÙÙØØ ÙÙ ØØÙØØ ÙÙØØØ
+ ØÙÙÙÙØ ØÙØØ ØØØÙØ ÙØÙØØØ ØÙØÙÙÙ.
+
+__DataDirectory__**/cached-descriptors** Ù **cached-descriptors.new**::
+ ÙØÙ ØÙÙÙÙØØ ØØÙÙ ØØÙØØ ØÙØØÙØØ ØÙØÙ ØÙ ØÙØÙÙÙØ. ØØØ ØÙØØÙØØØØ ÙÙÙÙ ØÙ ØØÙØ ØÙØØ
+ ÙÙ ÙØØ ÙØØØØ; ØØØ ÙØÙ ØÙØÙØ ÙØÙÙ, ÙØÙ ØØØØØØÙ ØÙÙØØÙ ØÙÙÙØÙØ ÙØØØØ. ØÙØØÙØ
+ ØÙØÙ ØØØØ ØØÙØÙØØ @ ÙÙ ØØÙØ ØØØÙÙ ÙØÙØØ ÙÙ ØÙÙØÙÙÙØØ ØÙÙ
+ ØÙØØÙØØ ØÙÙØØÙ. ÙÙÙ ".new" ÙÙ ØØÙÙØ ØØØÙØ ÙÙØ; ØÙØÙØ ÙØØØ
+ ÙØÙØØ ØØØ, ÙØÙ ØÙØ ØÙÙØ ØÙÙØØÙØØ ÙÙ ÙÙÙ ÙØØÙØØ ÙØÙØØ ØØÙØ.
+
+__DataDirectory__**/cached-routers** and **cached-routers.new**::
+ ØØØØØØØ ÙØÙÙØ ÙÙ ØÙÙØØÙØØ ØÙÙØÙØØ ÙØÙÙØØÙØØ ØÙÙØÙØØ ØÙØØÙØØ. ØÙØÙØ
+ ÙØØØ ØÙØ ØÙ ØÙØØØ ØÙÙÙÙØØ ØÙØØØØ, ÙØØØ ÙÙØ ØØÙØ ÙÙ ØÙÙ.
+
+__DataDirectory__**/state**::
+ ÙØÙÙØØ ÙÙ ØØÙÙÙØØ ÙÙÙØ ØÙÙÙØØØ ØÙØØØØØ. ÙØÙ ØÙØÙÙÙÙ ÙÙ
+ ØÙÙÙÙ. ØØÙÙ ÙØÙØØ:
+ - ØØØØ ØÙÙØØÙ ØÙØØÙÙ ÙØØÙØÙÙ.
+ - ÙÙÙ ØØØ ØÙÙØØÙ ØÙØØØØÙ ØÙØØÙÙØ ØÙÙØØØØÙØ (ØÙØ ÙØØØØÙ ØØÙ ØÙØÙ; ØÙØØ
+ ÙÙ ØÙØØÙÙ).
+ - ÙØÙ ØÙ ÙØØØØ ØÙÙÙÙ ØØØ ÙØØ
+ - ØÙ ØØØØØ ÙÙ ØÙØ ÙÙÙÙ ØØÙØØØ ÙÙÙ ØÙØØÙØ
+ - ÙÙØØ ØØØÙØÙØ ÙÙØØØ ØÙ ØØØØØØÙ ØØØ ØÙÙØØÙ ØÙØØØØÙ, ÙÙØ ØÙØØ ÙÙ ÙØØÙØØ
+ ØÙØØÙØØ.
+
+__DataDirectory__**/bw_accounting**::
+ ÙØØØØÙ ÙØØØÙØ ÙÙÙ ØØØ ØÙÙØØÙ ØÙØØØØÙ ØÙÙØØØØÙØ (ØÙØÙØ ØØØØ ØÙÙØØØ ØÙØØÙÙØ
+ ÙØÙØÙÙ; ÙÙÙØ ÙØØØØÙ ÙÙØØØØÙ ØØÙ ØÙØÙ ÙÙ ÙØÙ ØÙÙØØØ). ÙØØ ØÙÙÙÙ
+ ÙØÙÙ, ÙØÙØÙØÙØØ ØÙØÙ ÙØØÙÙØ ÙÙ ÙÙÙ \'state' ÙØÙÙ. ÙØØØØÙ
+ ÙÙØ ØÙØÙØ ÙØÙ ØÙÙÙÙ ØØØØ ØØØ ØÙÙØØÙ ØÙØØØØÙ.
+
+__DataDirectory__**/control_auth_cookie**::
+ ÙØØØØÙ ÙÙØØØÙØ ÙÙÙØØ ØØØÙÙ ØÙØØØØØØ ÙØ ÙØØØ ØÙØØÙÙ. ÙÙÙÙ ØØØÙØ
+ ØÙÙÙÙØ ØÙ ØØÙÙ ØÙØØ ØÙØÙÙÙÙ CookieAuthFile. ØØÙØØ ØÙØ ØØØ ØÙØØØÙÙ. ØÙØØ
+ control-spec.txt ÙÙÙØÙØ ÙÙ ØÙÙØÙÙÙØØ. ØØØØØÙ ÙÙØ ØÙØÙØ ØÙÙÙ ÙØØØÙØ ÙÙÙØØ ØØØÙÙ ØÙØØØØØØ
+ ÙÙÙÙÙØ.
+
+__DataDirectory__**/keys/***::
+ ÙØØØØÙ ÙÙØ ÙÙ ÙØÙ ØÙØÙØØÙ. ÙØÙØ ÙÙØØÙØ ØÙÙÙÙØ ÙÙÙØØÙØ ØÙÙÙÙÙ.
+
+__DataDirectory__**/fingerprint**::
+ ÙØØØØÙ ÙÙØ ÙÙ ÙØÙ ØÙØÙØØÙ. ÙØÙØ ØØÙØ ÙÙØØØ ÙÙÙØ ØÙØØØÙ.
+
+__DataDirectory__**/approved-routers**::
+ ÙÙØ ÙØØÙÙØ ØÙØØÙ ØÙØÙÙÙ ØÙÙÙØÙÙ (ØÙØØ
+ **NamingAuthoritativeDirectory**). ÙØØØ ÙØØ ØÙÙÙÙ ØÙØØÙ ØÙÙØØØØØ ÙØÙØØØ
+ ØÙÙÙÙØ. ÙÙ ØØ ÙØØØ ØØÙ ÙØØØØØ ÙØØÙØ ÙÙØÙÙ
+ ØÙØØÙØ. ØÙØØ ÙÙÙ **fingerprint** ØÙØØØ ØÙ ÙÙ __DataDirectory__ ÙÙØØÙÙ ØÙÙ
+ ØØ ÙØØÙ. ØØØ ØÙ ØÙØ ØÙØØÙ ØÙÙØØØØØ **!reject** ÙØÙ ØÙÙØØÙØØ ÙÙ ØÙÙÙÙØ
+ ØÙÙØØÙ (ØÙØØÙØ) ØØÙØ ÙÙ ÙØÙ ÙØØ ØÙØØØÙ. ØØØ ÙØÙ
+ **!invalid** ÙØÙ ØÙÙØØÙØØ ØÙØÙ ÙÙÙÙ ØÙØØ ØÙÙÙØ ØÙØÙØ ÙÙ ØÙØÙÙÙ ØØÙÙØ
+ ØÙØ ØØÙØØ, ÙÙØØ, ØÙØ ÙÙØÙ ØÙ.
+
+__DataDirectory__**/router-stability**::
+ ÙØØØØÙ ÙÙØ ÙÙ ÙØÙ ØÙØØÙ ØÙØÙÙÙ ØÙÙÙØÙÙ. ÙØØØÙØ ØÙÙÙØØØØ
+ ÙÙÙØ ØÙØØÙØØ ØÙÙØÙØØ ØÙÙ ØÙÙØÙ ØØÙ ÙÙÙÙ ÙØÙ ØÙØÙØØØ ÙÙØØ ØÙØØ ØÙÙ
+ ÙÙÙÙØ ØØØ ØÙØØØØØØ ØÙØØØØØ ØÙØØØØ ØÙÙ.
+
+__HiddenServiceDirectory__**/hostname**::
+ ØØÙ ØÙÙØØÙ <base32-encoded-fingerprint>.ÙÙ ØØÙ ÙØØÙ ØÙÙÙÙÙ ÙÙØØÙØ ØÙØÙÙØ ÙØÙ.
+ ØØØ ØÙ ØÙÙÙØ ØÙØØÙØ ØÙØÙÙØ ÙÙØÙÙØØ ØÙÙØØØ ØÙÙ ÙÙØ, ÙØØÙÙ ÙØØ ØÙÙÙÙ
+ ØÙØØ ØÙØÙØØ ØÙØÙÙÙØ ÙØÙÙØ ØÙØÙÙØØ.
+
+__HiddenServiceDirectory__**/private_key**::
+ ØÙÙÙØØØ ØÙØØØ ÙÙØØÙØ ØÙØÙÙØ ÙØÙ.
+
+__HiddenServiceDirectory__**/client_keys**::
+ ØÙØÙØØ ØÙØÙÙÙØ ÙÙØØÙØ ØÙØÙÙØ ØÙÙØØÙØ ÙÙÙØÙÙ ÙÙ ÙØÙ
+ ØÙØÙÙØØ ØÙÙØØØ ØÙÙ ÙÙØ.
+
+ØÙØØ ØÙØØ
+--------
+**privoxy**(1), **tsocks**(1), **torify**(1) +
+
+**https://www.torproject.org/**
+
+
+ØÙØØØØØ
+----
+
+ØØÙØ ØÙÙØÙØ. ÙØ ÙØØÙ ØÙØ ÙÙ ØÙÙÙØ ØÙØÙÙÙØ. ÙØØÙ ØÙØØÙØØ ØÙÙÙ.
+
+ØÙÙØÙÙÙÙ
+-------
+Roger Dingledine [arma at mit.edu], Nick Mathewson [nickm at alum.mit.edu].
+
Added: website/trunk/manpages/ar/torify.1.txt
===================================================================
--- website/trunk/manpages/ar/torify.1.txt (rev 0)
+++ website/trunk/manpages/ar/torify.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,51 @@
+// ØÙÙÙ ØÙØØÙÙÙ ÙØÙÙØØ (c) ÙØØÙØ ØÙØ, ØØÙØ.
+// ØÙØØ ØÙØØØÙØ ÙÙØØÙÙ ØÙÙ ÙØÙÙÙØØ ØÙØØØÙØ
+// ÙØØ ÙÙÙ ØØÙÙØÙÙ ÙØØØØÙ ÙØÙØØØ ÙØØØ manpage/html.
+// ØØÙÙ ØÙØØÙÙØÙÙ ÙÙ http://www.methods.co.nz/asciidoc/userguide.html
+ØÙØÙÙØÙ(1)
+======
+ØÙØØ ØØÙÙØÙØØ ØÙÙÙØ ØØÙØØÙÙ
+
+ØÙØØÙ
+----
+ØÙØÙÙØÙ - ØÙÙØÙÙØ ÙØÙØØÙØ (torsocks) ØÙ ØØÙØ (tsocks) ÙØÙØ
+
+ØÙØÙØØØ
+--------
+**torify** __application__ [__application's__ __arguments__]
+
+ØÙÙØÙ
+-----------
+**ØÙØÙÙØÙ** ÙÙ ÙØÙÙØ ØØÙØ ÙØØÙÙ ØÙØØØ ØÙØÙ ÙØÙÙØ ØÙØ ÙØÙÙ
+ÙØØØ ØÙÙ ØÙÙØØÙ. ÙØÙÙ ØÙØØÙØ (torsocks) ØÙ ØØÙØ (tsocks) ÙØ ÙÙÙ ØÙÙÙÙ
+ØÙØ ØÙÙØØØ. +
+
+ØÙØØÙØ ÙÙ ÙØÙÙØ ÙØØÙØ ÙØÙØÙ ÙÙÙÙ ØØØØØ ØØÙØ ØØÙØÙÙÙÙ ÙØØØ ØÙØÙØØ ØÙÙØØØØÙ
+(UDP), ÙØÙ ØÙÙÙØØ ØØØ ÙØØÙ ØØÙØØ ØÙÙØØÙ (DNS) ØØÙØÙ ÙÙØÙÙ ØØØØÙØØ ØØÙØÙÙÙÙ
+ØÙØØØÙÙ ØÙÙÙÙ (TCP) ØØÙÙ ØØÙØ. +
+
+ØØÙØ ÙÙ ØØØ ØØØÙ ÙØÙÙØ ØÙÙ ÙÙØØØ ØØÙØ ÙØÙØØØÙÙ ØÙØÙ ØØÙØ ØØØÙÙÙ ØØÙØÙØ. +
+
+ÙØØÙ ÙÙØØØØ ØÙÙ ÙÙØ ØØØØØØÙ ÙÙØ ØÙØØÙÙØÙÙ LD_PRELOAD, ÙØ ÙÙÙÙ ØØØÙÙ ØÙØÙÙØÙ
+(torify) ÙÙÙØØØ ØÙØÙØØÙØØ.
+
+ØØØÙØ
+-------
+ÙØØ ØÙ ØÙÙÙ ØÙÙ ØÙÙ ØÙØØ ØÙ ØØÙÙØ ØÙÙ ØØÙØ ØÙØØÙÙØ ØÙÙ ØØØØÙØØ ØØÙØÙÙÙÙ
+ØÙØØØÙÙ ØÙÙÙÙ (TCP) ÙÙØ ÙØØÙÙØ. ØÙÙÙ ØÙ ØØÙÙ ØÙ ÙØØ ÙÙ ÙØØÙ ØÙØØÙØØ ÙØ ÙØÙÙ
+ØÙÙÙØØ ØØØ ØØÙ ØÙÙØØØÙÙ ØÙØÙ ÙØ ØØØÙ ÙØÙ ØÙØÙÙÙØ ØØØ ÙØÙÙÙ ØÙÙØØÙ ØÙØØØÙ
+ØÙØØØ ØÙ ØÙÙ ØÙ ØØÙØØ ØÙØÙØØÙ ØÙØØØÙÙÙ ØÙØØØÙÙ ØÙ. ØÙ ØØØØ **ØÙØ-ØÙØÙÙÙ**(1)
+ÙÙÙÙ ØÙ ØÙÙÙ ÙÙÙØØ ÙØÙ ÙÙ ØØØ ØÙØØÙØØ. ØÙØØØÙØ ØÙÙØØØÙÙØ (FAQ) ÙØÙØ ÙÙ
+https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ ÙÙÙÙ ØÙ ØØØÙÙ ØÙÙ
+ÙØÙØ ÙÙ ØÙÙØÙÙÙØØ ØÙÙ ÙØØ ØÙÙÙØÙØ. +
+
+ØÙØ ØÙØØØØØØÙ ÙØ ØÙØØÙØ (torsocks), ÙØØ ØÙ ÙØ ÙÙÙÙ ØÙØÙÙØÙ (torify) ØØØØÙØ
+ØÙØØØ ÙØØÙ ØØÙØØ ØÙÙØØÙ (DNS) ØÙ ØÙØÙØØ ØØÙØÙÙÙÙ ÙØØØ ØÙØÙØØ ØÙÙØØØØÙ
+(UDP). +
+
+ÙÙØÙÙØ ØÙÙ ÙÙÙÙ ØØØØÙØ ØÙØÙØØ ØØÙØÙÙÙÙ ØØØØÙ ØØÙÙ ØÙØÙØØÙØ (ICMP) .
+
+ØÙØØ ØÙØØ
+--------
+**tor**(1), **tor-resolve**(1), **torsocks**(1), **tsocks**(1),
+**tsocks.conf**(5).
Added: website/trunk/manpages/de/tor-resolve.1.txt
===================================================================
--- website/trunk/manpages/de/tor-resolve.1.txt (rev 0)
+++ website/trunk/manpages/de/tor-resolve.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,49 @@
+// Copyright (c) The Tor Project, Inc.
+// Siehe LICENSE fÃr Lizenzinformationen
+// Dies ist eine asciidoc Datei welche dazu verwendet wird die manpage/html Referenz zu erstellen
+// Lerne asciidoc auf http://www.methods.co.nz/asciidoc/userguide.html
+tor-resolve(1)
+==============
+Peter Palfrader
+
+NAME
+----
+tor-resolve - lÃst einen Hostname zu einer IP Adresse per tor auf
+
+SYNOPSIS
+--------
+**tor-resolve** [-4|-5] [-v] [-x] __hostname__ [__sockshost__[:__socksport__]]
+
+BESCHREIBUNG
+-----------
+**tor-resolve** ist ein einfaches Skript um sich zu einem SOCKS proxy zu verbinden der den SOCKS RESOLVE
+Befehl kennt, Ãbergib ihm einen Hostnamen und erhalte eine IP Adresse zurÃck.
+
+By default, **tor-resolve** uses the Tor server running on 127.0.0.1 on
+SOCKS port 9050. If this isn't what you want, you should specify an
+explicit __sockshost__ and/or __socksport__ on the command line.
+
+OPTIONEN
+-------
+**-v**::
+Zeige verbose Ausgabe.
+
+**-x**::
+FÃhrt eine RÃckwÃrtsauflÃsung aus: bekommt den PTR Eintrag fÃr eine IPv4 Adresse zurÃck.
+
+**-5**::
+Benutze das SOCKS5 Protokoll. (Default)
+
+**-4**::
+Benutzt SOCKS4a statt dem Standard SOCKS5 Protokoll.
+UnterstÃtzt keine DNS RÃckwÃrtsauflÃsung.
+
+SIEHE AUCH
+--------
+**tor**(1), **torify**(1). +
+
+Siehe doc/socks-extensions.txt in dem Tor Paket fÃr Protokoll Details.
+
+AUTOREN
+-------
+Roger Dingledine <arma@xxxxxxx>, Nick Mathewson <nickm@xxxxxxxxxxxx>.
Added: website/trunk/manpages/eo/tor-resolve.1.txt
===================================================================
--- website/trunk/manpages/eo/tor-resolve.1.txt (rev 0)
+++ website/trunk/manpages/eo/tor-resolve.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,49 @@
+// AÅtorrajto de la Tor Projekto, Koporacio. (Copyright (c) The Tor Project, Inc.)
+// Vidu LICENSE por permesa informo.
+// Äi tio etas asciidoc dosiero uzata generi la manpage/html referenco.
+// Lernu asciidoc Äe http://www.methods.co.nz/asciidoc/userguide.html
+tor-resolve(1)
+==============
+Peter Palfrader
+
+NOMO
+----
+tor-resolve - trovi gastignomon al IP addreso pri tor
+
+RESUMO
+--------
+**tor-resolve** [-4|-5] [-v] [-x] __hostname__ [__sockshost__[:__socksport__]]
+
+PRISKRIBO
+-----------
+**tor-resolve** estas simpla skripto por konekti al SOCKS prokurilo ke komprenas
+la SOCKS RESOLVE komandon, donu Äin gastignomon kaj Äi redonas IP adreson.
+
+By default, **tor-resolve** uses the Tor server running on 127.0.0.1 on
+SOCKS port 9050. If this isn't what you want, you should specify an
+explicit __sockshost__ and/or __socksport__ on the command line.
+
+OPCIOJ
+-------
+**-v**::
+Montri malkoncizan eligon.
+
+**-x**::
+Fari inversan trovon: akiri la PTR-an rikordon por IPv4 adreso.
+
+**-5**::
+Uzi la SOCKS5 protokolon. (DefaÅlto)
+
+**-4**::
+Uzi la SOCKS4a protokokon alie ol la defaÅltan SOCKS5 protokokon.
+Ne subtenas inversa DNS.
+
+VIDU ANKAÅ
+--------
+**tor**(1), **torify**(1). +
+
+Vidu doc/socks-extensions.txt en la Tor pako por detaloj.
+
+AÅTOROJ
+-------
+Roger Dingledine <arma@xxxxxxx>, Nick Mathewson <nickm@xxxxxxxxxxxx>.
Added: website/trunk/manpages/es/tor-resolve.1.txt
===================================================================
--- website/trunk/manpages/es/tor-resolve.1.txt (rev 0)
+++ website/trunk/manpages/es/tor-resolve.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,50 @@
+// Derechos de autor (c) The Tor Project, Inc.
+// Ver LICENSE para la informaciÃn de licencia
+// Esto es un documento asscii empleado para generar las referencias de las pÃginas del muanual/html.
+// Aprender asciidoc en http://www.methods.co.nz/asciidoc/userguide.html
+tor-resolve(1)
+==============
+Peter Palfrader
+
+NOMBRE
+----
+tor-resolve - resolver un nombre de host a una direcciÃn IP a travÃs de Tor
+
+SINOPSIS
+--------
+**tor-resolve** [-4|-5] [-v] [-x] __hostname__ [__sockshost__[:__socksport__]]
+
+DESCRIPCION
+-----------
+**tor-resolve** es un simple script para conectarse a un proxy SOCKS conocido
+El comando de resoluciÃn de SOCKS, obtiene un nombre de host, y devuelve una direcciÃn IP.
+
+By default, **tor-resolve** uses the Tor server running on 127.0.0.1 on
+SOCKS port 9050. If this isn't what you want, you should specify an
+explicit __sockshost__ and/or __socksport__ on the command line.
+
+OPCIONES
+-------
+**-v**::
+ Mostrar debug.
+
+**-x**::
+ Realizar una bÃsqueda inversa: obtener el registro PTR para una direcciÃn IPv4.
+
+**-5**::
+ Utilice el protocolo SOCKS5. (Por Defecto)
+
+**-4**::
+ Utilice el protocolo SOCKS4a en lugar del protocolo predeterminado SOCKS5. No
+ soporta resoluciÃn de DNS inversa.
+
+VER TAMBIÃN
+--------
+**tor**(1), **torify**(1). +
+
+VÃase el doc/socks-extensions.txt en el paquete Tor para los detalles de
+protocolo.
+
+AUTORES
+-------
+Roger Dingledine <arma@xxxxxxx>, Nick Mathewson <nickm@xxxxxxxxxxxx>.
Added: website/trunk/manpages/es/torify.1.txt
===================================================================
--- website/trunk/manpages/es/torify.1.txt (rev 0)
+++ website/trunk/manpages/es/torify.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,51 @@
+// Derechos de autor (c) The Tor Project, Inc.
+// Ver LICENSE para la informaciÃn de licencia
+// Esto es un documento asscii empleado para generar las referencias de las pÃginas del muanual/html.
+// Aprender asciidoc en http://www.methods.co.nz/asciidoc/userguide.html
+torify(1)
+==============
+Peter Palfrader Jacob Appelbaum
+
+NOMBRE
+----
+torify - envoltorio para torsocks o tsocks y tor
+
+SINOPSIS
+--------
+**torify** __application__ [__application's__ __arguments__]
+
+DESCRIPCION
+-----------
+**torify** es un envoltorio sencillo que intenta encontrar el envoltorio Tor mejores subyacentes
+disponibles en un sistema. Hace un llamamiento torsocks o tsocks con un archivo de
+configuraciÃn especÃfica tor. +
+
+torsocks es una capa mejorada que explictly rechaza UDP, con seguridad
+resuelve consultas de DNS y adecuadamente socksifies las conexiones TCP. +
+
+tsocks sà es un contenedor entre la biblioteca tsocks y la aplicaciÃn que
+desea ejecutar socksified. +
+
+Tenga en cuenta que ya que tanto el uso del mÃtodo LD_PRELOAD, torify no se
+puede aplicar a los binarios suid.
+
+ADVERTENCIA
+-------
+TambiÃn deben ser conscientes de que la forma tsocks actualmente sÃlo
+funciona conexiones TCP son socksified. Tenga en cuenta que esta voluntad no
+en la mayorÃa de circunstancias incluyen las bÃsquedas de nombre de host que
+aÃn se enrutan a travÃs de su programa de resoluciÃn normal del sistema al
+telÃfono de servidores de nombres habituales resolver. ** El tor-resolver **
+(1) herramienta puede ser Ãtil como una soluciÃn en algunos casos. El Tor
+FAQ en la pÃgina https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ
+pueda disponer de informaciÃn adicional sobre este tema. +
+
+Cuando se utiliza con torsocks, las solicitudes DNS torify no presente fugas
+o datos UDP. +
+
+Ambos se fuga de datos ICMP.
+
+VER TAMBIÃN
+--------
+**tor**(1), **tor-resolve**(1), **torsocks**(1), **tsocks**(1),
+**tsocks.conf**(5).
Added: website/trunk/manpages/et/tor-resolve.1.txt
===================================================================
--- website/trunk/manpages/et/tor-resolve.1.txt (rev 0)
+++ website/trunk/manpages/et/tor-resolve.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,49 @@
+// Copyright (c) The Tor Project, Inc.
+// Vaata faili LICENSE litsentseerimistingimuste jaoks.
+// See on asciidoc fail, mida kasutatakse manuaali/HTML Ãlevaate genereerimiseks.
+// Ãpi asciidoc'i siin: http://www.methods.co.nz/asciidoc/userguide.html
+tor-resolve(1)
+==============
+Peter Palfrader
+
+NIMI
+----
+tor-resolve - tÃlgi masina nimi lÃbi Tori vÃrgu IP aadressiks
+
+KOKKUVÃTE
+---------
+**tor-resolve** [-4|-5] [-v] [-x] __masinanimi__ [__sockshost__[:__socksport__]]
+
+KIRJELDUS
+---------
+**tor-resolve** on lihtne programm Ãhenduse loomiseks SOCKS vaheserveriga, mis teab
+SOCKS RESOLVE kÃsku, serverile masinanime edastamiseks ning IP-aadressi saamiseks.
+
+By default, **tor-resolve** uses the Tor server running on 127.0.0.1 on
+SOCKS port 9050. If this isn't what you want, you should specify an
+explicit __sockshost__ and/or __socksport__ on the command line.
+
+SUVANDID
+--------
+**-v**::
+ NÃita palju informatsiooni.
+
+**-x**::
+ Teosta vastupidine pÃring: hangi PTR-kirje IPv4-addressi jaoks.
+
+**-5**::
+ Kasuta SOCKS5 protokolli. (Tavaline)
+
+**-4**::
+ Kasuta SOCKS4a protokolli SOCKS5 protokolli asemel. Ei toeta tagurpidist DNSI.
+
+VAATA KA
+--------
+**tor**(1), **torify**(1). +
+
+Vaata faili doc/socks-extensions.txt Tori pakettis protokolli detailide
+jaoks.
+
+AUTORID
+-------
+Roger Dingledine <arma@xxxxxxx>, Nick Mathewson <nickm@xxxxxxxxxxxx>.
Added: website/trunk/manpages/fr/tor-resolve.1.txt
===================================================================
--- website/trunk/manpages/fr/tor-resolve.1.txt (rev 0)
+++ website/trunk/manpages/fr/tor-resolve.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,50 @@
+//Droits d'auteur The Tor Project, Inc.
+//Se rÃfÃrer au fichier LICENSE pour toute information sur la license
+//Ceci est un fichier asciidoc utilisà pour gÃnÃrer la page principale manpage/html.
+//Apprenez asciidoc sur http://www.methods.co.nz/asciidoc/userguide.html
+TOR(1)
+======
+Peter Palfrader
+
+NOM
+----
+tor-resolve - trouver le nom d'hÃte (hostname) Ã partir d'une addresse IP
+via tor
+
+SYNOPSIS
+--------
+**tor-resolve** [-4|-5] [-v] [-x] __hostname__ [__sockshost__[:__socksport__]]
+
+DESCRIPTION
+-----------
+**tor-resolve** est un script permettant de se connecter a un proxy SOCKS connaissant la commande SOCKS RESOLVE, lui donnant un nom d'hote (hostname)
+et retourner une addresse IP.
+
+By default, **tor-resolve** uses the Tor server running on 127.0.0.1 on
+SOCKS port 9050. If this isn't what you want, you should specify an
+explicit __sockshost__ and/or __socksport__ on the command line.
+
+OPTIONS
+-------
+**-v**::
+Afficher le rÃsultat.
+
+**-x**::
+Effectuer une recherche inverse: obtenir le PTR record avec une addresse IPv4.
+
+**-5**::
+Utiliser le protocole SOCKS5. (Par dÃfault)
+
+**-4**::
+Utiliser le protocole SOCKS4a plutot que le protocole SOCKS5. Ne peut plus effectuer de recherche DNS inverse.
+
+VOIR AUSSI
+--------
+**tor**(1), **torify**(1). +
+
+Se rÃfÃrer au document doc/socks-extensions.txt dans le pack Tor pour plus
+de dÃtails sur les protocoles utilisÃs.
+
+AUTEURS
+-------
+Roger Dingledine <arma@xxxxxxx>, Nick Mathewson <nickm@xxxxxxxxxxxx>.
Added: website/trunk/manpages/fr/tor.1.txt
===================================================================
--- website/trunk/manpages/fr/tor.1.txt (rev 0)
+++ website/trunk/manpages/fr/tor.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,1527 @@
+// Droits d'auteur The Tor Project, Inc.
+// Se rÃfÃrer au fichier LICENSE pour toute information sur la license
+// Ceci est un fichier asciidoc utilisà pour gÃnÃrer la page principale manpage/html.
+// Apprenez asciidoc sur http://www.methods.co.nz/asciidoc/userguide.html
+TOR(1)
+======
+
+NOM
+----
+tor - Le routeur Onion de deuxiÃme gÃnÃration
+
+
+SYNOPSIS
+--------
+**tor** [__OPTION__ __value__]...
+
+DESCRIPTION
+-----------
+__tor__ est un service de communication qui cible les communications
+anonymes. Les utilisateurs choisissent un chemin routà à travers une sÃrie
+de noeuds et nÃgotient un "circuit virtuel" Ã travers ce rÃseau au sein
+duquel, chaque noeud connaÃt son prÃdÃcesseur et son successeur mais n'a
+aucune information sur les autres. Le trafic qui circule dans le circuit est
+dÃchiffrà par une clef symÃtrique à chaque noeud, ce qui rÃvÃle le prochain
+noeud. +
+
+A la base, __tor__ met à disposition un rÃseau distribuà de serveurs (Â
+routeurs oignon Â). L'utilisateur fait rebondir ses flux de communication
+TCP -- trafic du Web, FTP, SSH -- autour du rÃseau, de faÃon à ce que
+receveurs, observateurs, et les routeurs eux mÃmes ont difficultà Ã
+apprendre la provenance de ces flux.
+
+OPTIONS
+-------
+**-h**, **-help**::
+Afficher un court message d'aide et quitter.
+
+**-f** __FICHIER__::
+FICHIER contient d'avantage de paires  option paramÃtre  (@CONFDIR@/torrc par dÃfaut)
+
+**--hash-password**::
+ GÃnÃre un mot de passe hachà pour l'accÃs au port de contrÃle.
+
+**--list-fingerprint**::
+ GÃnÃre vos clefs et affiche votre surnom et une empreinte.
+
+**--verify-config**::
+VÃrifier que le fichier de configuration est valide.
+
+**--nt-service**::
+ **--service [install|remove|start|stop]** Gestion du service Tor
+ sur Windows NT/2000/XP. Vous trouverez davantage d'instructions sur
+ https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#WinNTService
+
+**--list-torrc-options**::
+Enumerer les options valides.
+
+**--version**::
+Afficher la version de Tor et quitter.
+
+**--quiet**::
+ DÃmarre Tor sans console de journal à moins que cela soit indiquà explicitement.
+ (Par dÃfaut, Tor dÃmarre avec un niveau de journalisation à "notice" ou plus sur
+ la console, jusqu'à ce qu'il ait complÃtement intÃgrà sa configuration.)
+
+Other options can be specified either on the command-line (--option
+ value), or in the configuration file (option value or option "value").
+ Options are case-insensitive. C-style escaped characters are allowed inside
+ quoted values. Options on the command line take precedence over
+ options found in the configuration file, except indicated otherwise. To
+ split one configuration entry into multiple lines, use a single \ before
+ the end of the line. Comments can be used in such multiline entries, but
+ they must start at the beginning of a line.
+
+**BandwidthRate** __N__ **bytes**|**KB**|**MB**|**GB**::
+ A token bucket limits the average incoming bandwidth usage on this node to
+ the specified number of bytes per second, and the average outgoing
+ bandwidth usage to that same value. If you want to run a relay in the
+ public network, this needs to be _at the very least_ 20 KB (that is,
+ 20480 bytes). (Default: 5 MB)
+
+**BandwidthBurst** __N__ **bytes**|**KB**|**MB**|**GB**::
+ Limite la taille maximale de jetons (Ãgalement connu sous le terme burst) au chiffre
+ en nombre d'octets indiquÃ, dans chaque direction. (DÃfaut: 10 MB)
+
+**MaxAdvertisedBandwidth** __N__ **bytes**|**KB**|**MB**|**GB**::
+ Aucune bande passante supÃrieure à cette option ne sera affichÃe comme
+ BandwithRate, si cette option est spÃcifiÃe. Les opÃrateurs de serveur qui dÃsirent
+ rÃduire leur nombre de clients qui veulent construire des circuits à traver eux (
+ puisque c'est proportionnel à la bande passante affichÃe) peuvent rÃduire ainsi
+ leur consommation CPU sans impacter leurs performances rÃseau.
+
+**RelayBandwidthRate** __N__ **bytes**|**KB**|**MB**|**GB**::
+ If not 0, a separate token bucket limits the average incoming bandwidth
+ usage for \_relayed traffic_ on this node to the specified number of bytes
+ per second, and the average outgoing bandwidth usage to that same value.
+ Relayed traffic currently is calculated to include answers to directory
+ requests, but that may change in future versions. (Default: 0)
+
+**RelayBandwidthBurst** __N__ **bytes**|**KB**|**MB**|**GB**::
+ If not 0, limit the maximum token bucket size (also known as the burst) for
+ \_relayed traffic_ to the given number of bytes in each direction.
+ (Default: 0)
+
+**PerConnBWRate** __N__ **bytes**|**KB**|**MB**|**GB**::
+ Si spÃcifiÃe, limite la bande passante pour chaque connexion non issue
+ d'un relais. Vous ne devriez jamais avoir besoin de modifier cette valeur car
+ elle est dÃfinie pour tout le rÃseau dans le consensus. Votre relais utilisera
+ cette valeur par dÃfaut. (DÃfaut: 0)
+
+**PerConnBWBurst** __N__ **bytes**|**KB**|**MB**|**GB**::
+ Si spÃcifiÃe, limite la bande passante pour chaque connexion non issue
+ d'un relais. Vous ne devriez jamais avoir besoin de modifier cette valeur car
+ elle est dÃfinie pour tout le rÃseau dans le consensus. Votre relais utilisera
+ cette valeur par dÃfaut. (DÃfaut: 0)
+
+**ConnLimit** __NUM__::
+ The minimum number of file descriptors that must be available to the Tor
+ process before it will start. Tor will ask the OS for as many file
+ descriptors as the OS will allow (you can find this by "ulimit -H -n").
+ If this number is less than ConnLimit, then Tor will refuse to start. +
+ +
+ You probably don't need to adjust this. It has no effect on Windows
+ since that platform lacks getrlimit(). (Default: 1000)
+
+**ConstrainedSockets** **0**|**1**::
+ Lorsque cette option est indiquÃe, Tor indiquera au noyau d'essayer de
+ compresser les tampons de toutes les sockets à la taille indiquÃe dans
+ **ConstrainedSockSize**. Elle est utile pour les serveurs virtuels et les autres
+ environnements oà les tampons TCP sont limitÃs au niveau systÃme. Si vous
+ Ãtes sur un serveur virtuel et que vous rencontrez le message: "Error
+ creating network socket: No buffer space available", c'est que vous faÃtes
+ face à ce problÃme prÃcis. +
+ +
+ La solution la plus adaptÃe est que l'administrateur augmente lui-mÃme la
+ quantità de tampon pour la machine via /proc/sys/net/ipv4/tcp_mem ou un
+ Ãquivalent. Cette option de configuration intervient en second niveau. +
+ +
+ L'option DirPort ne devrait pas Ãtre utilisÃe si les tampons TCP sont rares. Le
+ cache des requÃtes d'annuaire consomme des sockets supplÃmentaires qui
+ intensifient le problÃme. +
+ +
+ Vous ne devriez **pas** autoriser cette option à moins de rencontre le problÃme
+ "pas assez d'espace de tampon disponible". RÃduire la taille des tampons TCP
+ modifie la taille de la fenÃtre des flux TCP et rÃduira le flot proportionnellement au
+ temps de parcours sur les connexions entre deux hÃtes trÃs ÃloignÃs. (DÃfaut: 0.)
+
+**ConstrainedSockSize** __N__ **bytes**|**KB**::
+ Lorsque **ConstrainedSockets** est activÃe, les tampons de rÃception et de
+ transmission de toutes les sockets seront fixÃe à cette limite. La valeur doit Ãtre
+ comprise entre 2048 et 262114 en incrÃments de 1024 octets. Par dÃfaut, la
+ valeur de 8192 est recommandÃe.
+
+**ControlPort** __Port__::
+ Si indiquÃ, Tor acceptera des connexions sur ce port et leur permettra
+ de contrÃler le processus Tor en utilisant le protocole de contrÃle de Tor
+ (dÃcrit dans control-spec.txt). Note: à moins d'avoir renseignà l'option
+ **HashedControlPassword** ou **CookieAuthentication**, cette option permettra
+ Ã n'importe quel processus de l'hÃte local de contrÃler Tor. Cette option est indispensable pour
+ de nombreux contrÃleurs Tor lesquels utilisent majoritairement la valeur de 9051.
+
+**ControlListenAddress** __IP__[:__PORT__]::
+ Lie la socket du contrÃleur sur cette adresse. Si vous avez spÃcifier un port,
+ il sera utilisà à la place de ControlPort. Nous vous recommandons fortement de
+ laisser cette option vide à moins de savoir ce que vous faÃtes donner l'accÃs au
+ port de contrÃle pour des attaquants est trÃs dangereux. (DÃfaut: 127.0.0.1)
+ Cette directive peut Ãtre indiquÃe plusieurs fois pour lier plusieurs adresses/ports.
+
+**ControlSocket** __Chemin__::
+ Identique à ControlPort, mais Ãcoute sur une socket Unix au lieu d'une socket
+ TCP. (Pour les systÃmes Unix et Unix-like seulement.)
+
+**HashedControlPassword** __mot_de_passe_hachÃ__::
+ Les connexions au port de contrÃle ne sont pas autorisÃes si le processus ne connaÃt pasDon't allow any connections on the control port except when the other
+ le mot de passe dont le hash est __mot_de_pass_hachÃ__. Vous pouvez hacher le
+ mot de passe en lanÃant la commande "tor --hash-password
+ __password__". Vous pouvez fournir plusieurs mots de passe acceptables en utilisant
+ plusieurs lignes HashedControlPassword.
+
+**CookieAuthentication** **0**|**1**::
+ Lorsque cette option est renseignÃe à 1, les connexions sur le port de contrÃle sont rejetÃes
+ Ã moins que le processus connaisse le contenu d'un fichier nommÃ
+ "control_auth_cookie", que Tor crÃÃ dans son rÃpertoire de donnÃes. Cette
+ mÃthode d'authentification ne devrait Ãtre utilisÃe que sur des systÃmes avec un
+ systÃme de fichiers bien sÃcurisÃ. (DÃfaut: 0)
+
+**CookieAuthFile** __Chemin__::
+ Si indiquÃe, cette option modifie le chemin et le nom de fichier par dÃfaut
+ pour le fichier de cookies de Tor. (Consultez CookieAuthentication ci-dessus.)
+
+**CookieAuthFileGroupReadable** **0**|**1**|__Nom_de_Groupe__::
+ Si cette option est mise à 0, le groupe du systÃme de fichier mentionnÃ
+ ne pourra pas lire le fichier de cookie. Si cette option est à 1, le fichier sera
+ lisible par le GID par dÃfaut. [Rendre le fichier lisible par d'autres groupes n'
+ est pas encore implÃmentÃ; merci de nous faire savoir si vous avez besoin
+ de cette fonctionnalitÃ.] (DÃfaut: 0).
+
+**DataDirectory** __DIR__::
+ Enregistre les donnÃes de travail dans DIR (DÃfaut: @LOCALSTATEDIR@/lib/tor)
+
+**DirServer** [__nickname__] [**flags**] __address__:__port__ __fingerprint__::
+ Use a nonstandard authoritative directory server at the provided address
+ and port, with the specified key fingerprint. This option can be repeated
+ many times, for multiple authoritative directory servers. Flags are
+ separated by spaces, and determine what kind of an authority this directory
+ is. By default, every authority is authoritative for current ("v2")-style
+ directories, unless the "no-v2" flag is given. If the "v1" flags is
+ provided, Tor will use this server as an authority for old-style (v1)
+ directories as well. (Only directory mirrors care about this.) Tor will
+ use this server as an authority for hidden service information if the "hs"
+ flag is set, or if the "v1" flag is set and the "no-hs" flag is **not** set.
+ Tor will use this authority as a bridge authoritative directory if the
+ "bridge" flag is set. If a flag "orport=**port**" is given, Tor will use the
+ given port when opening encrypted tunnels to the dirserver. Lastly, if a
+ flag "v3ident=**fp**" is given, the dirserver is a v3 directory authority
+ whose v3 long-term signing key has the fingerprint **fp**. +
+ +
+ If no **dirserver** line is given, Tor will use the default directory
+ servers. NOTE: this option is intended for setting up a private Tor
+ network with its own directory authorities. If you use it, you will be
+ distinguishable from other users, because you won't believe the same
+ authorities they do.
+
+**AlternateDirAuthority** [__nickname__] [**flags**] __address__:__port__ __fingerprint__ +
+
+**AlternateHSAuthority** [__nickname__] [**flags**] __address__:__port__ __fingerprint__ +
+
+**AlternateBridgeAuthority** [__nickname__] [**flags**] __address__:__port__ __ fingerprint__::
+ As DirServer, but replaces less of the default directory authorities. Using
+ AlternateDirAuthority replaces the default Tor directory authorities, but
+ leaves the hidden service authorities and bridge authorities in place.
+ Similarly, Using AlternateHSAuthority replaces the default hidden service
+ authorities, but not the directory or bridge authorities.
+
+**DisableAllSwap** **0**|**1**::
+ Si mise à 1, Tor tentera de vÃrouiller toutes les pages mÃmoires actuelles
+ et futures, de maniÃre à ce que la mÃmoire ne puisse Ãtre paginÃe. Windows,
+ OS X et Solaris ne sont pas gÃrÃs pour le moment. Nous pensons que cette
+ fonctionnalità marche bien sous les distributions modernes GNU/Linux et qu'elle
+ devrait bien fonctionner sous les systÃmes *BSD (non testÃ). Cette option
+ impose de lancer Tor sous le compte root et vous devriez utiliser l'option
+ **User** pour rÃduire proprement les privilÃges de Tor. (DÃfaut: 0)
+
+**FetchDirInfoEarly** **0**|**1**::
+ Si activÃe à 1, Tor rÃcupÃrera toujours les information d'annuaire comme les
+ caches d'annuaire, mÃme si vous ne satisfaisez pas les critÃres normaux
+ de rÃcupÃration en amont. Les utilisateurs normaux ne devraient pas modifier
+ cette option. (DÃfaut: 0)
+
+**FetchDirInfoExtraEarly** **0**|**1**::
+ Si mise à 1, Tor rÃcupÃrera les informations d'annuaire avant les autres
+ caches. Il essayera de tÃlÃcharger les informations d'annuaire peu aprÃs
+ le dÃbut de la pÃriode de consensus. Les utilisateurs ne devraient pas
+ utiliser cette option. (DÃfaut: 1)
+
+**FetchHidServDescriptors** **0**|**1**::
+ Si mise à 0, Tor ne rapatriera pas les descripteurs de service cachÃ
+ des autoritÃs de rendez-vous. Cette option est utile uniquement si
+ vous utilisez un contrÃleur qui gÃre le chargement des donnÃes de
+ service cachà pour vous. (DÃfaut: 1)
+
+**FetchServerDescriptors** **0**|**1**::
+ Si mise à 0, Tor ne rapatriera pas les rÃsumÃs d'Ãtat rÃseau ou les
+ descripteurs de serveurs des autoritÃs d'annuaire. Cette option est
+ utile uniquement si vous utilisez un contrÃleur qui gÃre le chargement
+ des donnÃes d'annuaire pour vous. (DÃfaut: 1)
+
+**FetchHidServDescriptors** **0**|**1**::
+ Si mise à 1, Tor rapatriera tout descripteur non obsolÃte qu'il trouvera
+ sur les autoritÃs d'annuaire. Sinon, il Ãvitera de charger ces descripteurs
+ inutiles, par exemple, ceux des routeurs qui ne fonctionnent pas. Cette
+ option est utile uniquement si vous utilisez le script "exitlist" qui ÃnumÃre
+ les noeuds existants à une certaine adresse. (DÃfaut: 0)
+
+**HTTPProxy** __host__[:__port__]::
+ Tor lancera ses requÃtes vers les annuaires à travers cet hÃte:port (ou hÃte:80
+ si le port n'est pas indiquÃ), au lieu de se connecter directement aux serveurs
+ d'annuaires.
+
+**HTTPProxyAuthenticator** __nomÃutilisateur:mot_de_passe__::
+ Si dÃfini, Tor utilisera ces ÃlÃments pour l'authentification BASIC vers les proxy HTTP
+ , telle que spÃcifiÃe dans la RFC 2617. C'est actuellement la seule forme de proxy HTTP
+ que Tor gÃre; n'hÃsitez pas à envoyer un patch si vous dÃsirez en supporter
+ d'autres.
+
+**HTTPSProxy** __hÃte__[:__port__]::
+ Tor effectuera ses connexions OR (SSL) Ã travers cet hÃte:port (ou
+ hÃte:443 si le port n'est pas indiquÃ), via HTTP CONNECT plutÃt qu'en se connectant
+ directement aux serveurs. Vous pouvez renseigner l'option **FascistFirewall** pour
+ rÃduire le nombre de ports auxquels vous pouvez vous connecter, si votre proxy HTTPS
+ ne permet de se connecter qu'Ã certains ports.
+
+**HTTPSProxyAuthenticator** __utilisateur:mot_de_passe__::
+ Si dÃfinie, Tor utilisera le couple utilisateur:mot_de_passe pour l'authentification
+ en mode Basic sur un proxy HTTPS, comme dans la RFC 2617. C'est pour l'instant,
+ la seule forme d'authentification de proxy HTTPS gÃrÃe par Tor; merci de nous
+ envoyer un patch si vous voulez en gÃrer d'autres.
+
+**Socks4Proxy** __hÃte__[:__port__]::
+ Tor effectuera toutes ses connexions OR Ã travers le proxy SOCKS 4 sur hÃte:port
+ (ou hÃte:1080 si le port n'est pas indiquÃ).
+
+**Socks5Proxy** __hÃte__[:__port__]::
+ Tor effectuera toutes ses connexions OR Ã travers le proxy SOCKS 5 sur hÃte:port
+ (ou hÃte:1080 si le port n'est pas indiquÃ).
+
+**Socks5ProxyUsername** __nom_utilisateur__ +
+
+**Socks5ProxyPassword** __password__::
+ Si renseignÃ, l'authentification au serveur SOCKS 5 utilisera l'identifiant et le mot de passe
+ selon le respect de la RFC 1929. L'identifiant et le mot de passe doivent comporter entre 1 et
+ 255 charactÃres tous les deux.
+
+**KeepalivePeriod** __NUM__::
+ Pour empÃcher les pare-feux de fermer les connexions, cette option permet d'envoyer une cellule
+ keepalive toutes les NUM secondes sur les connexions ouvertes utilisÃes. Si la connexion
+ n' pas de circuit ouvert, elle sera fermÃe aprÃs NUM secondes d'
+ inactivitÃ. (DÃfaut: 5 minutes)
+
+**Log** __SÃvÃritÃMin__[-__SÃvÃritÃMax__] **stderr**|**stdout**|**syslog**::
+ Envoie tous les messages entre __SÃvÃritÃMin__ et __SÃvÃritÃMax__ sur le flux
+ standard de sortie, le flux standard d'erreur ou vers le systÃme de journalisation. (
+ la valeur "syslog" est gÃrÃe uniquement sous Unix.) Les niveaux de sÃvÃrità reconnus
+ sont debug, info, notice, warn et err. Nous vous conseillons d'utiliser "notice" dans la
+ plupart des cas car tout ce qui sera plus verbeux peut rÃvÃler de l'information sensible
+ à un attaquant disposant de ces journaux. Si un seul niveau de sÃvÃrità est donnÃ, tous
+ les messages de ce niveau ou supÃrieur à ce niveau seront envoyÃs à la destination listÃe.
+
+**Log** __minSeverity__[-__maxSeverity__] **file** __NOM_DE_FICHIER__::
+ Comme au dessus mais envoie les messages de journal vers le nom de fichier.
+ L'option "Log" peut apparaÃtre plus d'une fois par fichier de configuration.
+ Les messages sont envoyÃs à tous les journaux qui gÃrent leur niveau
+ de sÃvÃritÃ.
+
+**Log** **[**__domain__,...**]**__minSeverity__[-__maxSeverity__] ... **file** __FILENAME__ +
+
+**Log** **[**__domain__,...**]**__minSeverity__[-__maxSeverity__] ... **stderr**|**stdout**|**syslog** ::
+ As above, but select messages by range of log severity __and__ by a
+ set of "logging domains". Each logging domain corresponds to an area of
+ functionality inside Tor. You can specify any number of severity ranges
+ for a single log statement, each of them prefixed by a comma-separated
+ list of logging domains. You can prefix a domain with $$~$$ to indicate
+ negation, and use * to indicate "all domains". If you specify a severity
+ range without a list of domains, it matches all domains. +
+ +
+ This is an advanced feature which is most useful for debugging one or two
+ of Tor's subsystems at a time. +
+ +
+ The currently recognized domains are: general, crypto, net, config, fs,
+ protocol, mm, http, app, control, circ, rend, bug, dir, dirserv, or, edge,
+ acct, hist, and handshake. Domain names are case-insensitive. +
+ +
+ For example, "`Log [handshake]debug [~net,~mm]info notice stdout`" sends
+ to stdout: all handshake messages of any severity, all info-and-higher
+ messages from domains other than networking and memory management, and all
+ messages of severity notice or higher.
+
+**LogMessageDomains** **0**|**1**::
+ If 1, Tor includes message domains with each log message. Every log
+ message currently has at least one domain; most currently have exactly
+ one. This doesn't affect controller log messages. (Default: 0)
+
+**OutboundBindAddress** __IP__::
+ Indique l'origine des connexions sortantes par l'adresse IP indiquÃe. C'est
+ utile uniquement si vous avez plusieurs interfaces rÃseau et que vous voulez
+ router les connexions sortantes de Tor vers une seule d'entre elles. Ce paramÃtre
+ est ignorà pour les connexions vers les adresses loopback (127.0.0.0/8 et ::1).
+
+**PidFile** __FICHIER__::
+ Au dÃmarrage, Ãcrit le PID dans le FICHIER. Lors d'une fermeture propre,
+ supprime le FICHIER.
+
+**ProtocolWarnings** **0**|**1**::
+ Si renseignà à 1, Tor journalisera au niveau \'warn' de nombreux autres cas qui
+ ne se conforment pas à la spÃcification Tor. En temps normal, ils sont journalisÃs
+ au niveau \'info'. (DÃfaut: 0)
+
+**RunAsDaemon** **0**|**1**::
+ Si spÃcifià à 1, Tor forke et devient un dÃmon en tÃche de fond. Cette option n'a aucun effet
+ sous Windows; vous pouvez utiliser l'option --service de la ligne de commande à la place.
+ (DÃfaut: 0)
+
+**LogTimeGranularity** __NUM__::
+ Set the resolution of timestamps in Tor's logs to NUM milliseconds.
+ NUM must be positive and either a divisor or a multiple of 1 second.
+ Note that this option only controls the granularity written by Tor to
+ a file or console log. Tor does not (for example) "batch up" log
+ messages to affect times logged by a controller, times attached to
+ syslog messages, or the mtime fields on log files. (Default: 1 second)
+
+**SafeLogging** **0**|**1**|**relay**::
+ Tor peut potentiellement masquer les messages sensibles dans votre
+ journal des ÃvÃnements (ex: des adresses) en les remplaÃant par la
+ chaÃne [scrubbed]. Ainsi, le journal conserve son utilità sans laisser filtrer
+ des informations sur les sites qu'un utilisateur a consultÃ. +
+ +
+ Si cette option est mise à 0, Tor n'effectuera aucune modification. Si elle
+ est mise à 1, toutes les chaÃnes sensibles seront remplacÃes. Si elle est
+ mise à relay, tous les messages concernant le relais seront masquÃs mais
+ tous les messages concernant le client ne le seront pas. (DÃfaut: 1)
+
+**User** __UID__::
+ Au dÃmarrage, change l'uid vers celui de cet utilisateur ainsi que son groupe.
+
+**HardwareAccel** **0**|**1**::
+ Si non nul, essaye d'utiliser le matÃriel interne dÃdià aux opÃrations de chiffrement
+ si disponible. (DÃfaut: 0)
+
+**AccelName** __NOM__::
+ Tente de charger le moteur dynamique d'accÃlÃration cryptographique du mÃme nom dans OpenSSL. Cette option doit Ãtre utilisÃe si vous avez un tel moteur matÃriel.
+ Les noms peuvent Ãtre vÃrifiÃs avec la commande openssl engine.
+
+**AccelDir** __DIR__::
+ Indiquez cette option si vous utilisez du matÃriel d'accÃlÃration et que le moteur
+ de son implementation est situà ailleurs que dans l'emplacement par dÃfaut d'OpenSSL.
+
+**AvoidDiskWrites** **0**|**1**::
+ Si diffÃrent de zÃro, essaye d'Ãcrire moins frÃquemment sur le disque.
+ Cette optione est particuliÃrement utile lors de l'utilisation de carte flash ou
+ d'un support avec un nombre limità de cycles d'Ãcriture. (DÃfaut: 0)
+
+**TunnelDirConns** **0**|**1**::
+ Si diffÃrent de zÃro, on fera un circuit à un seul saut et une connexion chiffrÃe vers son ORPort, en cas de contact d'un serveur d'annuaire gÃrant cette option.
+ (DÃfaut: 1)
+
+**PreferTunneledDirConns** **0**|**1**::
+ Si non nul, nous Ãviterons les serveurs d'annuaire qui ne gÃrent pas lesers that don't support tunneled
+ connexions tunnels aux annuaires, lorsque c'est possible. (DÃfaut: 1)
+
+**CircuitPriorityHalflife** __NUM1__::
+ Si cette valeur est indiquÃe, l'algorithme de choix des circuits et des relais
+ par dÃfaut sera remplacÃ. Lorsque la valeur est 0, l'algorithme boucle sur
+ les circuits actifs d'une connexion. Lorsque la valeur est positive, l'algorithme
+ privilÃgiera les points les moins utilisÃs, l'utilisation Ãtant exponentielle selon
+ la valeur CircuitPriorityHalflife (en secondes). Si cette option n'est pas indiquÃe
+ l'algorithme utilisera la valeur distribuÃe par le rÃseau. C'est une option avancÃe,
+ en rÃgle gÃnÃrale, vous n'avez pas besoin de vous en inquiÃter. (DÃfaut: non indiquÃe.)
+
+**DisableIOCP** **0**|**1**::
+ If Tor was built to use the Libevent's "bufferevents" networking code
+ and you're running on Windows, setting this option to 1 will tell Libevent
+ not to use the Windows IOCP networking API. (Default: 1)
+
+OPTIONS DU CLIENT
+-----------------
+
+Les options suivantes ne concernent que les clients (c'est à dire si
+**SocksPort** est non nul):
+
+**AllowInvalidNodes** **entry**|**exit**|**middle**|**introduction**|**rendezvous**|**...**::
+ Si certains serveurs Tor ne fonctionnent pas correctement, les autoritÃs
+ d'annuaire peuvent les marquer manuellement comme invalides, indiquant
+ qu'il n'est pas recommandà de les utiliser comme noeud d'entrÃe ou de sortie.
+ Vous pouvez toutefois les utiliser entre les deux. Par dÃfaut, cette option est
+ "middle,rendezvous", les autres choix n'Ãtant pas conseillÃs.
+
+**ExcludeSingleHopRelays** **0**|**1**::
+ This option controls whether circuits built by Tor will include relays with
+ the AllowSingleHopExits flag set to true. If ExcludeSingleHopRelays is set
+ to 0, these relays will be included. Note that these relays might be at
+ higher risk of being seized or observed, so they are not normally
+ included. Also note that relatively few clients turn off this option,
+ so using these relays might make your client stand out.
+ (Default: 1)
+
+**Bridge** __IP__:__ORPort__ [empreinte]::
+ Lorsque cette option est utilisÃe en conjonction avec UseBridges, Tor
+ utilisera le relais situà à "IP:ORPORT" comme une "passerelle" vers le rÃseau
+ Tor. Si "empreinte" est fournie (mÃme format que pour DirServer), Tor vÃrifiera
+ si le relais dÃsignà dispose bien de la mÃme. L'empreinte est aussi utilisÃe pour
+ vÃrifier le descripteur de passerelle dans l'autorità de passerelles si elle est fournie
+ et si UpdateBridgesFromAuthority est Ãgalement activÃe.
+
+**LearnCircuitBuildTimeout** **0**|**1**::
+ If 0, CircuitBuildTimeout adaptive learning is disabled. (Default: 1)
+
+**CircuitBuildTimeout** __NUM__::
+
+ Try for at most NUM seconds when building circuits. If the circuit isn't
+ open in that time, give up on it. If LearnCircuitBuildTimeout is 1, this
+ value serves as the initial value to use before a timeout is learned. If
+ LearnCircuitBuildTimeout is 0, this value is the only value used.
+ (Default: 60 seconds.)
+
+**CircuitIdleTimeout** __NUM__::
+ Si un circuit n'a pas Ãtà utilisà depuis NUM secondes, alors il sera fermÃ.
+ Ainsi, lorsque le client Tor est inactif, il peut fermer ses circuits et ses
+ connexions TLS. De plus, si nous avons un circuit incapable de faire aboutir
+ nos requÃtes, il n'occupera pas d'emplacement indÃfiniment. (DÃfaut: 1
+ heure.)
+
+**CircuitStreamTimeout** __NUM__::
+ Si supÃrieur à zÃro, cette option remplace notre timing interne sur le
+ dÃcompte de secondes entre l'arrÃt d'utilisation d'un circuit et la construction
+ d'un nouveau. Si votre rÃseau est particuliÃrement lent, vous pouvez
+ mettre 60 dans cette option. (DÃfaut: 0)
+
+**ClientOnly** **0**|**1**::
+ Lorsque cette option est à 1, Tor ne sera ni un serveur ni un serveur d'annuaire.
+ Par dÃfaut, Tor se comporte comme un client tant que ORPort n'est pas
+ configurÃ. (Habituellement, vous n'avez pas besoin de spÃcifier cette option
+ Tor est assez intelligent pour savoir si vous avez une bande passante suffisante
+ et assez fiable pour vous comporter comme un serveur efficace.) (DÃfaut: 0)
+
+**ExcludeNodes** __node__,__node__,__...__::
+ Une liste des empreintes d'identifiants, de surnoms, de codes de pays et de motifs d'adresses
+ de noeuds à ne jamais utiliser lors de la construction d'un circuit. (Exemple:
+ ExcludeNodes SlowServer, $ EFFFFFFFFFFFFFFF, \{cc}, 255.254.0.0/8)
+
+**ExcludeExitNodes** __noeud__,__noeud__,__...__::
+ Une liste d'empreintes d'identitÃ, de surnoms, de code de pays et de
+ motifs d'adresses de noeuds à ne jamais utiliser comme noeud de sortie.
+ A noter que tous les noeuds listÃs dans ExcludeNodes sont automatiquement
+ considÃrà comme faisant partie de celle-ci.
+
+**EntryNodes** __node__,__node__,__...__::
+ Une liste des empreintes d'identifiants, de surnoms, de codes de pays et de motifs d'adresses
+ de noeuds à utiliser pour le premier saut dans les circuits de sortie. Ils sont
+ traitÃs seulement comme des prÃfÃrences à moins que l'option StrictNodes (voir ci-dessous) soit indiquÃe.
+
+**ExitNodes** __node__,__node__,__...__::
+ Une liste des empreintes d'identifiants, de surnoms, de codes de pays et de motifs d'adresses
+ de noeuds à utiliser pour le dernier saut dans les circuits de sortie. Ils sont
+ traitÃs seulement comme des prÃfÃrences à moins que l'option StricNodes (voir ci-dessous) soit indiquÃe.
+
+**StrictNodes** **0**|**1**::
+ Si mise à 1 et que l'option EntryNodes est activÃe, Tor n'utilisera aucun
+ noeud de la liste EntryNodes comme noeud d'entrÃe sur un circuit normal.
+ Si mise à 1 et que l'option ExitNodes est activÃe, Tor n'utilisera aucun
+ noeud de la liste ExtNodes comme noeud de sorte. A noter que Tor peut
+ toujours les utiliser dans les circuits qui ne sortent pas comme les requÃtes
+ d'annuaire et le circuits de services cachÃs.
+
+**FascistFirewall** **0**|**1**::
+ Si mise à 1, Tor crÃera des connexions sortantes vers les relais uniquement
+ sur les ports autorisÃs par votre firewall (par dÃfaut 80 et 443; consultez
+ **FirewallPorts**). Cette option vous permet d'utiliser Tor comme client derriÃre
+ un firewall avec une politique restrictive mais ne vous permettra pas de monter
+ un serveur. Si vous prÃfÃrez une configuration plus fine, utilisez l'option
+ ReachableAddresses à la place.
+
+**FirewallPorts** __PORTS__::
+ Une liste de ports que votre firewall vous permet de joindre. UtilisÃe uniquement
+ lorsque **FascistFirewall** est activÃ. Cette option est obsolÃte; utilisez
+ ReachableAddress à la place. (DÃfaut: 80, 443)
+
+**HidServAuth** __adresse-oignon__ __cookie-auth__ [__nom-service__]::
+ Autorisation client pour un service cachÃ. Les adresses oignon contiennent 16
+ caractÃres dans a-z2-7 plus ".onion" et les cookies d'authentification contiennent
+ 22 caractÃres dans A-Za-z0-9+/. Le nom du service est utilisà uniquement pour
+ des besoins internes, par exemple pour les contrÃleurs Tor. Cette option peut
+ Ãtre utilisÃe plusieurs fois pour diffÃrents services cachÃs. Si un service cachÃ
+ demande une authentification et que cette option n'est pas activÃe, le service
+ cachà sera inaccessible. Les services cachÃs peuvent Ãtre configurà pour forcer
+ l'autorisation en utilisant l'option **HiddenServiceAuthorizeClient**.
+
+**ReachableAddresses** __ADDR__[/__MASQ__][:__PORT__]...::
+ Une liste sÃparÃe par des virgules d'adresses IP et de ports auxquels votre
+ pare-feux vous autorise à vous connecter. Le format est le mÃme que celui
+ des adresses dans ExitPolicy à l'exception du fait que "accept" est mis en
+ oeuvre uniquement si "reject" est utilisÃ. Par exemple, \'ReachableAddresses
+ 99.0.0.0/8, reject 18.0.0.0/8:80, accept \*:80' signifie que votre pare-feux vous
+ permet de vous connecter à tout dans le rÃseau 99, rejette les ports 80 du rÃseau
+ 18 et accepte les connexions sur le port 80 sinon. (DÃfaut: \'accept \*.*'.).
+
+**ReachableDirAddresses** __ADDR__[/__MASQ__][:__PORT__]...::
+ Comme **ReachableAddresses**, une liste d'adresse et de ports. Tor
+ utilisera ces restrictions lorsqu'il rÃcupÃrera les information d'annuaire en
+ utilisant des requÃtes HTTP GET standardes. Si cette option n'est pas remplie
+ explicitement, **ReachableAddresses** sera utilisÃe. Si **HTTPProxy** est
+ activÃe, alors les connexions passeront par ce proxy.
+
+**ReachableORAddresses** __ADDR__[/__MASQ__][:__PORT__]...::
+ Comme **ReachableAddresses*, une liste d'adresses et de ports. Tor
+ utilisera ces restrictions pour se connecter aux routeurs Oignons en
+ utilisant TLS/SSL. Si elle n'est pas explicitement remplie, la valeur inscrite
+ dans **ReachableAddresses** est utilisÃe. Si **HTTPSProxy** est activÃe
+ alors ces connexions se feront par ce proxy. +
+ +
+ La sÃparation entre **ReachableORAddresses** et
+ **ReachableDirAddresses** n'est intÃressante que si vous vous connectez
+ par des proxys (voir **HTTPProxy** et **HTTPSProxy**). La majorità des
+ proxys limitent leur connexions TLS (que Tor utilise pour se connecter aux
+ routeurs Oignon) au port 443 et certains se limitent à des requÃtes HTTP GET
+ (que Tor utilise pour rÃcupÃrer les information d'annuaire) sur le port 80.
+
+**LongLivedPorts** __PORTS__::
+ Une liste de ports de services qui emploient des connexions de grande durÃe
+ (ex: le chat et les shells interactifs). Les circuits pour les flux utilisant ces ports
+ comporteront uniquement des noeuds à grande durÃe de vie pour rÃduire les
+ chances qu'un noeud s'arrÃte avant que le flux ne soit terminÃ. (DÃfaut: 21, 22,
+ 706, 1863, 5050, 5190, 5222, 5223, 6667, 6697, 8300)
+
+**MapAddress** __adresse__ __nouvelle_adresse__::
+ Lorsqu'une requÃte pour cette adresse arrive à Tor, il la rÃÃcrira en la
+ nouvelle adresse avant de la traiter. Par exemple, si vous dÃsirez que les
+ connexions vers www.indymedia.org sortent par __torserver__ (oÃ
+ __torserver__ est le surnom d'un serveur), utilisez "MapAddress
+ www.indymedia.org www.indymedia.org.torserver.exit".
+
+**NewCircuitPeriod** __NUM__::
+ Lance la construction d'un nouveau circuit tous les NUM secondes. (DÃfaut: 30
+ secondes)
+
+**MaxCircuitDirtiness** __NUM__::
+ Permet de rÃutiliser un circuit libÃrà il y a au moins NUM secondes mais
+ ne permet pas d'affecter un flux à un circuit trop ancien. (DÃfaut: 10 minutes)
+
+**NodeFamily** __node__,__node__,__...__::
+ The Tor servers, defined by their identity fingerprints or nicknames,
+ constitute a "family" of similar or co-administered servers, so never use
+ any two of them in the same circuit. Defining a NodeFamily is only needed
+ when a server doesn't list the family itself (with MyFamily). This option
+ can be used multiple times. In addition to nodes, you can also list
+ IP address and ranges and country codes in {curly braces}.
+
+**EnforceDistinctSubnets** **0**|**1**::
+ Si mise à 1, Tor n'utilisera pas dans le mÃme circuit, deux serveurs dont
+ les adresses IP seraient "trop proches". Actuellement, deux adresses sont
+ "trop proches" si elles sont dans la mÃme plage /16. (DÃfaut: 1)
+
+**SocksPort** __PORT__::
+ DÃclare ce port comme celui de connexion des applications utilisant
+ le protocole Socks. Mettez le à 0 si vous ne voulez pas autoriser de
+ connexions d'applications. (DÃfaut: 9050)
+
+**SocksListenAddress** __IP__[:__PORT__]::
+ Ãcoute sur cette adresse les connexions des applications utilisant le
+ protocole Socks. (DÃfaut: 127.0.0.1) Vous pouvez Ãgalement indiquer un
+ port (ex: 192.168.0.1:9100). Cette option peut Ãtre indiquÃe plusieurs fois
+ pour Ãcouter sur plusieurs adresses/ports.
+
+**SocksPolicy** __politique__,__politique__,__...__::
+ Configure une politique d'entrÃe pour ce serveur, pour limiter qui peut se
+ connecter aux ports SocksPort et DNSPort. Les politiques ont le mÃme
+ format que les politiques de sortie ci-dessous.
+
+**SocksTimeout** __NUM__::
+ Permet à une connexion socks d'attendre NUM secondes pour son initialisation
+ et NUM secondes pour trouver un circuit approprià avant d'Ãchouer. (DÃfaut:
+ 2 minutes.)
+
+**TrackHostExits** __hÃte__,__.domaine__,__...__::
+ Pour chaque valeur de cette liste sÃparÃe par des virgules, Tor tracera les
+ connexions rÃcentes aux hÃtes dÃcrits dans cette valeur et tentera de rÃutiliser
+ le mÃme noeud de sortie pour chacun. Si la valeur est prÃfixÃe avec un \'.\', elle
+ est traitÃe comme un domaine entier. Si une des valeurs est juste un \'.\', elle
+ sera traitÃe comme l'univers. Cette option est utile si vous vous connectez souvent
+ Ã des sites qui font expirer vos cookies d'authentification (i.e. qui ferment votre
+ session) si votre adresse IP change. A noter que cette option a l'inconvÃnient de
+ rendre moins opaque l'association entre un historique donnà et un utilisateur.
+ Toutefois, ceux qui veulent y arriver peuvent, de toute maniÃre, le faire à travers
+ les cookies ou d'autres protocoles spÃcifiques.
+
+**TrackHostExitsExpire** __NUM__::
+ Ãtant donnà que les serveurs s'allument et s'Ãteignent, il est important
+ de mettre un terme à l'association entre un hÃte et un serveur de sortie
+ aprÃs NUM secondes. Par dÃfaut, cette valeur vaut 1800 seconde (30 minutes).
+
+**UpdateBridgesFromAuthority** **0**|**1**::
+ Lorsque cette option est activÃe (en conjonction avec UseBridges), Tor tentera
+ de rÃcupÃrer les descripteurs de passerelles depuis l'autorità renseignÃe.
+ Il utilisera une requÃte directe si l'autorità rÃpond par une erreur 404. (DÃfaut:0)
+
+**UseBridges** **0**|**1**::
+ UtilisÃe, cette option indique à Tor de transfÃrer les descripteurs de chaque passerelle dans les
+ lignes de configuration "Bridge" et utilise ces relais comme portes d'entrÃes et d'annuaires.
+ (DÃfaut: 0)
+
+**UseEntryGuards** **0**|**1**::
+ Si cette option est mise à 1, uniquement quelques serveurs d'entrÃe sont utilisÃs
+ par Tor. Changer constamment de serveur permet à un adversaire qui en dÃtient
+ quelques-uns d'amÃliorer ses chances d'observer des parties de vos chemins. (DÃfaut à 1.)
+
+**NumEntryGuards** __NUM__::
+ Si UseEntryGuards est enregistrà à 1, nous essaierons d'utiliser un total de NUM routeurs
+ comme nos entrÃes à long terme pour nos circuits. (DÃfaut: 3.)
+
+**SafeSocks** **0**|**1**::
+ Lorsque cette option est activÃe, Tor rejettera les connexions d'application
+ qui utilisent des variantes non sÃcurisÃes du protocole socks -- celles qui
+ fournissent seulement une adresse IP, indiquant que l'application a dÃjà fait
+ la rÃsolution DNS. SpÃcifiquement, ce sont les connexions socks4 et socks5
+ n'effectuant pas de rÃsolution DNS distante. (DÃfaut à 0.)
+
+**TestSocks** **0**|**1**::
+ Lorsque cette option est activÃe, Tor consignera un message de notification
+ pour chaque connexion au port Socks indiquant si la requÃte employÃe est
+ saine ou non (consultez l'entrÃe ci-dessus sur SafeSocks). Permet de dÃterminer
+ si une application utilisant Tor gÃnÃre des fuites de requÃtes DNS. (DÃfaut: 0)
+
+**WarnUnsafeSocks** **0**|**1**::
+ When this option is enabled, Tor will warn whenever a request is
+ received that only contains an IP address instead of a hostname. Allowing
+ applications to do DNS resolves themselves is usually a bad idea and
+ can leak your location to attackers. (Default: 1)
+
+**VirtualAddrNetwork** __Address__/__bits__::
+ When Tor needs to assign a virtual (unused) address because of a MAPADDRESS
+ command from the controller or the AutomapHostsOnResolve feature, Tor
+ picks an unassigned address from this range. (Default:
+ 127.192.0.0/10) +
+ +
+ When providing proxy server service to a network of computers using a tool
+ like dns-proxy-tor, change this address to "10.192.0.0/10" or
+ "172.16.0.0/12". The default **VirtualAddrNetwork** address range on a
+ properly configured machine will route to the loopback interface. For
+ local use, no change to the default VirtualAddrNetwork setting is needed.
+
+**AllowNonRFC953Hostnames** **0**|**1**::
+ Lorsque cette option est dÃsactivÃe, Tor bloquera les noms d'hÃtes contenant
+ des caractÃres illÃgaux (comme @ et :) plutÃt que de les faire rÃsoudre par un
+ noeud de sortie. Permet d'identifier les tentatives accidentelles de rÃsolution d'URLS.
+ (DÃfaut: 0)
+
+**AllowDotExit** **0**|**1**::
+ If enabled, we convert "www.google.com.foo.exit" addresses on the
+ SocksPort/TransPort/NATDPort into "www.google.com" addresses that exit from
+ the node "foo". Disabled by default since attacking websites and exit
+ relays can use it to manipulate your path selection. (Default: 0)
+
+**FastFirstHopPK** **0**|**1**::
+ Lorsque cette option est activÃe, Tor utilise l'Ãtape de clef publique
+ comme premier saut de crÃation de circuit. C'est assez sÃcurisÃ, sachant
+ que TLS a dÃjà Ãtà utilisà pour authentifier le relais et pour mettre en
+ place les clefs de sÃcurità ultÃrieures. DÃsactiver cette option rend la
+ construction de circuits plus longue. +
+ +
+ A noter que Tor utilisera toujours l'Ãtape de clef publique comme premier
+ saut si il fonctionne en tant que relais et qu'il n'utilisera pas cette Ãtape s'il
+ ne connaÃt pas la clef oignon du premier saut. (DÃfaut: 1)
+
+**TransPort** __PORT__::
+ Si non nul, active un proxy transparent sur le port __PORT__ (par convention,
+ 9040). Requiert un OS gÃrant les proxys transparents tels que pf sous BSD ou
+ iptables sous Linux. Si vous avez l'intention d'utiliser Tor en tant que proxy transparent
+ pour un rÃseau, vous devriez examiner et modifier la valeur par dÃfaut de
+ VirtualAddrNetwork. Vous devriez Ãgalement indiquer l'option TransListenAddress pour
+ le rÃseau que vous voulez proxyfier. (DÃfaut: 0).
+
+**TransListenAddress** __IP__[:__PORT__]::
+ RÃserve cette adresse pour Ãcouter les connexions de proxy transparent.
+ (DÃfaut: 127.0.0.1). C'est utile pour exporter un serveur proxy transparent Ã
+ un rÃseau entier.
+
+**NATDPort** __PORT__::
+ Permet à de vielles version de ipfw (inclus dans des versions anciennes de
+ FreeBSD) d'envoyer des connexions à travers Tor en utilisant le protocole NATD.
+ Cette option concerne uniquement les personnes ne pouvant utiliser TransPort.
+
+**NATDListenAddress** __IP__[:__PORT__]::
+ Ãcoute sur cette adresse pour les connexion NATD. (DÃfaut: 127.0.0.1).
+
+**AutomapHostsOnResolve** **0**|**1**::
+ Lorsque cette option est activÃe et que nous rÃcupÃrons une requÃte de
+ rÃsolution de nom qui se termine par un des suffixes de **AutomapHostsSuffixes**,
+ Tor affecte une adresse virtuelle non utilisÃe à cette adresse et la retourne.
+ C'est utile pour faire fonctionner les adresses ".onion" avec les applications
+ qui rÃsolvent une adresse avant de s'y connecter. (DÃfaut: 0).
+
+**AutomapHostsSuffixes** __SUFFIX__,__SUFFIX__,__...__::
+ Une liste de suffixes, sÃparÃs par des virgules à utiliser avec **AutomapHostsOnResolve**.
+ Le suffixe "." est Ãquivalent à "toutes les adresses." (DÃfaut: .exit,.onion).
+
+**DNSPort** __PORT__::
+ Si non nul, Tor Ãcoutera les requÃtes DNS UDP sur ce port et effectuera
+ des rÃsolutions de maniÃre anonyme. (DÃfaut: 0).
+
+**DNSListenAddress** __IP__[:__PORT__]::
+ Utiliser cette adresses pour Ãcouter les connexions DNS. (DÃfaut: 127.0.0.1).
+
+**ClientDNSRejectInternalAddresses** **0**|**1**::
+ Si la valeur est vraie, Tor ne fera pas confiance aux rÃponses DNS rÃcupÃrÃes
+ de maniÃre anonyme qui correspondent à des adresses internes (comme
+ 127.0.0.1 ou 192.168.0.1). Cette option empÃche certaines attaques basÃes
+ sur les navigateurs; ne la dÃsactivez pas à moins de savoir ce que vous faÃtes.
+ (DÃfaut: 1).
+
+**ClientRejectInternalAddresses** **0**|**1**::
+ If true, Tor does not try to fulfill requests to connect to an internal
+ address (like 127.0.0.1 or 192.168.0.1) __unless a exit node is
+ specifically requested__ (for example, via a .exit hostname, or a
+ controller request). (Default: 1).
+
+**DownloadExtraInfo** **0**|**1**::
+ Tor tÃlÃchargera et mettra en cache les documents "extra-info" si la valeur est vraie.
+ Ces documents contiennent des informations autres que les descripteurs standards
+ de routage des serveurs. Tor n'utilise pas ces informations en interne. Pour Ãpargner
+ de la bande passante, laissez cette option de cÃtÃ. (DÃfaut: 0).
+
+**FallbackNetworkstatusFile** __NOM_DE_FICHIER__::
+ Si Tor n'a pas de fichier de cache d'Ãtat de rÃseau, il utilisera celui-ci
+ Ã la place. MÃme si ce fichier est obsolÃte, Tor peut toujours l'utiliser
+ pour lister les mirroirs d'annuaire de maniÃre à ne pas charger les
+ autoritÃs. (DÃfaut: Aucun).
+
+**WarnPlaintextPorts** __port__,__port__,__...__::
+ Indique à Tor d'emmettre des avertissements lorsque l'utilisateur tente
+ de se connecter de maniÃre anonyme à l'un de ces ports. Cette option est
+ destinÃe à alerter les utilisateurs des services qui risquent d'envoyer leur
+ mot de passe en clair. (DÃfaut: 23,109,110,143).
+
+**RejectPlaintextPorts** __port__,__port__,__...__::
+ Identique à WarnPlaintextPorts mais au lieu d'avertir sur l'utilisation risquÃe des ports, Tor
+ refusera la connexion. (DÃfaut: None).
+
+**AllowSingleHopCircuits** **0**|**1**::
+ When this option is set, the attached Tor controller can use relays
+ that have the **AllowSingleHopExits** option turned on to build
+ one-hop Tor connections. (Default: 0)
+
+OPTIONS DU SERVEUR
+------------------
+
+Les options suivantes ne concernent que les serveurs (c'est à dire si ORPort
+est non nul):
+
+**Address** __address__::
+ The IP address or fully qualified domain name of this server (e.g.
+ moria.mit.edu). You can leave this unset, and Tor will guess your IP
+ address. This IP address is the one used to tell clients and other
+ servers where to find your Tor server; it doesn't affect the IP that your
+ Tor client binds to. To bind to a different address, use the
+ *ListenAddress and OutboundBindAddress options.
+
+**AllowSingleHopExits** **0**|**1**::
+ This option controls whether clients can use this server as a single hop
+ proxy. If set to 1, clients can use this server as an exit even if it is
+ the only hop in the circuit. Note that most clients will refuse to use
+ servers that set this option, since most clients have
+ ExcludeSingleHopRelays set. (Default: 0)
+
+**AssumeReachable** **0**|**1**::
+ Cette option est utilisÃe lors de la mise en place d'un nouveau rÃseau
+ Tor. Si elle vaut 1, les tests d'accessibilità de ce serveur ne sont pas lancÃs,
+ les descripteurs de serveur sont envoyà immÃdiatement.
+ Si **AuthoritativeDirectory** est Ãgalement activÃe, cette option indique
+ au serveur d'annuaire de ne pas lancer les tests d'accÃs distant et de lister
+ tous les serveurs connectÃs comme fonctionnels.
+
+**BridgeRelay** **0**|**1**::
+ Sets the relay to act as a "bridge" with respect to relaying connections
+ from bridge users to the Tor network. It mainly causes Tor to publish a
+ server descriptor to the bridge database, rather than publishing a relay
+ descriptor to the public directory authorities.
+
+**ContactInfo** __adresse_email__::
+ Information de contact administratif pour le serveur. Cette ligne peut Ãtre rÃcupÃrÃe
+ par des robots de spam donc il faudra peut-Ãtre rendre difficile sa lecture comme une
+ adresse email.
+
+**ExitPolicy** __politique__,__politique__,__...__::
+ Configure une politique de sortie pour ce serveur. Chaque politique est de la forme
+ "**accept**|**reject** __ADDR__[/__MASQ__][:__PORT__]". Si /__MASQ__ n'est
+ pas dÃfini, alors cette politique concerne uniquement l'hÃte indiquÃ. Au lieu d'utiliser
+ un hÃte ou un rÃseau, vous pouvez Ãgalement employer "\*" pour l'univers (0.0.0.0/0).
+ __PORT__ peut Ãtre un port unique ou un interval de ports
+ "__PORT_DEBUT__-__PORT_FIN__", ou bien "\*". Si __PORT__ n'est pas dÃfini,
+ "\*" sera utilisÃ. +
+ +
+ Par exemple, "accept 18.7.22.69:\*,reject 18.0.0.0/8:\*,accept \*:\*" rejetera
+ tout le trafic destinà au MIT à l'exception de web.mit.edu et acceptera tout
+ le reste. +
+ +
+ Pour indiquer tous les rÃseaux internes et locaux (inclus 0.0.0.0/8,
+ 169.254.0.0/16, 127.0.0.0/8, 192.168.0.0/16, 10.0.0.0/8, et
+ 172.16.0.0/12), vous pouvez utiliser l'alias "private" Ã la place d'une adresse.
+ Ces adresses sont rejetÃes par dÃfaut (au dÃbut de votre politique de sortie),
+ ainsi que votre adresse IP publique à moins que vous ayez configurÃ
+ l'option ExitPolicyRejectPrivate à 0. Par exemple, une fois que vous l'aurez fait,
+ vous pouvez autoriser HTTP sur 127.0.0.1 et bloquer toutes les autres connexions
+ vers les rÃseaux internes avec "accept 127.0.0.1:80,reject private:\*", bien que
+ cela permette Ãgalement les connexions à votre machine adressÃes Ã
+ votre adresse IP publique (externe). Consultez les RFC 1918 et 3330 pour plus
+ de dÃtails sur les espaces internes et rÃservÃs d'adresses IP. +
+ +
+ Cette directive peut Ãtre spÃcifiÃe plusieurs fois de maniÃre à ne pas tout
+ mettre dans une seule ligne. +
+ +
+ Les politiques sont exÃcutÃes dans l'ordre d'apparition et la premiÃre qui
+ correspond s'applique. Si vous voulez \_remplacer_ la politique de sortie
+ par dÃfaut, terminez-la avec soit reject \*.*, soit accept \*.*. Sinon, vous
+ prÃfixez la politique de sortie par dÃfaut. Cette derniÃre est la suivante: +
+
+ reject *:25
+ reject *:119
+ reject *:135-139
+ reject *:445
+ reject *:563
+ reject *:1214
+ reject *:4661-4666
+ reject *:6346-6429
+ reject *:6699
+ reject *:6881-6999
+ accept *:*
+
+**ExitPolicyRejectPrivate** **0**|**1**::
+ Rejette tous les rÃseaux privÃs (locaux), y compris votre adresse IP publique,
+ au dÃbut du votre politique de sortie. Consultez l'entrÃe du dessus sur ExitPolicy.
+ (Defaut: 1)
+
+**MaxOnionsPending** __NUM__::
+ Si vous avez plus que __NUM__ enveloppes à dÃchiffrer, les nouvelles sont
+ rejetÃes. (DÃfaut: 100)
+
+**MyFamily** __noeud__,__noeud__,__...__::
+ DÃclare que ce serveur Tor est contrÃlà ou administrà par un groupe ou
+ par une organisation similaire aux autres serveurs, dÃfinis par leurs empreintes
+ d'identità ou par leur surnom. Lorsque deux serveurs dÃclarent appartenir à la
+ mÃme "famille", les clients Tor ne les utiliseront pas dans un mÃme circuit.
+ (Chaque serveur n'a besoin que de listes les autres serveurs dans sa famille;
+ il n'a pas besoin de se lister lui-mÃme mais cela n'est pas perturbant.)
+
+**Nickname** __nom__::
+ Affecte le surnom du serveur à \'nom'. Les surnoms doivent comporter de 1 à 19
+ charactÃres et doivent contenir uniquement les charactÃres [a-zA-Z0-9].
+
+**NumCPUs** __num__::
+ How many processes to use at once for decrypting onionskins and other
+ parallelizable operations. If this is set to 0, Tor will try to detect
+ how many CPUs you have, defaulting to 1 if it can't tell. (Default: 0)
+
+**ORPort** __PORT__::
+ Indique ce port pour attendre les connexions des clients et des serveurs Tor.
+
+**ORListenAddress** __IP__[:__PORT__]::
+ Ecoute sur cette adresse IP les connexions des clients et des serveurs
+ Tor. Si vous indiquez un port, celui-ci est utilisà à la place de ORPort.
+ (DÃfaut:0.0.0.0) Cette directive peut Ãtre indiquÃe plusieurs fois pour
+ Ãcouter sur plusieurs adresses/ports.
+
+**PortForwarding** **0**|**1**::
+ Attempt to automatically forward the DirPort and ORPort on a NAT router
+ connecting this Tor server to the Internet. If set, Tor will try both
+ NAT-PMP (common on Apple routers) and UPnP (common on routers from other
+ manufacturers). (Default: 0)
+
+**PortForwardingHelper** __filename__|__pathname__::
+ If PortForwarding is set, use this executable to configure the forwarding.
+ If set to a filename, the system path will be searched for the executable.
+ If set to a path, only the specified path will be executed.
+ (Default: tor-fw-helper)
+
+**PublishServerDescriptor** **0**|**1**|**v1**|**v2**|**v3**|**bridge**,**...**::
+ This option specifies which descriptors Tor will publish when acting as
+ a relay. You can
+ choose multiple arguments, separated by commas.
+ +
+ If this option is set to 0, Tor will not publish its
+ descriptors to any directories. (This is useful if you're testing
+ out your server, or if you're using a Tor controller that handles directory
+ publishing for you.) Otherwise, Tor will publish its descriptors of all
+ type(s) specified. The default is "1",
+ which means "if running as a server, publish the
+ appropriate descriptors to the authorities".
+
+**ShutdownWaitLength** __NUM__::
+ Lorsqu'un serveur Tor rÃcupÃre un signal SIGINT, il commence à s'
+ arrÃter: fermeture des Ãcoutes, refus de nouveaux circuits. AprÃs **NUM**
+ secondes, Tor s'arrÃte. Si le serveur reÃoit un second signal SIGINT,
+ il s'arrÃte immÃdiatement. (DÃfaut: 30 secondes)
+
+**HeartbeatPeriod** __N__ **minutes**|**hours**|**days**|**weeks**::
+ Log a heartbeat message every **HeartbeatPeriod** seconds. This is
+ a log level __info__ message, designed to let you know your Tor
+ server is still alive and doing useful things. Settings this
+ to 0 will disable the heartbeat. (Default: 6 hours)
+
+**AccountingMax** __N__ **bytes**|**KB**|**MB**|**GB**|**TB**::
+ Never send more than the specified number of bytes in a given accounting
+ period, or receive more than that number in the period. For example, with
+ AccountingMax set to 1 GB, a server could send 900 MB and receive 800 MB
+ and continue running. It will only hibernate once one of the two reaches 1
+ GB. When the number of bytes gets low, Tor will stop accepting new
+ connections and circuits. When the number of bytes
+ is exhausted, Tor will hibernate until some
+ time in the next accounting period. To prevent all servers from waking at
+ the same time, Tor will also wait until a random point in each period
+ before waking up. If you have bandwidth cost issues, enabling hibernation
+ is preferable to setting a low bandwidth, since it provides users with a
+ collection of fast servers that are up some of the time, which is more
+ useful than a set of slow servers that are always "available".
+
+**AccountingStart** **day**|**week**|**month** [__jour__] __HH:MM__::
+ Indique la durÃe des pÃriodes de dÃcompte de bande passante. Si **month** est
+ indiquÃ, chaque pÃriode de dÃcompte dure de __HH:MM__ du jour __jour__
+ jusqu'au jour du mois suivant, Ã la mÃme heure. (le jour doit Ãtre compris entre 1
+ et 28.) Si **week** est indiquÃ, chaque pÃriode de dÃcompte dure de __HH:MM__
+ du __jour__ Ã la mÃme heure du mÃme jour, une semaine plus tard, avec Lundi
+ comme jour 1 et Dimanche comme jour 7. Si **day** est indiquÃ, chaque pÃriode
+ de dÃcompte court de l'heure __HH:MM__ Ã la mÃme, le jour suivant. Toutes les
+ heures sont locales et sont exprimÃes sur sur 24 heures. (DÃfaut à "month 1 0:00".)
+
+**RefuseUnknownExits** **0**|**1**|**auto**::
+ Prevent nodes that don't appear in the consensus from exiting using this
+ relay. If the option is 1, we always block exit attempts from such
+ nodes; if it's 0, we never do, and if the option is "auto", then we do
+ whatever the authorities suggest in the consensus. (Defaults to auto.)
+
+**ServerDNSResolvConfFile** __nom_de_fichier__::
+ Remplace la configuration DNS par dÃfaut avec celle du fichier
+ __nom_de_fichier__. Le format de fichier est le mÃme que le standard
+ Unix "**resolv.conf**" (7). Cette option, comme les autres options
+ ServerDNS affecte seulement les rÃsolutions de nom que votre serveur
+ effectue pour les clients. (DÃfaut: utilise la configuration DNS du systÃme).
+
+**ServerDNSAllowBrokenConfig** **0**|**1**::
+ Si cette option est fausse, Tor s'arrÃte immÃdiatement en cas de
+ problÃme de lecture du fichier de configuration DNS ou dans la connexion
+ aux serveurs. Sinon, Tor continue à interroger les serveurs de noms du
+ du systÃme jusqu'Ã ce que la requÃte rÃussisse. (DÃfaut: "1".)
+
+**ServerDNSSearchDomains** **0**|**1**::
+ Si mise à 1, les recherches se feront dans le domaine de recherche local.
+ Par exemple, si ce systÃme est configurà pour croire qu'il est dans le domaine
+ "example.com" et qu'un client essaye de se connecter à "www", le client se
+ connectera à "www.example.com". Cette option affecte uniquement la rÃsolution
+ de noms que votre serveur rÃalise pour les clients. (DÃfaut à "0".)
+
+**ServerDNSDetectHijacking** **0**|**1**::
+ Lorsque cette option est mise à 1, des tests rÃguliers sont lancÃs pour
+ dÃterminer si les serveurs de nom locaux ont Ãtà configurÃs pour gÃnÃrer
+ des rÃponses mensongÃres (en gÃnÃral vers un site de pub). Si c'est le cas,
+ Tor tentera de corriger cette situation. Cette option affecte uniquement la
+ rÃsolution de noms que votre serveur effectue pour ses clients. (DÃfaut: "1".)
+
+**ServerDNSTestAddresses** __adresse__,__adresse__,__...__::
+ Lorsque les tests de dÃtection de DNS menteurs sont lancÃs, ils vÃrifient si ces
+ adresses __valides__ sont redirigÃes. Si c'est le cas, le DNS est complÃtement
+ inutile et la politique de sortie est modifiÃe à "reject *.*". Cette option affecte
+ uniquement la rÃsolution de noms que votre serveur effectue pour ses clients.
+ (DÃfaut: "www.google.com, www.mit.edu, www.yahoo.com, www.slashdot.org").
+
+**ServerDNSAllowNonRFC953Hostnames** **0**|**1**::
+ Lorsque cette option est dÃsactivÃe, Tor ne lance aucune rÃsolution sur les
+ noms contenant des caractÃres illÃgaux (comme @ et :) au lieu de les
+ envoyer sur un noeud de sortie pour Ãtre rÃsolus. Cela permet de piÃger
+ toute tentative accidentelle de rÃsolution d'URL. Cette option affecte uniquement
+ les rÃsolutions de nom que votre serveur rÃalise pour ses clients. (Defaut: 0)
+
+**BridgeRecordUsageByCountry** **0**|**1**::
+ Lorsque cette option est activÃe ainsi que BridgeRelay et que les donnÃes
+ GeoIP sont disponibles, Tor conservera un dÃcompte pays par pays du nombre
+ d'adresses de clients qui l'ont contacter de maniÃre à aider les autorità de
+ passerelles à deviner quels sont les pays qui bloquent les accÃs. (DÃfaut: 1)
+
+**ServerDNSRandomizeCase** **0**|**1**::
+ Lorsque cette option est affectÃe, Tor modifie alÃatoirement la casse de
+ chaque caractÃre des requÃtes DNS sortantes et vÃrifie que cette casse
+ correspond à celle de la rÃponse DNS. Ce hack nommà "0x20 hack" permet
+ de rÃsister à des attaques d'empoisonnement DNS. Pour plus d'informations,
+ consultez "Increasing DNS Forgery Resistance through 0X20-Bit Encoding".
+ Cette option affecte uniquement les rÃsolutions de noms effectuÃes par votre
+ serveur pour ses clients. (DÃfaut: 1)
+
+**GeoIPFile** __nom_de_fichier__::
+ Un nom de fichier contenant des donnÃes GeoIP Ã utiliser avec l'option BridgeRecordUsageByCountry.
+
+**CellStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the mean time that
+ cells spend in circuit queues to disk every 24 hours. (Default: 0)
+
+**DirReqStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the number and
+ response time of network status requests to disk every 24 hours.
+ (Default: 0)
+
+**EntryStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the number of
+ directly connecting clients to disk every 24 hours. (Default: 0)
+
+**ExitPortStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the number of relayed
+ bytes and opened stream per exit port to disk every 24 hours. (Default: 0)
+
+**ConnDirectionStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the bidirectional use
+ of connections to disk every 24 hours. (Default: 0)
+
+**ExtraInfoStatistics** **0**|**1**::
+ Lorsque cette option est activÃe, Tor inclue dans les statistiques prÃcÃdemment
+ citÃes, les documents d'informations supplÃmentaire qu'il envoie aux autoritÃs
+ d'annuaire. (DÃfaut: 0)
+
+OPTIONS POUR LES SERVEURS D'ANNUAIRE
+------------------------------------
+
+Les options suivantes ne concernent que les serveur d'annuaire
+(c'est-Ã-dire, si DirPort est non nul):
+
+**AuthoritativeDirectory** **0**|**1**::
+ Lorsque cette option est placÃe à 1, Tor fonctionne en tant qu'autoritÃ
+ d'annuaire. Au lieu de mettre en cache l'annuaire, il gÃnÃre sa propre liste
+ de serveurs actifs, la signe et l'envoie aux clients. A moins que les clients
+ vous aient dÃjà identifià en tant qu'annuaire de confiance, vous n'avez
+ probablement pas besoin de cette option. Merci de vous coordonner avec
+ les autres administrateurs sur tor-ops@xxxxxxxxxxxxxx si vous estimez que
+ vous Ãtre un annuaire.
+
+**DirPortFrontPage** __NOM_DE_FICHIER__::
+ Lorsque cette option est activÃe, elle prend un fichier HTML et le publie sur
+ "/" sur le port DirPort. Maintenant, les opÃrateurs de relais peuvent fournir un
+ message d'information sans avoir besoin de configurer un serveur web pour Ãa.
+ Un exemple de message d'information est disponible dans contrib/tor-exit-notice.html.
+
+**V1AuthoritativeDirectory** **0**|**1**::
+ Lorsque cette option est indiquÃe en plus de **AuthoritativeDirectory**,
+ Tor gÃnÃre un annuaire et des documents de routage en version 1 (pour les
+ clients officiels jusqu'Ã la version 0.1.0.x).
+
+**V2AuthoritativeDirectory** **0**|**1**::
+ Lorsque cette option est indiquÃe en plus de **AuthoritativeDirectory**,
+ Tor gÃnÃre des Ãtats rÃseau et des descripteurs de serveur de version 2,
+ tels que dÃcrits dans doc/spec/dir-spec-v2.txt (pour les clients et les serveurs
+ de version 0.1.1.x et 0.1.2.x).
+
+**V2AuthoritativeDirectory** **0**|**1**::
+ Lorsque cette option est indiquÃe en plus de **AuthoritativeDirectory**,
+ Tor gÃnÃre des Ãtats rÃseau et des descripteurs de serveur de version 3,
+ tels que dÃcrits dans doc/spec/dir-spec.txt (pour les clients et les serveurs
+ de version au moins Ãgale à 0.2.0.x).
+
+**VersioningAuthoritativeDirectory** **0**|**1**::
+ Lorsque cette option est mise à 1, Tor ajoute de l'information sur les
+ versions de Tor reconnues comme sÃre pour cet annuaire public. Chaque
+ autorità en version 1 est automatiquement une autorità versionnÃe;
+ Les autoritÃs en version 2 fournissent optionnellement ce service. Consultez
+ **RecommendedVersions**, **RecommendedClientVersions** et
+ **RecommendedServerVersions**.
+
+**NamingAuthoritativeDirectory** **0**|**1**::
+ Lorsque cette option est mise à 1, le serveur avertit qu'il tient compte
+ des liens surnoms-empreinte. Il incluera ce facteur dans les pages qu'il
+ publie sur l'Ãtat du rÃseau en listant les serveurs avec le drapeau "Named"
+ si un lien correct a pu Ãtre Ãtabli entre une empreinte et un surnom avec
+ le serveur de nom. Ces serveurs de noms refuseront d'accepter ou de publier
+ des descripteurs contenant des liens non vÃrifiÃs. Consultez **approved-routers**
+ dans la section **FICHIERS** ci-dessous.
+
+**HSAuthoritativeDir** **0**|**1**::
+ When this option is set in addition to **AuthoritativeDirectory**, Tor also
+ accepts and serves v0 hidden service descriptors,
+ which are produced and used by Tor 0.2.1.x and older. (Default: 0)
+
+**HidServDirectoryV2** **0**|**1**::
+ Lorsque cette option est activÃe, Tor acceptera et servira des
+ descripteurs de services cachÃs en version 2. Activer DirPort n'est
+ pas obligatoire pour Ãa, car les clients se connectent via le port
+ ORPort par dÃfaut. (DÃfaut: 1)
+
+**BridgeAuthoritativeDir** **0**|**1**::
+ Lorsque cette option est activÃe en plus de **AuthoritativeDirectory**, Tor
+ accepte et fournit des descripteurs de routeurs tout en mettant en cache
+ et en fournissant les documents d'Ãtat de rÃseau plutÃt que de les gÃnÃrer
+ lui-mÃme. (DÃfaut: 0)
+
+**MinUptimeHidServDirectoryV2** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
+ Temps minimum d'actività pour qu'un annuaire de service cachà v2 soit acceptÃ
+ par les autoritÃs d'annuaire. (DÃfaut: 24 hours)
+
+**DirPort** __PORT__::
+ Indique que le service d'annuaire est disponible sur ce port.
+
+**DirListenAddress** __IP__[:__PORT__]::
+ Ãcoute les requÃtes d'annuaire sur cette adresse. Si vous avez indiquÃ
+ un port, celui-ci sera utilisà à la place de DirPort. (DÃfaut: 0.0.0.0)
+ Cette directive peut Ãtre indiquÃe plusieurs fois pour Ãcouter sur plusieurs
+ adresses/ports.
+
+**DirPolicy** __politique__,__politique__,__...__::
+ Indique une politique d'entrÃe pour ce serveur afin de limiter qui peut
+ se connecter aux ports d'annuaire. Les politiques ont la mÃme forme que
+ les politiques de sortie ci-dessus.
+
+OPTIONS DE SERVEUR D'AUTORITÃ D'ANNUAIRE
+---------------------------------------
+
+**RecommendedVersions** __CHAINE__::
+ CHAINE est une liste sÃparÃe par des virgules des versions de Tor qui sont
+ actuellement reconnues comme saines. La liste est intÃgrÃe à chaque annuaire
+ et les noeuds qui les interrogent peuvent savoir s'ils doivent Ãtre mis à jour.
+ Cette option peut apparaÃtre plusieurs fois: les valeurs sur des lignes multiples
+ sont aggrÃgÃes ensemble. Lorsque cette option est utilisÃe, il faut activer aussi
+ l'option **VersioningAuthoritativeDirectory**.
+
+**RecommendedClientVersions** __CHAINE__::
+ CHAINE est une liste sÃparÃe par des virgules des versions de Tor reconnues
+ comme versions de client saines. Cette information est intÃgrÃe dans les
+ annuaires version 2. Si cette option n'est pas activÃe, la valeur de l'option
+ **RecommendedVersions** est utilisÃe à la place. Lorsque cette option est
+ activÃe, **VersioningAuthoritativeDirectory** doit l'Ãtre Ãgalement.
+
+**RecommendedServerVersions** __CHAINE__::
+ CHAINE est une liste sÃparÃe par des virgules des versions serveur de Tor,
+ reconnues pour Ãtre saines. Cette information est intÃgrÃe dans les
+ annuaires version 2. Si cette option n'est pas activÃe, la valeur de l'option
+ **RecommendedVersions** est utilisÃe à la place. Lorsque cette option est
+ activÃe, **VersioningAuthoritativeDirectory** doit l'Ãtre Ãgalement.
+
+**ConsensusParams** __STRING__::
+ STRING est une liste de paires clef=valeur sÃparÃes par des espaces que Tor
+ incluera dans la ligne "params" de son vote sur l'Ãtat du rÃseau.
+
+**DirAllowPrivateAddresses** **0**|**1**::
+ Si enregistrà à 1, Tor acceptera des descripteurs de routeurs avec des ÃlÃments
+ arbitraires d'"adresse". Sinon, si l'adresse n'est pas une IP ou une IP privÃe,
+ il rejettera le descripteur de routeur. Par dÃfaut à 0.
+
+**AuthDirBadDir** __Motif_Adresse...__::
+ Pour les autoritÃs d'annuaire uniquement. Un jeu de motifs d'adresses des
+ serveurs qui seront listÃs comme mauvais annuaires dans tous les documents
+ d'Ãtat de rÃseau publiÃs par les annuaires, si **AuthDirListBadDirs** est activÃe.
+
+**AuthDirBadExit** __Motif_d_adresse...__::
+ Pour les autoritÃs d'annuaire uniquement. Un jeu de motifs d'adresse de
+ serveurs qui seront identifiÃs comme mauvais noeuds de sortie dans tous
+ les documents d'Ãtat de rÃseau publià par cette autoritÃ, si l'option
+ **AuthDirListBadExits** est activÃe.
+
+**AuthDirInvalid** __Motif_d_adresse...__::
+ Pour les autoritÃs d'annuaire uniquement. Un jeu de motifs d'adresse de
+ serveurs qui seront pas identifiÃs comme "valides" dans tous
+ les documents d'Ãtat de rÃseau publià par cette autoritÃ, si l'option
+ **AuthDirListBadExits** est activÃe.
+
+**AuthDirReject** __Motif_d_adresse...__::
+ Pour les autoritÃs d'annuaire uniquement. Un jeu de motifs d'adresse de
+ serveurs qui seront pas du tout rÃfÃrencÃs par dans les documents d'Ãtat
+ de rÃseau publiÃs par cette autoritÃ, ou acceptà comme un adresse OR dans
+ aucun descripteur soumis à la publication par cette autoritÃ.
+
+**AuthDirListBadDirs** **0**|**1**::
+ Pour les autoritÃs d'annuaire uniquement. Lorsque cette option vaut
+ 1, cet annuaire dispose d'information sur les noeuds n'ayant pas
+ de cache d'annuaire. (Ne mettez pas la valeur à 1 à moins de vouloir
+ lister les annuaires non fonctionnels; sinon, vous votez en faveur de
+ tous les annuaires dÃclarÃs.)
+
+**AuthDirListBadExits** **0**|**1**::
+ Pour les autoritÃs d'annuaire uniquement. Si mise à 1, cet annuaire
+ dispose d'information sur les noeuds qui ne peuvent pas Ãtre utilisÃs
+ pour sortir du rÃseau. (Ne mettez pas cette option à 1 à moins de vouloir
+ lister les noeuds qui ne fonctionnent pas; sinon, vous voterez en faveur
+ de ceux qui sont dÃclarÃs comme noeuds de sortie).
+
+**AuthDirRejectUnlisted** **0**|**1**::
+ Pour les autoritÃs d'annuaire uniquement. Si mise à 1, cet annuaire
+ rejettera tous les descripteurs de serveurs qui ne sont pas listÃs dans
+ le fichier des empreintes. Agit comme un "bouton panique" en cas
+ d'attaque Sybil.
+
+**AuthDirMaxServersPerAddr** __NUM__::
+ Pour les autoritÃs d'annuaire uniquement. Nombre maximum de serveurs
+ qui seront listÃs comme acceptables sur une seule adresse IP. A mettre Ã
+ "0" pour "no limit". (DÃfaut: 2)
+
+**AuthDirMaxServersPerAuthAddr** __NUM__::
+ Pour les autoritÃs d'annuaire uniquement. Comme AuthDirMaxServersPerAddr
+ mais s'applique uniquement aux adresses partagÃes avec les autoritÃs
+ d'annuaire. (DÃfaut: 5)
+
+**V3AuthVotingInterval** __N__ **minutes**|**hours**::
+ Pour les autoritÃs d'annuaires V3 uniquement. Configure l'intervalle de vote
+ de rÃfÃrence du serveur. Le vote aura court selon un intervalle choisi en
+ consensus avec les intervalles de prÃfÃrence de toutes les autoritÃs.
+ Ce temps devrait se diviser en entier sur une journÃe. (DÃfaut: 1 hour)
+
+**V3AuthVoteDelay** __N__ **minutes**|**hours**::
+ Pour les autoritÃs d'annuaires V3 uniquement. Configure la durÃe de
+ de rÃfÃrence du vote du serveur. Le dÃlai sera le fruit d'un consensus
+ avec les dÃlais de rÃfÃrence de toutes les autres autoritÃs. (DÃfaut: 5 minutes.)
+
+**V3AuthDistDelay** __N__ **minutes**|**hours**::
+ Pour les autoritÃs d'annuaires V3 uniquement. Configure la durÃe du dÃlai
+ entre la publication du consensus et la signature une fois que toutes les autres
+ signatures des autres autoritÃs ont Ãtà rÃcupÃrÃes. Le dÃlai sera le fruit d'un
+ consensus avec les dÃlais de rÃfÃrence de toutes les autres autoritÃs.
+ (DÃfaut: 5 minutes.)
+
+**V3AuthNIntervalsValid** __NUM__::
+ Pour les autoritÃs d'annuaires V3 uniquement. Configure le nombre de
+ VotingIntervals pour lesquel chaque consensus doit Ãtre validÃ. Choisir un
+ chiffre important augmente les risques de partition du rÃseau; choisir un
+ chiffre faible augmente le trafic des annuaires. Notez que le nombre actuel
+ utilisà n'est pas celui du serveur mais le fruit d'un consensus avec les autres
+ autoritÃs. Doit Ãtre au moins à 2. (DÃfaut: 3.)
+
+**V3BandwidthsFile** __FILENAME__::
+ V3 authoritative directories only. Configures the location of the
+ bandiwdth-authority generated file storing information on relays' measured
+ bandwidth capacities. (Default: unset.)
+
+OPTIONS DES SERVICES CACHÃS
+--------------------------
+
+Les options suivantes ne concernent que la configuration d'un service cachÃ.
+
+**HiddenServiceDir** __REPERTOIRE__::
+ Enregistre les fichiers de donnÃes d'un service cachà dans REPERTOIRE. Chaque service cachÃ
+ doit avoir un rÃpertoire sÃparÃ. Vous pouvez utiliser cette option plusieurs pour
+ indiquer des services multiples.
+
+**HiddenServicePort** __PORT_VIRT__ [__CIBLE__]::
+ Configure un port PORT_VIRT virtuel pour un service cachÃ. Vous pouvez
+ utiliser cette option plusieurs fois, elle s'applique au service de la derniÃre
+ hiddenservicedir dÃclarÃe. Par dÃfaut, cette option lie le port virtuel au mÃme
+ port sur 127.0.0.1. Vous pouvez remplacer le port cible, l'adresse ou les deux
+ en indiquant une cible d'adresse, de port ou adresse:port. Vous pouvez Ãgalement
+ plusieurs lignes avec le mÃme PORT_VIRT: lorsqu'un utilisateur se connecte
+ Ã ce VIRT_PORT, une des CIBLEs de ces lignes sera choisie au hasard.
+
+**PublishHidServDescriptors** **0**|**1**::
+ Si mise à 0, Tor fera fonctionner tous les services cachÃs que vous aurez
+ configurÃs mais sans les exposer dans l'annuaire rendez-vous. Cette option
+ est utile uniquement si vous employez un contrÃleur Tor qui gÃre la publication
+ des services cachÃs pour vous. (DÃfaut: 1)
+
+**HiddenServiceVersion** __version__,__version__,__...__::
+ Une liste de versions de descripteurs de service rendez-vous à publier
+ pour le service cachÃ. Pour l'instant, seule la version 2 est gÃrÃe. (DÃfaut: 2)
+
+**HiddenServiceAuthorizeClient** __auth-type__ __client-name__,__client-name__,__...__::
+ If configured, the hidden service is accessible for authorized clients
+ only. The auth-type can either be \'basic' for a general-purpose
+ authorization protocol or \'stealth' for a less scalable protocol that also
+ hides service activity from unauthorized clients. Only clients that are
+ listed here are authorized to access the hidden service. Valid client names
+ are 1 to 19 characters long and only use characters in A-Za-z0-9+-_ (no
+ spaces). If this option is set, the hidden service is not accessible for
+ clients without authorization any more. Generated authorization data can be
+ found in the hostname file. Clients need to put this authorization data in
+ their configuration file using **HidServAuth**.
+
+**RendPostPeriod** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
+ Every time the specified period elapses, Tor uploads any rendezvous
+ service descriptors to the directory servers. This information is also
+ uploaded whenever it changes. (Default: 1 hour)
+
+OPTIONS DE TESTS RÃSEAU
+-----------------------
+
+Les options suivantes ne concernent que le lancement d'un rÃseau Tor de
+test.
+
+**TestingTorNetwork** **0**|**1**::
+ Si mise à 1, Tor ajuste les valeurs par dÃfaut des options de configuration
+ ci-dessous, de maniÃre à faciliter la mise en palce d'un rÃseau Tor de test.
+ Ne peut Ãtre activà uniquement si le jeu par dÃfaut des DirServers n'est pas
+ utilisÃ. Ne peut Ãtre invalidà alors que Tor fonctionne. (DÃfaut: 0) +
+
+ ServerDNSAllowBrokenConfig 1
+ DirAllowPrivateAddresses 1
+ EnforceDistinctSubnets 0
+ AssumeReachable 1
+ AuthDirMaxServersPerAddr 0
+ AuthDirMaxServersPerAuthAddr 0
+ ClientDNSRejectInternalAddresses 0
+ ClientRejectInternalAddresses 0
+ ExitPolicyRejectPrivate 0
+ V3AuthVotingInterval 5 minutes
+ V3AuthVoteDelay 20 seconds
+ V3AuthDistDelay 20 seconds
+ MinUptimeHidServDirectoryV2 0 seconds
+ TestingV3AuthInitialVotingInterval 5 minutes
+ TestingV3AuthInitialVoteDelay 20 seconds
+ TestingV3AuthInitialDistDelay 20 seconds
+ TestingAuthDirTimeToLearnReachability 0 minutes
+ TestingEstimatedDescriptorPropagationTime 0 minutes
+
+**TestingV3AuthInitialVotingInterval** __N__ **minutes**|**hours**::
+ Comme V3AuthVotingInterval mais pour l'intervalle de vote initial avant
+ la crÃation du premier consensus. Modifier ce paramÃtre requiert l'
+ activation de **TestingTorNetwork**. (DÃfaut: 30 minutes)
+
+**TestingV3AuthInitialVoteDelay** __N__ **minutes**|**hours**::
+ Comme TestingV3AuthInitialVoteDelay mais pour l'intervalle de vote initial
+ avant la crÃation du premier consensus. Modifier ce paramÃtre requiert l'
+ activation de **TestingTorNetwork**. (DÃfaut: 5 minutes)
+
+**TestingV3AuthInitialDistDelay** __N__ **minutes**|**hours**::
+ Comme TestingV3AuthInitialDistDelay, mais pour l'intervalle de vote initial
+ avant la crÃation du premier consensus. Modifier ce paramÃtre requiert l'
+ activation de **TestingTorNetwork**. (DÃfaut: 5 minutes)
+
+**TestingAuthDirTimeToLearnReachability** __N__ **minutes**|**hours**::
+ AprÃs avoir dÃmarrà en tant qu'autoritÃ, ne pas remonter le fait que les
+ routeurs fonctionnent jusqu'Ã ce que ce temps soit passÃ. Modifier cette
+ option implique que **TestingTorNetwork** soit activÃ. (DÃfaut: 30 minutes)
+
+**TestingEstimatedDescriptorPropagationTime** __N__ **minutes**|**hours**::
+ Les clients essaient de tÃlÃcharger les descripteurs de routeur depuis le cache
+ des annuaires aprÃs cette pÃriode. Modifier cette option requiert l'activation de
+ **TestingTorNetwork**. (DÃfaut: 10 minutes)
+
+SIGNAUX
+-------
+
+Tor rÃcupÃre les signaux suivants:
+
+**SIGTERM**::
+ Tor rÃcupÃrera ce signal, nettoiera et effectuera une synchronisation sur disque si nÃcÃssaire, et enfin, s'arrÃtera.
+
+**SIGINT**::
+ Les clients Tor se comporteront comme avec SIGTERM; mais les serveurs Tor effectueront une
+ fermeture lente et contrÃllÃe, en fermant les Ãcoutes en en attendant 30 secondes avant de tout fermer.
+ (Le dÃlai peut Ãtre configurà avec l'option de configuration ShutdownWaitLength.)
+
+**SIGHUP**::
+ The signal instructs Tor to reload its configuration (including closing and
+ reopening logs), and kill and restart its helper processes if applicable.
+
+**SIGUSR1**::
+ Journalise les statistiques à propos des connexions en cours et passÃes ainsi que sur le flux actuel.
+
+**SIGUSR2**::
+ Modifie tous les journaux au niveau debug. Vous pouvez rÃcupÃrer les anciens niveaux de journalisation
+ en envoyant un signal SIGHUP.
+
+**SIGCHLD**::
+ Tor reÃoit ce signal lorsque l'un de ses processus d'aide a fermÃ, de maniÃre
+ Ã ce qu'il puisse effectuer un nettoyage.
+
+**SIGPIPE**::
+ Tor rÃcupÃre ce signal et l'ignore.
+
+**SIGXFSZ**::
+ Si ce signal existe sur votre plateforme, Tor le rÃcupÃre et l'ignore.
+
+FICHIERS
+--------
+
+**@CONFDIR@/torrc**::
+ Le fichier de configuration qui contient les paires "option valeur".
+
+**@LOCALSTATEDIR@/lib/tor/**::
+ Le processus Tor enregistre ses clefs et d'autres donnÃes à cet emplacement.
+
+__DataDirectory__**/cached-status/**::
+ Le document d'Ãtat du rÃseau tÃlÃchargà le plus rÃcemment pour chaque
+ autoritÃ. Chaque fichier contient un seul document; les noms de fichier sont
+ les empreintes hexadÃcimales des clefs d'identità des autoritÃs d'annuaire.
+
+__DataDirectory__**/cached-descriptors** et **cached-descriptors.new**::
+ Ces fichiers contiennent le tÃlÃchargement des Ãtats des routeurs. Certains
+ routeurs peuvent apparaÃtre plus d'une fois; dans ce cas, le descripteur le plus
+ rÃcent est utilisÃ. Les lignes qui commencent par @ sont des annotations
+ contenant plus d'informations sur un routeur donnÃ. Le fichier "new" est un
+ journal en ajout-seul; lorsqu'il devient trop important, toutes les entrÃes sont
+ fusionnÃes dans un nouveau fichier de cache de descripteurs.
+
+__DataDirectory__**/cached-routers** and **cached-routers.new**::
+ Versions obsolÃtes du cache des descripteurs. Lorsque Tor ne peut
+ pas trouver de nouveaux fichiers, il regarde à l'emplacement indiquà à la place.
+
+__DataDirectory__**/state**::
+ Un jeu persistant de clef-valeur. Elles sont documentÃes dans le
+ fichier. Elles incluent:
+ - Les noeuds d'entrÃes et leur Ãtat. - Les valeurs de dÃcompte de bande passante (inutilisÃes pour
+ l'instant, voir plus loin).
+ - Quand le fichier a Ãtà Ãcrit pour la derniÃre fois
+ - Quelle version de Tor a gÃnÃrà le fichier d'Ãtat
+ - Un court historique de l'utilisation de la bande passante tel que
+ produits dans les descripteurs du routeur.
+
+__DataDirectory__**/bw_accounting**::
+ Utilisà pour tracer les valeurs de dÃcompte de bande passante (quand la
+ pÃriode actuelle commence et s'arrÃte; combien d'octets ont Ãtà lus et Ãcrits
+ jusqu'Ã maintenant). Ce fichier est obsolÃte et les donnÃes sont maintenant
+ stockÃes dans le fichier \'state'. Uniquement lorsque le dÃcompte de bande
+ passante a Ãtà activÃ.
+
+__DataDirectory__**/control_auth_cookie**::
+ Utilisà pour l'authentification par cookie pour le contrÃleur. L'emplacement
+ peut Ãtre remplacà par l'option CookieAuthFile. RegÃnÃrà au dÃmarrage.
+ Consultez control-spec.txt pour les dÃtails. Utilisà uniquement lorsque
+ l'authentification est activÃe.
+
+__DataDirectory__**/clefs/***::
+ Seulement utilisà par les serveurs. Contient les clefs d'identità et les clefs oignons.
+
+__DataDirectory__**/empreinte**::
+ Uniquement utilisà par les serveurs. Contient l'empreinte de la clef d'identità du serveur.
+
+__DataDirectory__**/approved-routers**::
+ Uniquement pour les serveurs d'autorità d'annuaire (voir
+ **NamingAuthoritativeDirectory**). Ce fichier liste les liens surnom-
+ identitÃ. Chaque ligne liste un surnom et une empreinte sÃparÃs par
+ un espace. Consultez votre fichier **fingerprint** dans __DataDirectory__
+ pour un exemple de ligne. Si le surnom est **!reject** alors les descripteurs
+ de l'identità (empreinte) sont rejetÃs par ce serveur. S'il est **!invalid**,
+ les descripteurs sont acceptÃs mais indiquÃs comme non valides dans
+ l'annuaire, ce qui est, non recommandÃ.
+
+__DataDirectory__**/router-stability**::
+ Utilisà uniquement par les serveurs d'autorità d'annuaires. Suit les mesures de
+ temps moyen avant Ãchec des routeurs de maniÃre à ce que les autoritÃs aient une bonne
+ idÃe de la maniÃre dont elles doivent appliquer leurs drapeaux Stable.
+
+__HiddenServiceDirectory__**/nom_d_hÃte**::
+ L'<empreinte-encodÃe-en base32>du nom de domaine .onion pour ce service cachÃ.
+ Si le service cachà est restreint à des clients identifiÃs, ce fichier
+ contiendra Ãgalement les donnÃes d'authentification pour tous les clients.
+
+__HiddenServiceDirectory__**/clef_privÃe**::
+ La clef privÃe pour ce service cachÃ.
+
+__HiddenServiceDirectory__**/clefs_client**::
+ DonnÃes d'authentification pour un service cachà uniquement accessible
+ par les clients identifiÃs.
+
+A VOIRE
+--------
+**privoxy**(1), **tsocks**(1), **torify**(1) +
+
+**https://www.torproject.org/**
+
+
+BUGS
+----
+
+Il en existe plein, probablement. Tor est encore en Ãtat de
+dÃveloppement. Il est prià de les reporter.
+
+AUTEURS
+-------
+Roger Dingledine [arma at mit.edu], Nick Mathewson [nickm at alum.mit.edu].
+
Added: website/trunk/manpages/fr/torify.1.txt
===================================================================
--- website/trunk/manpages/fr/torify.1.txt (rev 0)
+++ website/trunk/manpages/fr/torify.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,51 @@
+//Droits d'auteur The Tor Project, Inc.
+//Se rÃfÃrer au fichier LICENSE pour toute information sur la license
+//Ceci est un fichier asciidoc utilisà pour gÃnÃrer la page principale manpage/html.
+//Apprenez asciidoc sur http://www.methods.co.nz/asciidoc/userguide.html
+TOR(1)
+======
+Peter Palfrader Jacob Appelbaum
+
+NOM
+----
+torify - adaptateur pour torsocks ou pour tsocks et tor
+
+SYNOPSIS
+--------
+**torify** __application__ [__arguments_de_l_application__]
+
+DESCRIPTION
+-----------
+**torify** est un simple adaptateur (wrapper) qui essaye de trouver le meilleur
+adaptateur de Tor disponible sur le systÃme. Il appelle torsocks ou tsocks avec un
+fichier de configuration Tor spÃcifique. +
+
+torsocks est un adaptateur amÃliorà qui rejette explicitement le trafic UDP,
+effectue des requÃtes DNS sÃcurisÃes et transforme correctement en socks vos
+connexions TCP. +
+
+tsocks est un adaptateur entre la bibliothÃque tsocks et une application qui
+veux fonctionner à travers le protocole socks. +
+
+Merci de prendre conscience que les deux mÃthodes utilisent LD_PRELOAD et
+donc que torify ne peut pas s'appliquer sur des exÃcutables suid.
+
+AVERTISSEMENT
+-------
+Vous devez prendre conscience du fait que tsocks ne s'occupe de transformer
+les connexions TCP en conexions socks. En consÃquence, celà n'inclus pas les
+requÃtes de nom d'hÃte qui seront toujours routÃes par la voie normale de
+votre systÃme jusqu'Ã ce qu'elles soient rÃsolues. L'outil **tor-resolve**
+peut s'avÃrer utile dans de tels cas. La FAQ Tor sur
+https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ dispose de plus
+d'informations sur ce sujet. +
+
+Lorsque l'application torify est utilisÃe avec torsocks, il n'y aura pas de
+fuite de donnÃes UDP ou de requÃtes DNS. +
+
+Les deux sont à l'origine de fuites de donnÃes ICMP.
+
+VOIR AUSSI
+--------
+**tor**(1), **tor-resolve**(1), **torsocks**(1), **tsocks**(1),
+**tsocks.conf**(5).
Added: website/trunk/manpages/it/tor-resolve.1.txt
===================================================================
--- website/trunk/manpages/it/tor-resolve.1.txt (rev 0)
+++ website/trunk/manpages/it/tor-resolve.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,50 @@
+// Copyright (c) The Tor Project, Inc.
+// Si veda LICENSE per informazioni relative alla licenza
+// Questo à un file di tipo asciidoc utilizzato per generare pagine man o riferimenti html.
+// Impara a usare asciidoc al sito http://www.methods.co.nz/asciidoc/userguide.html
+tor-resolve(1)
+==============
+Peter Palfrader
+
+NOME
+----
+tor-resolve - risolve un nome di host in un indirizzo IP attraverso tor
+
+SOMMARIO
+--------
+**tor-resolve** [-4|-5] [-v] [-x]_nomehost_[_sokshost_[:_socksport_]]
+
+DESCRIZIONE
+-----------
+**tor-resolve** Ã un semplice script per connettersi al proxy SOCKS che conosce
+il comando SOCKS RESOLVE, consegna un nome host e restituisce un indirizzo IP.
+
+By default, **tor-resolve** uses the Tor server running on 127.0.0.1 on
+SOCKS port 9050. If this isn't what you want, you should specify an
+explicit __sockshost__ and/or __socksport__ on the command line.
+
+OPZIONI
+-------
+**-v**::
+Output dettagliato display.
+
+**-x**::
+Esegui una ricerca inversa: riceve il record PTR per un indirizzo IPv4.
+
+**-5**::
+Usa il protocollo SOCKS5. (Predefinito)
+
+**-4*::
+Usa il protocollo SOCKS4a invece del protocollo predefinito SOCKS5.Non
+supporta operazioni DNS inverse.
+
+SI VEDA ANCHE
+--------
+**tor**(1), **torify**(1). +
+
+Si veda doc/socks-extensions.txt nel pacchetto Tor per i dettagli
+protocollo.
+
+AUTORI
+-------
+Roger Dingledine <arma@xxxxxxx>, Nick Mathewson <nickm@xxxxxxxxxxxx>.
Added: website/trunk/manpages/it/torify.1.txt
===================================================================
--- website/trunk/manpages/it/torify.1.txt (rev 0)
+++ website/trunk/manpages/it/torify.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,51 @@
+// Copyright (c) The Tor Project, Inc.
+// Si veda LICENSE per informazioni sulla licenza
+// Il seguente file à di tipo asciidoc usato per generare pagine man e riferimenti html.
+// Impara ad usare asciidoc al sito http://www.methods.co.nz/asciidoc/userguide.html
+torify(1)
+=========
+Peter Palfrader Jacob Appelbaum
+
+NOME
+----
+torify - wrapper per torsocks o tsocks e tor
+
+SOMMARIO
+--------
+**torify**__applicazione__ [__argomenti dell'__ __applicazione]
+
+DESCRIZIONE
+-----------
+**torify** Ã un semplice wrapper che tenta di trovare il miglior wrapper Tor sottostante
+disponibile in un sistema. Questo richiama i torsock o tsock grazie a un spcifica
+configuarazione di file tor. +
+
+Torsocks à un wrapper con maggiori funzionalità che blocca esplicitamente
+UDP, risolve nomi di host in modo sicuro e ridirige le connessioni TCP.
+
+Lo stesso wrapper tsocks à una via di mezzo tra la libreria socks e
+l'applicazione che si desidera reindirizzare. +
+
+Si prega di notare che poichà entrambi i metodi usano LD_PRELOAD, torify non
+puà essere applicato ai binari SUID.
+
+AVVISO
+-------
+Bisogna sapere che il modo di come tsocks funziona in questo momento
+reindirizza solo le connessioni TCP. Ã importante sapere che questo non
+include ricerche di nome di host che potrebbero essere trovate attraverso il
+proprio sistema di risoluzione sui propri servernomi di risoluzione. Lo
+strumento **tors-reosolve**(1) puà essere un'utile soluzione altrernativa in
+alcuni casi. Le FAQ Tor al sito
+https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ possono fornire
+ulteriori informazioni su questo argomento. +
+
+Quando utilizzato con torsocks, torify potrebbe non divulgare le richieste
+DNS o i dati UDP. +
+
+Entrambi divulgheranno i dati ICMP.
+
+SI VEDA ANCHE
+--------
+**tor**(1), **tor-resolve**(1),**torsocks**(1), **tsocks**(1),
+**tsocks.conf**(5).
Added: website/trunk/manpages/my/tor-resolve.1.txt
===================================================================
--- website/trunk/manpages/my/tor-resolve.1.txt (rev 0)
+++ website/trunk/manpages/my/tor-resolve.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,46 @@
+// Copyright (c) The Tor Project, Inc.
+// See LICENSE for licensing information
+// This is an asciidoc file used to generate the manpage/html reference.
+Peter Palfrader
+
+Name----
+tor-resolve - tor áááááááááááá IP ááááááá hostname ááá áááááááááááááááá
+
+Synopsis
+--------
+**tor-resolve** [-4|-5] [-v] [-x] __hostname__ [__sockshost__[:__socksport__]]
+
+Description
+-----------
+**tor-resolve** ááááááááá socks resolve command áááááááááááá socks proxy proxy
+ááááá áááááááááááááá áááááááááááá script ááááááááááááá hostname áááááá IP áááááá IP
+ááááááááááááááááááááááá
+
+By default, **tor-resolve** uses the Tor server running on 127.0.0.1 on
+SOCKS port 9050. If this isn't what you want, you should specify an
+explicit __sockshost__ and/or __socksport__ on the command line.
+
+Options
+-------
+vervose output ááááááá
+
+**-x**::
+lookup ááááááááááá IPv4 ááááááááááá PTR áááááááááááá
+
+**-5**::
+socks5 protocol áááááááá
+
+**-4**::
+áááááááááááááá socks5 protol ááááááááááááá socks4a protocol ááááááááá
+DNS ááááááááááááááááááá áááááááááááááááááá
+
+See Also
+--------
+**tor**(1), **torify**(1). +
+
+protocol áááááááááááááááá tor package ááááá doc/socks-extensions.txt
+áááááááááá
+
+Authors
+-------
+Roger Dingledine <arma@xxxxxxx>, Nick Mathewson <nickm@xxxxxxxxxxxx>.
Added: website/trunk/manpages/my/tor.1.txt
===================================================================
--- website/trunk/manpages/my/tor.1.txt (rev 0)
+++ website/trunk/manpages/my/tor.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,1515 @@
+// Copyright (c) The Tor Project, Inc.
+// áááááááááááááááááááááááááá áááááááááááááááááááááááá
+// This is an asciidoc file used to generate the manpage/html reference.
+// Learn asciidoc on http://www.methods.co.nz/asciidoc/userguide.html
+TOR(1)
+======
+
+áááá
+----
+tor - ááááááááááááá onion router
+
+
+SYNOPSIS
+--------
+**tor** [__OPTION__ __value__]...
+
+áááááááááá
+-----------
+tor ááá connection-oriented (ááááááááááááááááá áááááááááááááááááá) ááááááá
+áááááááááááááááááááááááááááááááááááááááááá ááááááááááááááá
+ááááááááááááááááááááááááááááááááááááááááááá
+ááááááááááááááááááááááááááááááááá áááááááááá ááááááááááááááá nodes (server,
+router ááááá ááááááááááááááááááááá) ááááááááááá áááááááááááááááááááááá
+(soure routed path) ááááááááááááááá áááááááááááááááá virtual circuit
+ááááááááááááááááááááááááá áááááááááááááááááá node áááááá
+ááááááááááááááááááááááááááááááá ááááááááááááááááá node ááááááááá
+áááááááááááááááááááááááááááá áááááááááááá áááááááááááááááááááááááááá traffic
+ááááááá áááááá node ááááááááááááá áááááááááá Key ááááá (symmetric key)
+ááááááááááááááááá
+
+ááááááááááááááááááá tor ááá server áááááááááááááá ááááá áááááááááá
+áááááááááááá network áááááááá áááááááááááááááááá(ááááááááááá "Onion router"
+áááááááááááá)á áááááááááá ááárouter áááááá ááááá ááááááá Web Traffic, FTP,
+SSH ááááá TCP Streamááááááá áááááááááááááááááááááááááááááááááááá áááááááááá
+ááá Traffic ááááá ááááááááááááá ááááááááááá áááááááááááá
+áááááááááááááááááááááááááááááááááááá Router áááááááááááááááááááááá
+áááááááááááááááááááááá ááááááááááááááááá====
+
+OPTIONS
+-------
+**-h**, **-help**::
+ áááááááááááááááááááááááááááááááááááááááááá áááááááááá
+
+**-f** __FILE__::
+ FILE contains further "option value" paris. (Default: @CONFDIR@/torrc)
+
+**--hash-password**::
+ control port access ááááááááá password ááááááááááááááááááááá
+
+**--list-fingerprint**::
+ ááááááááááá key ááááááá áááááááááááááá áááááááááááááá ááááááááá áááááááááá
+
+**--verify-config**::
+ configuration file á áá ááááááááááááá
+
+**--nt-service**::
+ **--service [install|remove|start|stop]** tor á ááááááááááá ááááááá
+ NT/2000/XP service. áááááááááááááááááááááááááááááááááááá ááááááááááááááááá
+ https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#WinNTService
+
+**--list-torrc-options**::
+ ááááááááááááááááááááááááááááá ááááá
+
+**--version**::
+ tor version ááááááááá áááááááááá
+
+**--quiet**::
+ tor ááá (ááááááááááááááááááááááááááááá) console log ááááá
+ááááááááááááááááááááá (ááááááááááááááá tor ááá "notice" level
+ááááááááááááááááááá ááááááááááááááááááááá áááááááááá ááááááá console
+ááááááááááááááá)
+
+Other options can be specified either on the command-line (--option
+ value), or in the configuration file (option value or option "value").
+ Options are case-insensitive. C-style escaped characters are allowed inside
+ quoted values. Options on the command line take precedence over
+ options found in the configuration file, except indicated otherwise. To
+ split one configuration entry into multiple lines, use a single \ before
+ the end of the line. Comments can be used in such multiline entries, but
+ they must start at the beginning of a line.
+
+**BandwidthRate** __N__ **bytes**|**KB**|**MB**|**GB**::
+ A token bucket limits the average incoming bandwidth usage on this node to
+ the specified number of bytes per second, and the average outgoing
+ bandwidth usage to that same value. If you want to run a relay in the
+ public network, this needs to be _at the very least_ 20 KB (that is,
+ 20480 bytes). (Default: 5 MB)
+
+**BandwidthBurst** __N__ **bytes**|**KB**|**MB**|**GB**::
+ burst áááááááá bandwidth rate ááááááááá ááááááááááááááááááááááááá ááááááááá
+ááááá áááááááááááááááá token bucket ááááááá ááááááááááá byte áááááááááááááá
+áááááááááááááááááá (ááááááááááááááá 10 MB ááááááá)
+
+**MaxAdvertisedBandwidth** __N__ **bytes**|**KB**|**MB**|**GB**::
+ áááááááááááááááááááááááááááá BandwidthRate áááááááá áááááááááááá
+áááááááááááááá áááááááááááááááá áááááááááááááá ááááááááááááááá
+áááááááááááááááááááááááááááááááááááááááááááááááá (ááááááááááááááááááááá
+Bandwidth rate ááááááááááááá) ááááááááááááááááá áááááááááááááááá
+ááááááááááááááááááááááááááááááááááááááááááááááááááá ááááááááááááááá
+ááááááááááááááá CPU áááááááááááááááá ááááááááááááááááá
+
+**RelayBandwidthRate** __N__ **bytes**|**KB**|**MB**|**GB**::
+ If not 0, a separate token bucket limits the average incoming bandwidth
+ usage for \_relayed traffic_ on this node to the specified number of bytes
+ per second, and the average outgoing bandwidth usage to that same value.
+ Relayed traffic currently is calculated to include answers to directory
+ requests, but that may change in future versions. (Default: 0)
+
+**RelayBandwidthBurst** __N__ **bytes**|**KB**|**MB**|**GB**::
+ If not 0, limit the maximum token bucket size (also known as the burst) for
+ \_relayed traffic_ to the given number of bytes in each direction.
+ (Default: 0)
+
+**PerConnBWRate** __N__ **bytes**|**KB**|**MB**|**GB**::
+ áááááááááááááááá connection áááááááááááááá non-relay ááááááááá ááááááá
+rate áááááááááááááááááááááááááá network-wide áááááááááá áááááá
+áááááááááááááááááááááááááá áááááááááááááá ááááááááááááááááááá
+ááááááááááááááááááááááá áááá relay á áááááááááááááááá
+
+**PerConnBWRate** __N__ **bytes**|**KB**|**MB**|**GB**::
+ áááááááááááááááá connection áááááááááááááá non-relay ááááááááá ááááááá rate
+ááááááááááááááááááááááááááááánetwork-wide áááááááááá áááááá
+áááááááááááááááááááááááááá áááááááááááááá ááááááááááááááááááá
+ááááááááááááááááááááááá áááá relay á áááááááááááááááá
+
+**ConnLimit** __NUM__::
+ The minimum number of file descriptors that must be available to the Tor
+ process before it will start. Tor will ask the OS for as many file
+ descriptors as the OS will allow (you can find this by "ulimit -H -n").
+ If this number is less than ConnLimit, then Tor will refuse to start. +
+ +
+ You probably don't need to adjust this. It has no effect on Windows
+ since that platform lacks getrlimit(). (Default: 1000)
+
+**ConstrainedSockets** **0**|**1**::
+ ááááááááááá ááááááááááááááá Tor ááá Kernel ááásocket áááááááááááááááá
+buffer size ááá **ConstrainedSockSize** ááááááááááááááááááá ááááááááááá
+ááááááááááááááááááá TCP buffers áááááááááááááááááááááááááá "ááááááááá áááá"
+(virtual servers) ááááááááá ááááááááááááááááááááááááááááá
+áááááááááááááááááááááá ááááááááááááááááááááá "Error
+ creating network socket: No buffer space available"ááááá ááááááááááááá
+áááááááááááááááá ááááááááááááááááá áááááááááááááááááááááá
+áááááááááááááááááááááááadministrator áááááááá /proc/sys/net/ipv4/tcp_mem
+áááááá (ááááááááá) áááááááááááá ááááááááááááá host ááááááááááá buffer pool
+ááá ááááááááááááááááááá áááááááá ááá **ConstrainedSockets** ááááááááááá
+ááááááááááááááá ááááá TCP buffer ááááááááááá áááá system áááá
+áááááááááááááááááááááááááááááááá DirPort option ááá áááááááááááá ááááááááá
+cached directory request ááááááááááá áááá socket ááááááá ááááááááááááááááá
+áááááá buffer ááááááááááááááááá ááááááááááááááááááá á feature ááá "buffer
+space ááááááá" ááááá áááááááááááááá áááááááááááááááá TCP buffer ááááááá
+áááááááááááááááá áááááááááááá window sizeááá áááááááááááááááá
+áááááááááááááááááááááááááááááááááá ááááááááááááááááááááá
+ááááááááááááá(ááááááá-0)
+
+**ConstrainedSockSize** __N__ **bytes**|**KB**::
+ConstrainedSockets áááááááááááááááááááááá socket áááááááááááá
+ááááááááááááááááááá Buffer ááááááááááááááááá áááááááááááááááááá ááááááááá
+ááááááááááááááááááááá 2048 ááááá 262144 áááááá 1024 bytes ááááááááááááá
+ááááááááááááááááááááááááááá ááááááááááááááá 8192
+áááááááááááááááááááááááááááá
+
+**ControlPort** __Port__::
+áááááááááááááááááá Port ááááááá connection ááááááááááááááááá
+ááááááááááááááááááá áconnection ááááááá Tor Control Protocol
+áááááááááááááááááááááááááááá Tor process ááááááááááááááááááááááááááááááááá
+(control-spec.txt ááááááááááááááááááááá) áááááááááááááá
+**HashedControlPassword** ááááááááá **CookieAuthentication** áááááááááá
+ááááááááááááááá ááááááááááááááááá Tor ááálocal host (áááááááááááááááá)
+ááááááá process ááááááá (áááááááááááá) ááááááááááááááááááááááááááááááá
+ááááááááááááááá áááááááááááááááá Tor controller ááááááááááááááááá
+áááááááááááááááááááááááááá 9051 áááááááá
+
+**ControlListenAddress** __IP__[:__PORT__]::
+Controller ááááááá ááááááááááááááááááá ááááááá listener ááá
+áááááááááááááááááá IP address ááááááááááááááááááááááááááááááááááá ááááá port
+áááááááááááááááááááááá ControlPort ááááááááááááááááá port ááááááááááá
+áááááááááááááááááááááááá Port áááááááááááááá áááááááááááááááá
+ááááááááááááááááááááááááá ááááááááááááá áááááááááááááááááááááááááááááááá
+ááááááááááááááááááá áááááááááááááááááááááááááá Control listener
+áááááááááááááááááááááááááááááááááááááááááááááááááááááááááá (ááááááá
+127.0.0.1) áááááááááááááááá áááááááááááááá IP address /port
+ááááááááááááááááááááááá áááááááááááááááááááááááá
+
+**ControlSocket** __Path__::
+ControlPort áááááááááááááááááá áááááááááá TCP socket áááááááááááá Unix
+domain socket ááááááááááááá(Unix ááááá Unix áááááááááá ááááááááááááááá)
+
+**HashedControlPassword** __hashed_password__::
+ááááá process ááá password á one-way hash ááááááááá Control port
+ááááááááááááááááá connection ááááááááááááááááááááááááááááááááááá Password
+áááááá hash ááá"tor --hash-password _password_" ááá run
+ááááááááááááááááááááá áááááááááááááá áááááááááááááááá password ááááááá
+HashedControlPassword áááááááááááááááááááááááááááááááááá áááááááááááááááááá
+
+**CookieAuthentication** **0**|**1**::
+ááááááááááá 1 ááááááááááááááá connection process ááá Tor á directory áááááá
+áááááááááááááá"control_auth_cookie" ááááááááááááááááá áááááááááááááááááá
+ááááááááááá Control port ááááááááááááááááá connection ááááááá
+áááááááááááááááááááá áááááááááááá ááááááááááááááááá áááááááááá
+áááááááááááááááááááááááááááááá áááááááááááááááá áááááááááááááááá (ááááááá-
+0)
+
+**CookieAuthFile** __Path__::
+áááááááááááááááááááá Tor cookie áááááá áááááááááááááááááááááááááááááá
+ááááááááááááááááááááááá (ááááááCookieAuthentication áááááááááá)
+
+**CookieAuthFileGroupReadable** **0**|**1**|__Groupname__::
+áááááááááá 0 ááááááááááááááááá ááááááááááááá ááááááááááááááááááááááá
+(filesystem group)ááá cookie áááááááá áááááááááá ááááááááááá1
+ááááááááááááááááááá ááááááá GID ááááááá áááááááááááááááááááá
+(áááááááááááááááááá ááááááááááááááááááá ááááááááááááááááááááááááááááá
+áááááááááááááááááááááá ááááááááá áááááááááááááá áááááááááááááááá) (ááááááá
+0)
+
+**DataDirectory** __DIR__::
+ áááááááááááá áááááááááááááááá DIR áááááááááááááááááááááá (ááááááá -
+@LOCALSTATEDIR@/lib/tor)
+
+**DirServer** [__nickname__] [**flags**] __address__:__port__
+__fingerprint__::
+ááááááááááááááááá authoritative directory server áááááááá áááááááááá ááááááá
+port ááááá ááááááá áááááááááááááKey áááááááááá ááááááááááááááááááááá
+áááááááááááááááá áááááááááááááá authoritative directory server ááááááááá
+ááááááááááááááááááá ááááááááááááááááááááááááááá ááááááááááááááááááá space
+key áááááááááááááááá directory á authority áááááááááááááááááááááááá
+áááááááááá ("non-v2") áááááááááááááááá ááááááá ááááááááááááááááááááááááááááá
+("v2")ááááá directory áááááááááááááááááááááááá Tor áááááááá ááááááááááá
+("v1") authority ááááááááá ááááááááááááááááá (Directory mirror áááááá
+ááááááááááááááá áááááááááá)áááááááááááá "hs" ááááááááááááááááá hidden
+service ááááááááá ááááááááááááááááááááá áááááááááááááááááááá "v1" ááááá
+hs"áá áááááááááááááááááá ááááááááááááá Tor áááááááááááá "bridge
+ááááááááááááááá bridge authoritative áááááááááááááááá"option=**port**"
+ááááááááááá dirserver ááááááááááá encrypt ááááááááááá tunnel áááááááááááááá
+á port ááááááááááááááááááááááááááááááááá "v3ident=**fp**"ááááááááááá
+dirserverááá v3 directory authority áááááááááááá áááááá v3 sigining key ááá
+**fp** ááááááááááááá ááááááááá (fingerprint) áááááááááááááááááááá
+**dirserver** áááááááááááááááááááááá Tor áááááááá ááááááááááááá directory
+server ááááááá ááááááááááááááááááááááááááááááááááááááááááááá ááá directory
+autthority ááááááá ááááááááááááá ááááá Tor network
+áááááááááááááááááááááááááááááááááááááááááááááááá ááááááááááááááá
+áááááááááááááááááááááááááááááá ááááááááááááááááááááááááááá
+áááááááááááááááááá ááááááááááááááá ááááááááááááááauthority ááááááá
+áááááááááááááááááááááááááááááááááááááá
+
+**AlternateDirAuthority** [__nickname__] [**flags**] __address__:__port__ __fingerprint__ +
+
+**AlternateHSAuthority** [__nickname__] [**flags**] __address__:__port__ __fingerprint__ +
+
+**AlternateBridgeAuthority** [__nickname__] [**flags**] __address__:__port__
+__ fingerprint__::
+DirServer áááááááááá áááááááá ááááááá directory authority áááááá ááááááááááá
+ááááááááááááááá AlternateDirAuthority áááááá ááááááá Tor directory
+authority ááááááá áááááááááááááááá áááááááá hidden service authority
+ááááááááá bridge authority ááááááá áá áááááááááááááááááááááá áááááááááááá
+AlternateHSAuthority ááá ááááááá hidden service authority ááá áááááááááááá
+áááááááádirectory ááááá bridge authority ááááááááá áááááááááááááááá
+
+**DisableAllSwap** **0**|**1**::
+1áá áááááááááááááááááááááá Tor áááááááá áááááááááááááááááááááá memory page
+áááááááááááááá ááááááááááááááááááááááááááá áááááááá memory ááá
+áááááááááááááááááááá Windows, OS X ááááá Solaris áááááááá ááááááááá
+áááááááááá áááááááááááááááááááááááááááááá GNU/Linus distribution
+áááááááááááááááááááááááááá áááááááááááááá *BSD system áááááááá ááááááááá
+ááááááááááááááá (áááááááááááááá)áááááááááááááááááá Tor ááá root áááááááá
+áááá ááááááááááááááá **User** option áááááááááááá Tor á
+ááááááááááááááááááááá áááááááááááááááááááááááááááááá(ááááááá - 0)
+
+**FetchDirInfoEarly** **0**|**1**::
+1ááááááááááááááá áááááááááááááááá ááááááááááááááááá (normal criteria for
+fetching) ááááá ááááááááááááááááá Tor ááá directory áááááááááááááááá ááááá
+directory cache ááááááááááá
+ááááááááááááááááááááááááááááááááááááááááááááááááááááá áááááááááááá
+ááááááááááá (ááááááá-0)
+
+**FetchDirInfoExtraEarly** **0**|**1**::
+1 áááááááá Tor ááá directory áááááááááááááááá ááááá directory
+áááááááááááááááááááááá áááááááááááááááááááááááááááá directory
+áááááááááááááááá áááááááááááááááááááááááááááááááááá áááááááááááááááááá
+áááááááááááááááááááááááááááááááááááááá ááááááááááááááááááááááá(ááááááá-0)
+
+**FetchHidServDescriptors** **0**|**1**::
+0 ááááááááááááááááá Tor ááá hidden service descriptor ááááááá áááááá
+directory áááááá ááááááááááááá ááááááááááááá áááááááááááááááá áááááááááááá
+ááááááááááá hidden service ááááááá áááááááááááááááááá Tor controller
+ááááááááááááááááá áááááááááááá(ááááááá- 0)
+
+**FetchServerDescriptors** **0**|**1**::
+0 ááááááááá Tor ááá ááááááá network ááááááááá ááááááááááá ááááááááá
+directory server ááááááááááááááá server descriptor áááááá áááááááááááááááá
+directory fetches ááááááá ááááááááááááááá Tor controller ááááááááááááááá
+áááááááááááá(ááááááá-1)
+
+**FetchUselessDescriptors** **0**|**1**::
+1 ááááááááááááááá Tor ááá ááááááá authority áááááááá ááááááááááááááááááá
+ááááááá descriptor ááááááááááááááááááááááá ááááááááááááááá áááá áááááááááááá
+descriptor áááá (áááá áááááááááá router áááááá)
+áááááááááááááááááááááááááááááááá áááá ááááááááááááááááá ááááááá Tor node
+ááááááá áááááááááááá "exitlist" script áááááááááááááááááá
+áááááááááááá(ááááááá-0)
+
+**HTTPProxy** __host__[:__port__]::
+Tor ááá ááá directory request áááááááááá directory server áááááááá
+áááááááááááááááááááá áááááááááááááááááá host ááááá port ááááááá
+áááááááááááááááááá
+
+**HTTPProxyAuthenticator** __username:password__::
+ááááááááááááááá Tor ááá RFC 2617 ááááááááááááá áááááá HTTP proxy
+authentication ááááááá á username á password áááááááááááááááááááááááá
+ááááááááááááá Tor áááááááááááááááááá HTTP proxy authetication ááááááá
+ááááááááááááááááá ááááá ááááá protocol ááááááá ááááááááááááááááááá
+ááááááááááááááááááááááááááá áááááááááááááááááááááááááááá
+
+**HTTPSProxy** __host__[:__port__]::
+Tor ááá ááá SSL request áááááááááá directory server áááááááá
+áááááááááááááááááááá áááááááááááááááááá host ááááá port (host:443) ááááááá
+áááááááááááááááááááááá HTTPS proxy ááá áááááááááport ááááááááááááá
+ááááááááááááááááááááá **FascistFirewall** áááá ááááááááááááááááááááááááá
+portááááááá áááááááááááááááááááááááááááááá
+
+**HTTPSProxyAuthenticator** __username:password__::
+ááááááááááááááá Tor ááá RFC 2617 ááááááááááááá áááááá HTTPS proxy
+authentication ááááááá á username á password áááááááááááááááááááááááá
+ááááááááááááá Tor áááááááááááááááááá HTTPS proxy authetication ááááááá
+ááááááááááááááááá ááááá ááááá protocol ááááááá ááááááááááááááááááá
+ááááááááááááááááááááááááááá áááááááááááááááááááááááááááá
+
+**Socks4Proxy** __host__[:__port__]::
+áááááááááá OR (SSL) connection ááááááá host:port ááá SOCKS 4 proxy ááááááááá
+áááááááááááááááá (host:1080)
+
+**Socks5Proxy** __host__[:__port__]::
+áááááááááá OR (SSL) connection ááááááá host:port ááá SOCKS 5 proxy ááááááááá
+áááááááááááááááá (host:1080)
+
+**Socks5ProxyUsername** __username__ +
+
+**Socks5ProxyPassword** __password__::
+ááááááááááááááá RFC 1929 áá SOCKS5 server ááá username á password
+áááááááááááááááááááá username ááááápassword áááááááááááááá áááááááááááá
+ááááááá ááá ááááááááááááááááááá
+
+**KeepalivePeriod** __NUM__::
+Firewall ááááááááááááááááááááááááá áááááááááááááááááá áááááááááááááááááá NUM
+áááááááááááááááá keepalive padding cell ááááááá áááááááááááconnection ááá
+open circuit áááááááá NUM áááááááááááááááááááááááá ááááááááááá ááááááááááááá
+áááááááááááááá(ááááááá áááááá)
+
+**Log** __minSeverity__[-__maxSeverity__] **stderr**|**stdout**|**syslog**::
+__minSeverity__ ááááá __maxSeverity__ áááááá message áááááááááá standard
+output stream á standard error stream ááááááááá system log áááááááááá
+ááááááááááááá ("syslog" ááá Unix áááááá áááááááááááááááá)á áááááááááááááá
+áááááááááááááááááááááááááááááádebug á info á notice á warn ááááá err
+áááááááááááá ááááááááááááááá "notice" áááááááááááááááá áááááááááááááááááá
+áááááááááááááááááááááááááááááááááááálog áááááááááááááááááááá
+ááááááááááááááááááááá áááááááááááá áááááááááááááááá áááááááááááááááá
+ááááááááááááááááááááááá ááááááááááááááááááááááááááá ááááááááááááá áááááááá
+(ááááááááá) áááááááááááááááááááá message ááááááá ááááááááááááááááááááá
+ááááááááááááá
+
+**Log** __minSeverity__[-__maxSeverity__] **file** __FILENAME__::
+áááááááá ááááááááááááááááááááááááá áááááááááá message ááááááá ááááááááááááá
+ááááááááááááá ááááááááááá Configuration file áááá "Log" ááááááááááááááááááá
+áááááááááááááááááááááááááá messageááááááá ááááááááááááá
+ááááááááááááááááááááááá ááááááááááááá log ááááááááááááááá ááááááááááá
+
+**Log** **[**__domain__,...**]**__minSeverity__[-__maxSeverity__] ... **file** __FILENAME__ +
+
+**Log** **[**__domain__,...**]**__minSeverity__[-__maxSeverity__] ... **stderr**|**stdout**|**syslog** ::
+ As above, but select messages by range of log severity __and__ by a
+ set of "logging domains". Each logging domain corresponds to an area of
+ functionality inside Tor. You can specify any number of severity ranges
+ for a single log statement, each of them prefixed by a comma-separated
+ list of logging domains. You can prefix a domain with $$~$$ to indicate
+ negation, and use * to indicate "all domains". If you specify a severity
+ range without a list of domains, it matches all domains. +
+ +
+ This is an advanced feature which is most useful for debugging one or two
+ of Tor's subsystems at a time. +
+ +
+ The currently recognized domains are: general, crypto, net, config, fs,
+ protocol, mm, http, app, control, circ, rend, bug, dir, dirserv, or, edge,
+ acct, hist, and handshake. Domain names are case-insensitive. +
+ +
+ For example, "`Log [handshake]debug [~net,~mm]info notice stdout`" sends
+ to stdout: all handshake messages of any severity, all info-and-higher
+ messages from domains other than networking and memory management, and all
+ messages of severity notice or higher.
+
+**LogMessageDomains** **0**|**1**::
+ If 1, Tor includes message domains with each log message. Every log
+ message currently has at least one domain; most currently have exactly
+ one. This doesn't affect controller log messages. (Default: 0)
+
+**OutboundBindAddress** __IP__::
+ááááááááááá Outbound ááááááááááááááááááááá ááááááááááááá IP address
+ááááááááááááááááááááááááááá áááá áááásystem áááá network
+cardáááááááááááááááááááá Tor áááááááááááááááááááááá ááááááááááá ááááááááááá
+áááááááááááááááááááááááááloopback address (127.0.0.0/8 ááááá ::1) ááááááááá
+áááááááááááááááááááá áááááááááááá
+
+**PidFile** __FILE__::
+ááááááááááááá PID ááá FILE ááááááááááááá Clean Shutdown ááááááááááááá FILE
+áááááááááááááá
+
+**ProtocolWarnings** **0**|**1**::
+1ááááááááááááááá Tor áááááááááááááááááááááááááá áááááááááááá ááááááááááááááá
+ááááááááááááááááá "warn" level ááááá áááááááááááááááááááááááá "info"
+ááááááááááááá(ááááááá-0)
+
+**RunAsDaemon** **0**|**1**::
+1 áááááááááááááá Tor ááá ááááááááááááá Daemonize áááááááááááá Windows
+áááááááááááááááááááááááááá ááááááááááááááá--service command-line option
+áááááááááá(ááááááá-0)
+
+**LogTimeGranularity** __NUM__::
+ Set the resolution of timestamps in Tor's logs to NUM milliseconds.
+ NUM must be positive and either a divisor or a multiple of 1 second.
+ Note that this option only controls the granularity written by Tor to
+ a file or console log. Tor does not (for example) "batch up" log
+ messages to affect times logged by a controller, times attached to
+ syslog messages, or the mtime fields on log files. (Default: 1 second)
+
+**SafeLogging** **0**|**1**|**relay**::
+Log message áááááá ááááááááááá áááááááááááááááááá
+áááááááááááááááááááááááááááááááááá áááááááááá log
+áááááááááááááááááááááááááááááááááááááááááááááá ááááááááááááá ááááááááááááá
+ááááá ááááááááááááááá áááááááááááááááááááááááá ááááááááááááááááá 0 áá
+ááááááááááááá áááááááááááááááááááááááááá relay áááááááá ááááááááááá relay
+áááááááá ááááááááááá ááááááááááá Client áááááááá
+ááááááááááááááááááááááááá(ááááááá-1)
+
+**User** __UID__::
+ááááááááááááá áááááá user ááááá uid ááááááááááá ááá ááááááááááááááá gid
+áááááááááááááá
+
+**HardwareAccel** **0**|**1**::
+ááááááááááá ááááááááááááááááá crypto hardware acceleration ááá
+ááááááááááááááááááá áááááááááááááááááááááááááááá(ááááááá - 0)
+
+**AccelName** __NAME__::
+OpenSSL ááááááá ááááááááááááááá hardware crypto acceleration áááá NAME á
+dynamic engine áááááááááááááááááááááááááááááá ááááááá dynamic hardware
+engine áááááááááááááááá áááááááááááááááááááááááá áááááááááááopenssl engine
+command ááááá ááááááááááááááá
+
+**AccelDir** __DIR__::
+áááá dynamic hardware acceleration ááááááááááááááááááááááá engine
+implementation library ááááááá ááááááá OpenSSL áááááááááááá
+ááááááááááááááááááááááááááááááááá
+
+**AvoidDiskWrites** **0**|**1**::
+ááááááááááá hard disk ááááááááááááááááááááááá
+ááááááááááááááááááááááááááááááá áááááááááááááááá ááááááááááááááááFlash
+memory ááááááááá ááááááááááááááááááááááááááááá áááááááááááááá media
+ááááááááááááááááááááááááááááááááááááá(ááááááá -0)
+
+**TunnelDirConns** **0**|**1**::
+ááááááááááááá ááááááááááááááááááááááááááá directory server ááááá
+ááááááááááááááááá ááááááááááá ááááá (one hop) áááááááá encrypt ááááááááááá
+ááááááááááááááááááá áá ORPort ááááááá ááááááááááááááááá(ááááááá - 1)
+
+**PreferTunneledDirConns** **0**|**1**::
+áááááááááááá ááááááááááááááááá directory connection (tunneled directory
+connection) ááááááá áááááááááááááááááádirectory server ááááááá ááááááááááááá
+ááááááááááááááááááá(ááááááá -1)
+
+**CircuitPriorityHalflife** __NUM1__::
+ááááááááááááááááááááááááááá ááááááá ááááááá ááááááááá áááááááá ááááááááá
+ááááááááááááááá áááááááááááááááááááááááááááááá ááááá algorithm
+ááááááááááááááááááááááááááááá ááááááááááááá
+áááááááááááááááááááááááááááááááááá áááááááááááááááááááááááááááá
+áááááááááááááááááááááááááááááá ááááááááááááááááááááááááááááááááá
+CircuitPriorityHalflife (áááááá)á ááááááááááááááááá
+ááááááááááááááááááááááááááááá ááááááááááááá ááááááááááááá ááááááááááááááá
+ááááááááááááááááááááááááá ááááááááááááá áááááááááááá áááááááááááá
+áááááááááááááááááááááááááááááááááá áááááááááááááááá
+áááááááááááááááááááááááááááááááááááá áááááááááááá ááááááááááááááááááááááá
+ááááááááááááááááááááááááááááááááááááááááá(ááááááá- áááááááááááááááááááá)
+
+**DisableIOCP** **0**|**1**::
+ If Tor was built to use the Libevent's "bufferevents" networking code
+ and you're running on Windows, setting this option to 1 will tell Libevent
+ not to use the Windows IOCP networking API. (Default: 1)
+
+Client ááááá áááááááááááááááá (Client Options)
+
+áááááááááááááááááááááááááá Client ááááááááá áááááááááááá (**SocksPort**ááá
+áááááááááááááá)
+
+**AllowInvalidNodes** **entry**|**exit**|**middle**|**introduction**|**rendezvous**|**...**::
+ááááá ááááááááá Tor service ááááááá ááááááááááááááááááááááá directory
+authority ááááááá ááááááááááááááááááááá áááááááááááááá áááááááááááá áááá
+ááááááááááá ááááááááááááá ááááááááááááá ááááááááááááááááááááááááááááááááá
+ááááááááááááááááááááááááááááááááááááááá ááááááááááááá "middle,rendezvous"
+áááááá ááááááááááááááááááá áááááááááááá
+
+**ExcludeSingleHopRelays** **0**|**1**::
+ This option controls whether circuits built by Tor will include relays with
+ the AllowSingleHopExits flag set to true. If ExcludeSingleHopRelays is set
+ to 0, these relays will be included. Note that these relays might be at
+ higher risk of being seized or observed, so they are not normally
+ included. Also note that relatively few clients turn off this option,
+ so using these relays might make your client stand out.
+ (Default: 1)
+
+**Bridge** __IP__:__ORPort__ [fingerprint]::
+UseBridges áááááááááááááááááááá áááááááááááá "IP:ORPort" ááááááá relay
+ááááááá "birdge"ááááá ááááá Tor network ááááááááááááááááááááááááááááááá
+ááááá "fingerprint" áááááááááááá (DirServer ááááá áááááááááááááá) ááááááááá
+áááááááááááááárelay ááá áááááááááá ááááááááááá (fingerprint)
+áááááááááááááááááááá ááááá áááááááááááááá UpdateBridgesFromAuthority ááááááá
+ááááááááááááááááááá áááááááááááááááááá bridge authority áááááááááá bridge
+descriptor ááááááá ááááááááááááááááááááááá (look up) áááááááááááá
+
+**LearnCircuitBuildTimeout** **0**|**1**::
+ If 0, CircuitBuildTimeout adaptive learning is disabled. (Default: 1)
+
+**CircuitBuildTimeout** __NUM__::
+
+ Try for at most NUM seconds when building circuits. If the circuit isn't
+ open in that time, give up on it. If LearnCircuitBuildTimeout is 1, this
+ value serves as the initial value to use before a timeout is learned. If
+ LearnCircuitBuildTimeout is 0, this value is the only value used.
+ (Default: 60 seconds.)
+
+**CircuitIdleTimeout** __NUM__::
+ááááá áááááááááááááá NUM áááááááááááá áááááááááááá áááááááááááááááá ááááá
+Tor client áááááááááááááááááááááááá áááclientááá áááááááááááááááááááááá
+áááááááááááááááááááááááááá áááááááááááá TLS ááááááááááááááááá
+áááááááááááááááááááááááááááá ááááá áááááááááááááááááááááááááá request
+ááááááááááááááá request áááááááááááááááááááááááááááá
+áááááááááááááááááááááááááááááááááááááááááá áááááááááá áááááááááááááááááá
+áááááááááááááááááááááááááááááááááááááááá(ááááááá- ááááááá)
+
+**CircuitStreamTimeout** __NUM__::
+ááááá ááááááááááá ááááááááááááá ááááááááááááááááááááááááááááá
+ááááááááááááááááááá áááááááááááááááááááááááááááááááááááááááá (ááááááááááá)
+ááááááááááááááááááááááááá áááááááááá network
+ááááááááááááááááááááááááááááááááá 60 áááááááááá áááááááááááááá
+áááááááááááááááááááááááááááá(ááááááá - 0)
+
+**ClientOnly** **0**|**1**::
+1 áááááááááááááááá Tor áááááááááááááááááááááááá server
+áááááááááááááááááááááááááá ááááááááá directory request
+ááááááááááááááááááááááááááá ááááááááááááááááááá ááááááááááááááá ORPort
+áááconfigure ááááááááááá client áááááááááááááááá
+ááááááááááááááá(ááááááááááááá áááááááááááá áááááááááááááááááááááááááá Tor
+ááá áááááááááá áááááááááááááááááááááááá bandwidth áááááááááááá
+áááááááááááááááá áááááááááá áááááááááááááááááááááááááá)(ááááááá - 0)
+
+**ExcludeNodes** __node__,__node__,__...__::
+áááááááááááááááááááááááááááá ááááá ááááááááááááááááááá ááááááááá node
+áááááááááááááááááááááááááá áááááááááááá ááááááááá áááááááááááááááá ááááá
+áááááááááááááááááááááááááááááááááááááááááá (Example: ExcludeNodes
+SlowServer, $ EFFFFFFFFFFFFFFF, \{cc}, 255.254.0.0/8)
+
+**ExcludeExitNodes** __node__,__node__,__...__::
+exit node ááááááááááááááááá ááááá ááááááááááááááááááá ááááááááá node
+áááááááááááááááááááááááááá áááááááááááá ááááááááá áááááááááááááááá ááááá
+áááááááááááááááááááááááááááááááááááááááááá ExcludeNodes ááááááááááááá node
+ááááááááááááááááá ááááááááááááááááááááááá áááááááááááááááááááááááááááá
+
+**EntryNodes** __node__,__node__,__...__::
+ááááááá áááááááááááá ááááááááááááááááááá áááááááááááá node
+áááááááááááááááááááááááááá áááááááááááá ááááááááá áááááááááááááááá ááááá
+áááááááááááááááááááááááááááááááááááááááááá StrictNodes ááááááááááááááááá
+áááááááá áááááááááááááááááááááááá áááááááááááá
+
+**EntryNodes** __node__,__node__,__...__::
+ááááááá áááááááááááá ááááááááááááááááááá áááááááááááá node
+áááááááááááááááááááááááááá áááááááááááá ááááááááá áááááááááááááááá ááááá
+áááááááááááááááááááááááááááááááááááááááááá StrictNodes ááááááááááááááááá
+áááááááá áááááááááááááááááááááááá áááááááááááá
+
+**StrictNodes** **0**|**1**::
+1 áááááááááááááááá EntryNodes áááááááááááááááááááá EntryNodes ááááááááá node
+áááááááá ááááááá node áááááá ááááááá exit node
+áááááááááááááááááááááááááááááá ááááááááááááááááá Tor ááá áááááááááááááá
+ááááááááááááááááááá directory áááááááááá ááááááááá hidden service
+áááááááááááááááááááá ááááááááááááááááá exit circuit áááááááááááá
+áááááááááááááá áááááááááááá
+
+**FascistFirewall** **0**|**1**::
+1 ááááááááááááááááá Tor ááá Firewallááááááááááááááááá OR
+ááááááááááááááááááá port áááááááááá ááááááááááááááááááááááá
+ááááááááááááááááá(ááááááá 80 áá 443, **FirewallPort**) áááá Tor ááá firewall
+áááááááááá áááááááááááááá policy áááááááááááááááá client áááááááááá
+áááááááááááááááááááá áááááááááá áááááááááááááá ááááááááááááááááááááááááááááá
+ááááááááááááááááááá ááááááááááááááááááááááááá ReachableAddresses
+ááááááááááááááááááá
+
+**FirewallPorts** __PORTS__::
+Firewall ááááááááááááááááááááááá port áááááááááááááááááá **FascistFirewall**
+ááááááááááááááááá ááááááááááá ááááááááááááááááááááááááááReachableAddresses
+áááááááááááááááááááááá(ááááááá - 80,443)
+
+**HidServAuth** __onion-address__ __auth-cookie__ [__service-name__]::
+áHidden service ááááá client áááááááááááááááá áááááááááááá áááááááááááááááá
+"onion address" áááa-z2-7 áááááááááá character ááááááááá ".onion" ááááá
+extensionááááááááá áááááááááááááááá auth cookie áááááááA-Za-z0-9+ áááááááááá
+character áá ááááááááááá Service-name ááááá Tor controller ááááááá
+áááááááááááááááááááááááááá áááááááááááá áááááááááááááá hidden service
+ááááááááá ááááááááááááááááááááá ááááááááááááááááá ááááá hidden serviceááá
+authorization áááááááááááááááááá áááááááááááááááááááááááhidden service ááá
+ááááááááááááááááá hidden service ááááááá áááááááááauthorization
+áááááááááááááááá **HiddenServiceAuthorizeClient** áááááá áááááááááááááááá
+
+**ReachableAddresses** __ADDR__[/__MASK__][:__PORT__]...::
+Firewalláá áááááááááááááááááááá ááááááááááá áááááááááá IP address ááááá port
+áááááááááááááááááá "accept" ááá "reject" áááááááááááááááááááááá
+ááááááááááááááááááááááááááá ExitPolicy áááá áááááááá address
+áááááááááááááááááááááááá áááá 'ReachableAddresses 99.0.0.0/8, reject
+18.0.0.0/8:80, accept *:80' áááááááááááá firewall ááá 99.0.0.0 network ááááá
+áááááááááááááááááááááááááááááááááááá Port 80 ááááááá18.0.0.0 ááááá network
+ááááááá ááááááááááá áááááááá ááááá ááááááááááááááá port 80 connection
+áááááááááááááááááá(ááááááá- "accept *:*")
+
+**ReachableDirAddresses** __ADDR__[/__MASK__][:__PORT__]...::
+**ReachableAddresses** ááááááááááá address ááááá port áááááááááááááááááá Tor
+ááá directory information ááááááá HTTP GET requestááááááá áááááááááááá
+ááááááááááááááááááá ááááááááááá áááááááááááááááááá
+**ReachableAddresses**ááááááááááááááááá ááááá**HTTPProxy**
+áááááááááááááááááá ááááááááááááááááááá proxy ááááááááá ááááááááááááá
+
+*ReachableORAddresses** __ADDR__[/__MASK__][:__PORT__]...::
+**ReachableAddresses** ááááááááááá address ááááá port áááááááááááááááááá Tor
+ááá Onion router ááááááááá TLS/SSL áááááááááááááááááááááááááááááááá
+áááááááááááááááááááááááááááááá áááááááááááááááááá
+**ReachableAddresses**ááááááááááááááááá **HTTPSProxy** áááááááááááááááááá
+ááááááááááááááááááá áááááá proxy ááááááááá
+ááááááááááááá**ReachableORAddresses** ááááá **ReachableDirAddresses**
+ááááááááááááááááááá áááááá proxy áááááááááááááááááááááá áááááááááááá
+(**HTTPProxy** ááááá **HTTPSProxy** áááááááááá) ááááááááááááááááááPort 443 -
+TLS connection (Onion router ááááááá Tor ááááááááááááááááááá) ááá
+ááááááááááá ááááááááá port 80 - HTTP GET request (directory information
+áááááááááááááááááááááá) áááááááááááááá
+
+**LongLivedPorts** __PORTS__::
+áááááááááááááááááááá áááááááááááááááááááááááááááááááá service ááááááá port
+áááááááááááááááááá(áááá- chat ááááá interactive shells) á port
+ááááááááááááááááááá stream circuit ááááááá stream ááááááááááááááááááá node
+ááááááááááááááááááááááááááááááááááááááánode áááááááááááááá (ááááááá- 21, 22
+706, 1863, 5050, 5190, 5222, 5223, 6667, 8300)
+
+**MapAddress** __address__ __newaddress__::
+Tor áááá address áááááááááá request ááááááááááááááá áaddress ááá
+ááááááááááááá newaddress áááááá ááááááááááá áááá - ááááá www.indymedia.org
+áááá _torserver_ ááááááá(_torserver_ááá server
+áááááááááááááááá)áááááááááááááááá áááááááááááááááááááááááá "MapAddress
+www.indymedia.org www.indymedia.org.torserver.exit" áá ááááááááááááááááá
+
+**NewCircuitPeriod** __NUM__::
+áááááááááááááááááááá áááááááááááááááááááááááááááááá áááááááááááá(ááááááá -
+áá áááááá)
+
+**MaxCircuitDirtiness** __NUM__::
+áááááááááá ááááááááááááááááááá áááááááá áááááááááááááá
+ááááááááááááááááááááááá áááááááááá ááááááááááááááááááááááááááááááááááá
+stream ááááááááááááááááááááááááááááááááááá(ááááááá- áá ááááá)
+
+**NodeFamily** __node__,__node__,__...__::
+ The Tor servers, defined by their identity fingerprints or nicknames,
+ constitute a "family" of similar or co-administered servers, so never use
+ any two of them in the same circuit. Defining a NodeFamily is only needed
+ when a server doesn't list the family itself (with MyFamily). This option
+ can be used multiple times. In addition to nodes, you can also list
+ IP address and ranges and country codes in {curly braces}.
+
+**EnforceDistinctSubnets** **0**|**1**::
+1ááááááá Tor ááá IP address ááááááááááááááááááá áááááááá ááááááááááááá
+ááááááááááááááááá ááááááááá ááááááááááááááááá /16 ááááááááááááááá
+ááááááááááááááááááááááá áááááááááááááá "ááááááááááá" áááááá (ááááááá - 1)
+
+**SocksPort** __PORT__::
+ááááááááá áááááááááááááááportááá Socks ááááááááá ááááááááááááááááááá
+application ááááááááááá áááááááááááááááááá ááááááááááá application
+ááááááááááááááááááá ááááááááááá 0 ááááááááááááááááááááá(ááááááá - 9050)
+
+**SocksListenAddress** __IP__[:__PORT__]::
+ááááááááá ááááááááááááááá address ááá Socks ááááááááá ááááááááááááááááááá
+application ááááááááááá áááááááááááááááááá ááááááááááá (ááááááá -
+127.0.0.1) port ááááá ááááááááááááááá (192.168.0.1:9100)áááááááááááááááá
+áááááááááááááá address:port áááááááááááááááááááááá ááááááááááááááááá
+
+**SocksPolicy** __policy__,__policy__,__...__::
+ááááááááá áááááááá policy áááááááá SocksPort ááááá DNSPort áááááááá
+áááááááááááááááá ááááááááááááááááááááááááááá exit policy ááááááááá
+ááááááááááá
+
+**SocksTimeout** __NUM__::
+áHandshaking ááááá sock connection ááá ááááááááááááá áááááááááááá
+áááááááááááááá ááááááááááááááácircuit áááááááááááááááá áááááááááá(ááááááá-
+áááááá)
+
+**TrackHostExits** __host__,__.domain__,__...__::
+áááááááááááááá ááááááááááááááááááá ááááááááááááááááááá ááááááááááááááááááá
+ááááááááááááááááá ááááááááááexit node áááááááááááááááááááááááááááá ááááá
+ááááááááááááá "." áááááááá domain áááááááááááááá ááááááááááááááááááá ááááá
+ááááááááááááááá "." áááááááááááááááá áááá ááááááááááááááááááá áááááááááááá
+áááááááááááááá áááááááááááááááááááááááááááááááá authentication cookie
+ááááááá áááá IP address ááááááááááááááááááááááááááá áááááááááááááááááá
+áááááááááááá áááááááááááááá ááááááááááááááá áááááááááááááááááááááá ááááá
+ááááááááááááááááá áááááááááá ááááááááááá áááááááááááááááááááá
+áááááááááááááááááááááááááááááááááááááááááááááááá cookie ááááááááááááááááá
+protocol ááááááááááááá ááááááááááááááááááá áááááááá áááááááááááááááááááá
+
+**TrackHostExitsExpire** __NUM__::
+exit server áááááááááááááááááááááááá exit server ááááá hostáááááááááááááá
+ááááááááááááááá áááááááááááááááááááááááááááááááááááááááááááá áááá áááááá
+(ááááá áá) áááááááá
+
+**UpdateBridgesFromAuthority** **0**|**1**::
+ááááááááááááá Tor ááá Bridge descriptor ááááááá ááááááááááááá bridge
+authority áááááááá áááááááááááááááááááá ááááááááááááááauthority áá 404
+áááááááááááááááááááááááááá ááááááááááááááááááááááááááááááá(ááááááá- 0)
+
+**UseBridges** **0**|**1**::
+ááááááááááááá Tor ááá "Bridge" config line ááááááááá bridge áááááá
+descriptor ááááááááááááááááááá áááááááááárelay ááááááá áááááááááááááááááááá
+(entry guard) áááááááááááááááááá directory guard
+ááááááááááááááááááááááááááááááááááá(ááááááá- 0)
+
+**UseEntryGuards** **0**|**1**::
+ááááááááááá 1 ááááááááááááááá áááááááááááááááááá entry server
+áááááááááááááááááááá áááááááá "ááá" áááááááááááááááááááááááá áááá
+áááááááááááááááááááááááááááá ááááááááááááááááá áááááááááááááááááá
+ááááááááááá ááááááááááááááááááááááá áááááááááááááááááá
+ááááááááááááááááááááááááá áááááááááááááááá(ááááááá - 0)
+
+**NumEntryGuards** __NUM__::
+ááááá áááááááááá 1 ááááááááááá áááááááááá áááááááááááááááááá router
+ááááááááá á áááááááááááááá(ááááááá-á ááá)
+
+**SafeSocks** **0**|**1**::
+áááááááááááááááááááááá IP address ááá DNS ááááááááááááááááááááááááá
+ááááááááááá socks protocol áááááá application áááááááááááááááááá Tor
+áááááááááááááááááááá áááááááááá remote DNS áááááááá socks4 ááááá socks5
+ááááááááááááááááá(ááááááá-0)
+
+**TestSocks** **0**|**1**::
+ááááááááááááááááááááááá ááááááááááááááááááá áááááááááá sock ááááááááááááá
+áááááááááááááá ááááááááááááááááá "notice-level" áááááááááááááááááá áááá Tor
+áááááááááááááááá application áááááááááDNS request
+ááááááááááááááááááááááááááááááá áááááááááááá áááááááááááá(ááááááá-0)
+
+**WarnUnsafeSocks** **0**|**1**::
+ When this option is enabled, Tor will warn whenever a request is
+ received that only contains an IP address instead of a hostname. Allowing
+ applications to do DNS resolves themselves is usually a bad idea and
+ can leak your location to attackers. (Default: 1)
+
+**VirtualAddrNetwork** __Address__/__bits__::
+ When Tor needs to assign a virtual (unused) address because of a MAPADDRESS
+ command from the controller or the AutomapHostsOnResolve feature, Tor
+ picks an unassigned address from this range. (Default:
+ 127.192.0.0/10) +
+ +
+ When providing proxy server service to a network of computers using a tool
+ like dns-proxy-tor, change this address to "10.192.0.0/10" or
+ "172.16.0.0/12". The default **VirtualAddrNetwork** address range on a
+ properly configured machine will route to the loopback interface. For
+ local use, no change to the default VirtualAddrNetwork setting is needed.
+
+**AllowNonRFC953Hostnames** **0**|**1**::
+áááááááááááááááá áááááááááá Tor ááá ááááááááááááá character (@ ááááá :
+ááááááááááá) áááááááááááááááááhostname ááááááá áááááááá exit node áááá
+ááááááááááááááááááááááá áááááááááááááááá URL ááááááá ááááááá
+resolveááááááááááá ááááááááááááááá(ááááááá-0)
+
+**AllowDotExit** **0**|**1**::
+ If enabled, we convert "www.google.com.foo.exit" addresses on the
+ SocksPort/TransPort/NATDPort into "www.google.com" addresses that exit from
+ the node "foo". Disabled by default since attacking websites and exit
+ relays can use it to manipulate your path selection. (Default: 0)
+
+**FastFirstHopPK** **0**|**1**::
+áááááááááááááááááááááá Tor ááá áááááááááááááááááááá ááááááá áááááááááááááááá
+(first-hop) áááááááááááá key áááááááááááááááááááááááááááááá
+áááááááááááááááá ááááááááááááááááááááááááááááááááá áááááááááááááááááá
+ááááááááááááááá relay áááááááauthenticate áááááááááá TLS
+áááááááááááááááááááááá forward-secure key
+áááááááááááááááááááááááááááááááááááááááááááá
+ááááááááááááááááááááááááááááááááááááááááááááááááááááááááááááááááá Tor ááá
+ááááááá ááááááááááá ááááááááá key áááááááá relay ááááá
+áááááááááááááááááááááááááááááá first hop á onion key áááááááááááá ááááááááá
+key ááááááááááá(ááááááá- 1)
+
+**TransPort** __PORT__::
+ááááááááááá ááááááááááááááá port ááá transparent proxy
+áááááááááááááááááááááááááááá ( áááááááááááááá 9040)BSD ááááááááá Linux's
+IPTables ááááááááááá OSá transparent proxy áááááááááááááááááááááááááááá Tor
+ááá transparent proxy áááááááááááááááááááááááááááá VirtualAddrNetwork
+áááááááááá ááááááááááááááááááááááááááááááááááProxy áááááááááá network ááááá
+TransListenAddress option ááááááá ááááááááááááááááááá(áááááá - 0)
+
+**TransListenAddress** __IP__[:__PORT__]::
+Transparent proxy connectionááááááá á IP ááááááááááááááááááááááá (ááááááá-
+127.0.0.1) áááá networkááááááááááááááááá Transparent proxy áááááááááááááááá
+áááááááááááá
+
+**NATDPort** __PORT__::
+Tor ááááááá NATD protocol áááááááááááá ipfw áááááááááááááááá
+ááááááááááááááááááááááááááááááááá ááááááááááááááááTransPort
+áááááááááááááááááááááááááááááááááá
+
+**NATDListenAddress** __IP__[:__PORT__]::
+ááááááááááááááá IP ááá NATD connection ááááááá ááááááááááááááááááá(ááááááá-
+127.0.0.1)
+
+**AutomapHostsOnResolve** **0**|**1**::
+ááááááááááááááááááááááá **AutomapHostsSuffixes** ááááá suffixáááááááááááá
+áááááááááááááá address áááááááá áááááááááááááá áááááááááááááááááááá áááááá
+áááááááá ááááááááá address áááááááááá ááááááááááááááá áááááááááá
+ááááááááááááá return áááááááááááááaddress áááááááááááááááááááááá ".onion"
+ááááááááááá áááááááááááááá application ááááááááááááááááá ááááááááááá(ááááááá
+- 0 )
+
+**AutomapHostsSuffixes** __SUFFIX__,__SUFFIX__,__...__::
+ááááááááááá áááááááááá suffix ááááá ááááááááááá **AutomapHostsOnResolve**
+áááááááááááááááá"." suffix ááá ááááááá address ááááááááááááááá(ááááá .exit,
+.onion)
+
+**DNSPort** __PORT__::
+ááááááááá ááááááááááááááá port ááááááá UDP DNS request ááááááá
+áááááááááááááááááááááááááááááááááááááá(ááááááá- 0)
+
+**DNSListenAddress** __IP__[:__PORT__]::
+DNS connection ááááááá áIP ááááááá ááááááááá(ááááááá- 127.0.0.1)
+
+**ClientDNSRejectInternalAddresses** **0**|**1**::
+1 ááááááááááááááááá internal address áááá (127.0.0.1 (áááá) 192.168.0.1)
+áááááááá ááááááááááááá ááááááááááááááááááá DNS áááááááááááTor
+ááááááááááááááááááááááááá áááááááááááááááá
+ááááááááááááááááááááááááááááááááááááááááááá ááááááááááááááá
+ááááááááááááááááááááááá áááááááááááááááá(ááááááá- 1)
+
+**ClientRejectInternalAddresses** **0**|**1**::
+ If true, Tor does not try to fulfill requests to connect to an internal
+ address (like 127.0.0.1 or 192.168.0.1) __unless a exit node is
+ specifically requested__ (for example, via a .exit hostname, or a
+ controller request). (Default: 1).
+
+**DownloadExtraInfo** **0**|**1**::
+ááááááá 1 ááááááááá á "extra-info" document ááááááá ááááááááááááááááá
+áááááááááááááááááááá áááááááááááááááááádocument áááááááá ááááá
+áááááááááááááááááá ááááááá router descriptoráááááááá ááááááááááááááááá
+áááááááááTor áááááááááááááááááá ááááááááááááááááá áááááááááááá Bandwidth
+ááááááááááááááááá áááááááááá(ááááááá-0)
+
+**FallbackNetworkstatusFile** __FILENAME__::
+Tor áááááá áááááááááááááááá networkstatus áááááááááááá áááááááááááááááá
+ááááááááá áááááááá ááááááááá ááááááááááááááááááááááTor áááááááá directory
+mirror áááááááááááá ááááááááááááá áááááááááááááá áááááá authority ááá áááááá
+áááááááááá áááááááááááááá(ááááááá- None)
+
+**WarnPlaintextPorts** __port__,__port__,__...__::
+ááááááááááááá ááááááá connection ááááááá áááááááááááááááááá port ááááááááááá
+áááááááááá ááááááááááá Tor áá áááááááááááááááááááááááááááá
+ááááááááááááááááá password ááááááá áááááááááááááááááááááá áááááááááááá
+ááááááááá ááááááááááááááááááááááááááá(ááááááá- 20, 109, 110 , 143)
+
+**RejectPlaintextPorts** __port__,__port__,__...__::
+WarnPlaintextPorts ááááááá áááááááá áááááááá áááááááááááááá
+portáááááááááááááá áááááááááááááá áááááááááááááááá(ááááááá-None)
+
+**AllowSingleHopCircuits** **0**|**1**::
+ When this option is set, the attached Tor controller can use relays
+ that have the **AllowSingleHopExits** option turned on to build
+ one-hop Tor connections. (Default: 0)
+
+áááááááááááááááááááá
+
+áááááááááááááá áááááááááááááá ááááááááááááááááá(ORPort ááá ááááááááááááááá)
+
+**Address** __address__::
+ The IP address or fully qualified domain name of this server (e.g.
+ moria.mit.edu). You can leave this unset, and Tor will guess your IP
+ address. This IP address is the one used to tell clients and other
+ servers where to find your Tor server; it doesn't affect the IP that your
+ Tor client binds to. To bind to a different address, use the
+ *ListenAddress and OutboundBindAddress options.
+
+**AllowSingleHopExits** **0**|**1**::
+ This option controls whether clients can use this server as a single hop
+ proxy. If set to 1, clients can use this server as an exit even if it is
+ the only hop in the circuit. Note that most clients will refuse to use
+ servers that set this option, since most clients have
+ ExcludeSingleHopRelays set. (Default: 0)
+
+**AssumeReachable** **0**|**1**::
+Tor network áááááááááááá áááááááááááááááááá ááááááá 1 ááááááááááááááááá
+self-reachability testing ááá áááááááááá server descriptor
+áááááuploadáááááááá ááááá **AuthoritativeDirectory** ááá ááááááááááááá
+áááááááááááááááá dirserver ááá remote reachability testingááá ááááááááááá
+áááááááááááááá ááááááááááááááá áááááááááááááááá áááááááááááááááá
+
+**BridgeRelay** **0**|**1**::
+ Sets the relay to act as a "bridge" with respect to relaying connections
+ from bridge users to the Tor network. It mainly causes Tor to publish a
+ server descriptor to the bridge database, rather than publishing a relay
+ descriptor to the public directory authorities.
+
+**ContactInfo** __email_address__::
+ááááááááááááá áááááááááááááááááááááááá áááááááááá spam áááááááááá spam
+harvester ááááá áááááááááááááááááááááááááááE-mail ááááááááá
+ááááááááááááááááááááááááááááá
+
+**ExitPolicy** __policy__,__policy__,__...__::
+Exit policy ááááááááááááááááááááá policy ááááááááááááá"**accept**|**reject**
+__ADDR__[/__MASK__][:__PORT__]" áááááááá ááááá_MASK_ááá ááááááááá
+áááááááááá host áááááááááááá áááááááááááááá
+áááááááááááááááááááááááááááááááááá"*" ááááááááááááááááá _PORT_ááá port
+ááááááááááááááááá interval áááááááááááááá port ááááááá
+"__FROM_PORT__-__TO_PORT__", (áááá) "*" ááááááááááááááááááááá _PORT_ááá
+ááááááááá "*" áááááááááááá"accept 18.7.22.69:\*,reject 18.0.0.0/8:\*,accept
+\*:\*" ááá MIT áááááááááá ááááááátrafficááááááá web.mit.edu ááááááááááá
+ááááááááááááá áááááááaddress ááááááááááá áááááááááinternal ááááá link-local
+network áááááááááááááá ááááááááááááá (0.0.0.0/8,
+ 169.254.0.0/16, 127.0.0.0/8, 192.168.0.0/16, 10.0.0.0/8, and
+ 172.16.0.0/12) "private" ááááááá áááááááááá address
+áááááááááááááááááááááááááááááá ExitPolicyRejectPrivate config option ááá 0
+áááááááááááááá public IP áááááááá ááááááááááááááá áááááááááááááá áááá
+"accept 127.0.0.1:80,reject private:\*" ááááá 127.0.0.1 ááááááááá HTTP
+ááááááááááááááááááá ááááá internal network áááááááááááááááá
+ááááááááááááááááááááááá public address áááááááááááááááá ááááááááááááááááááá
+ááááááááááááááááááá áááááááááááááááááááááááááááááááááá áááááá internal ááááá
+reserved IP addressááááááááááááááá RFC 1918 ááááá RFC 3330
+áááááááááááááááááááááááááááááááááá
+áááááááááááááááááááááááááááááááááááááááááááááá áááááááááááááá ááááááááááááá
+ááááááááááááá áááááááááá + áááááááá
+
+ reject *:25
+ reject *:119
+ reject *:135-139
+ reject *:445
+ reject *:563
+ reject *:1214
+ reject *:4661-4666
+ reject *:6346-6429
+ reject *:6699
+ reject *:6881-6999
+ accept *:*
+
+**ExitPolicyRejectPrivate** **0**|**1**::
+Local network áááááááááááá exit policy áááááá áááá public IP address ááááá
+ááááááááá áááá ExitPolicy áááááááááááááááááá(ááááááá- 1)
+
+**MaxOnionsPending** __NUM__::
+decrypted ááááááááááááááááááááááá onionskins áááá áááááááááááááá
+áááááááááááá áááááááááááááááááááááááá ááááááááá(ááááááá - 100)
+
+**MyFamily** __node__,__node__,__...__::
+áTor serveráááááááááááááááááááááááááááá áááááááááááááááááá
+ááááááááááááááááááááááááá ááááááááááááááááfingerprint ááááááááááááááá
+ááááááááááááááááááááááá ááááááááááááááá ááááááááááááá "ááááááá" ááááááááááá
+ááááááááTor client ááááááá áááááááá ááááááááááááááááá ááááááááááááááááááááá
+(áááááááááááááá áááááááááááááááá ááááááááááááááááááááááááááá ááááááááááááá)
+
+**Nickname** __name__::
+ááááá ááááááááááá áááááááááá áááááááá ááááááá áá ááááááááááááááááááá (a áá
+z, A áá Z, 0 áá 9) áááááááááááá áááááááááá
+
+**NumCPUs** __num__::
+ How many processes to use at once for decrypting onionskins and other
+ parallelizable operations. If this is set to 0, Tor will try to detect
+ how many CPUs you have, defaulting to 1 if it can't tell. (Default: 0)
+
+**ORPort** __PORT__::
+Tor client ááááá áááááááááááááááá áááááááááááááááááá áportááááááá ááááááááá
+
+**ORListenAddress** __IP__[:__PORT__]::
+Tor client ááááá áááááááááááááááá áááááááááááááááááá á IP
+ááááááááááááááááPort áááááááááááááááá ORPort áá portáááááááá ááááá
+ááááááááááááááá áááááá (ááááááá 0.0.0.0)áááááááááááááááááááááááááá IP:port
+ááááááááá ááááááááááááááá ááááááááááááááááá
+
+**PortForwarding** **0**|**1**::
+ Attempt to automatically forward the DirPort and ORPort on a NAT router
+ connecting this Tor server to the Internet. If set, Tor will try both
+ NAT-PMP (common on Apple routers) and UPnP (common on routers from other
+ manufacturers). (Default: 0)
+
+**PortForwardingHelper** __filename__|__pathname__::
+ If PortForwarding is set, use this executable to configure the forwarding.
+ If set to a filename, the system path will be searched for the executable.
+ If set to a path, only the specified path will be executed.
+ (Default: tor-fw-helper)
+
+**PublishServerDescriptor** **0**|**1**|**v1**|**v2**|**v3**|**bridge**,**...**::
+ This option specifies which descriptors Tor will publish when acting as
+ a relay. You can
+ choose multiple arguments, separated by commas.
+ +
+ If this option is set to 0, Tor will not publish its
+ descriptors to any directories. (This is useful if you're testing
+ out your server, or if you're using a Tor controller that handles directory
+ publishing for you.) Otherwise, Tor will publish its descriptors of all
+ type(s) specified. The default is "1",
+ which means "if running as a server, publish the
+ appropriate descriptors to the authorities".
+
+**ShutdownWaitLength** __NUM__::
+áááááááááááá SIGINT áááááááááááá ááááááá shutdown áááááááááááááááá listener
+ááááááááááá áááááááááááááááááááááááááááááááááááááá áááááááááááá
+ááááááááááááááá áááááááááááááááááááááááááá ááááááááááááááááááááá SIGINT
+áááááááááááá ááááááááááááááááá(ááááááá-30 )
+
+**HeartbeatPeriod** __N__ **minutes**|**hours**|**days**|**weeks**::
+ Log a heartbeat message every **HeartbeatPeriod** seconds. This is
+ a log level __info__ message, designed to let you know your Tor
+ server is still alive and doing useful things. Settings this
+ to 0 will disable the heartbeat. (Default: 6 hours)
+
+**AccountingMax** __N__ **bytes**|**KB**|**MB**|**GB**|**TB**::
+ Never send more than the specified number of bytes in a given accounting
+ period, or receive more than that number in the period. For example, with
+ AccountingMax set to 1 GB, a server could send 900 MB and receive 800 MB
+ and continue running. It will only hibernate once one of the two reaches 1
+ GB. When the number of bytes gets low, Tor will stop accepting new
+ connections and circuits. When the number of bytes
+ is exhausted, Tor will hibernate until some
+ time in the next accounting period. To prevent all servers from waking at
+ the same time, Tor will also wait until a random point in each period
+ before waking up. If you have bandwidth cost issues, enabling hibernation
+ is preferable to setting a low bandwidth, since it provides users with a
+ collection of fast servers that are up some of the time, which is more
+ useful than a set of slow servers that are always "available".
+
+**AccountingStart** **day**|**week**|**month** [__day__] __HH:MM__::
+ááááááááááááááááááááááááááááá ááááááááááááááááááááá **month** áááááááááááá
+ááááááááááááááááááááááááá áááááááááááá áááááááááááááá áááááá
+áááááááááááááááááááááááááá (ááááááááááááá 1 áá 28 áááááááááááááááá)**week**
+áááááááááááá áááááááááááááá ááááááááááááááááá áááááááá 1 ááááá áááááááááá 7
+áááááááá**day** áááááááááááá áááááááááááá áááááááááááááááááááá áááááááá
+áááááááááááá ááááááááááá áá ááááááááááááááááá
+
+**RefuseUnknownExits** **0**|**1**|**auto**::
+ Prevent nodes that don't appear in the consensus from exiting using this
+ relay. If the option is 1, we always block exit attempts from such
+ nodes; if it's 0, we never do, and if the option is "auto", then we do
+ whatever the authorities suggest in the consensus. (Defaults to auto.)
+
+**ServerDNSResolvConfFile** __filename__::
+ááááááááááá ááááááá configuration ááááááááá ááááá ááááááá DNS config ááááááá
+ááááááááááááááááá ááááááááááááááá Unix "**resolv.conf**" áááááááááááááááááá
+ááááá ServerDNS option ááááááááááá name lookup áááááááClient áááá ááááááááá
+ááááááááááááááááá(ááááááááááááááá ááááá DNS configuration
+ááááááááááááááááááááááá)
+
+**ServerDNSAllowBrokenConfig** **0**|**1**::
+áááááááááá 0 ááááááááá ááááá DNS configuration áááááááá
+ááááááááááááááááááááááá nameserver ááááááá
+áááááááááááááááááááááááááááááááááááá Tor áááááááááááááááááááááááááá áááááááá
+Tor ááá áááááá áááááááááááááááááááááááááááááááááááááááááááá(ááááááá 1)
+
+**ServerDNSSearchDomains** **0**|**1**::
+ááááááá 1 áááááááááááá address ááááááá local search domain
+áááááááááááááááááááááá ááááá ááásystem ááá "example.com" áááááááááááááá
+ááááááááááááá client ááá www áááááááááááá "www.example.com"
+ááááááááááááááááá áááááááááááááááááá ame lookup áááááááClient áááá ááááááááá
+áááááááááááááááááááááááááá(ááááááá 0)
+
+**ServerDNSDetectHijacking** **0**|**1**::
+áááááááááááááááááá 1 áááááááá ááááááááááááá local nameserver ááááááá hijack
+failing DNS request ááá configure ááááááááááááááááááááááááááá áááááááááá
+áááááááááááááááááááááááááááá áááááááááááááááááá ame lookup áááááááClient
+áááá ááááááááá áááááááááááááá áááááááááááá
+
+**ServerDNSTestAddresses** __address__,__address__,__...__::
+DNS hijacking áááááááááááááááááá ááá _valid_ ááááááááááááá redirect
+ááááááááááááááááááááááááááááááááá ááááááááááááá DNS ááá
+ááááááááááááááááááááááááá exit policy ááá "rejec*:*"
+áááááááááááááááááááááááááááááááááááá name lookup áááááááClient áááá
+ááááááááá áááááááááááááá áááááááááááá(ááááááááááááááá www.googlecom,
+www.mit.edu, www.yahoo.com, wwwl.slashdot.org)
+
+**ServerDNSAllowNonRFC953Hostnames** **0**|**1**::
+áááááááááááááááá áááááááááá Tor ááá ááááááááááááá character (@ ááááá :
+ááááááááááá) áááááááááááááááááhostname ááááááá áááááááá exit node áááá
+ááááááááááááááááááááááá áááááááááááááááá URL ááááááá ááááááá
+resolveááááááááááá ááááááááááááááááááááááááááááááááá name lookup
+áááááááClient áááá ááááááááá áááááááááááááá áááááááááááá
+
+**BridgeRecordUsageByCountry** **0**|**1**::
+áááááááááááááááá ááááááááá BridgeRelay áááááááááááááááááááá GeoIP data
+áááááááááááááááTor ááááááááááááááá userááááááááááááááá ááááááááááááááááááááá
+áááááááááááááááááááá ááááááááááááá ááááááááááááá bridge authorityáááááá
+áááááááááááááááááá(ááááááá - 1)
+
+**ServerDNSRandomizeCase** **0**|**1**::
+ááááááááááááá ááááá DNS request ááááááááá character ááááá
+áááááááááááááááááááááá áááááááááááááááááááááá áááááááá reply ááááááááááááá
+ááááááááááááááááááááááááá áááá "0x20 hack" áááááá ááááááááá DNS poison
+ááááááááááááááááááá áááááááááááááááááá áááááááááááááá "Increased DNS Forgery
+Resistance through
+ 0x20-Bit Encoding" ááááááááááááááááá áááááááááááááááááá name lookup
+áááááááClient áááá ááááááááá áááááááááááááá áááááááááááá(ááááááá - 1)
+
+**GeoIPFile** __filename__::
+GeoIP data áááááááááááá áááááááááááááááááááááááááááá
+BridgeRecordUsageByCountry áááááááááááááááááááá
+
+**CellStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the mean time that
+ cells spend in circuit queues to disk every 24 hours. (Default: 0)
+
+**DirReqStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the number and
+ response time of network status requests to disk every 24 hours.
+ (Default: 0)
+
+**EntryStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the number of
+ directly connecting clients to disk every 24 hours. (Default: 0)
+
+**ExitPortStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the number of relayed
+ bytes and opened stream per exit port to disk every 24 hours. (Default: 0)
+
+**ConnDirectionStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the bidirectional use
+ of connections to disk every 24 hours. (Default: 0)
+
+**ExtraInfoStatistics** **0**|**1**::
+áááááááá áááááááááááááá ááááááááááááááá directory authority ááááááááááááááá
+ááááááááááááá document ááááááááá ááááááááááá(ááááááá 0)
+
+DIRECTORY SERVER OPTIONS
+------------------------
+
+ááááááááááááááááááá directory server ááááááááááá áááááááááááá (ORPort
+áááááááá)
+
+**AuthoritativeDirectory** **0**|**1**::
+ááááááá 1 áááááááááááá Tor ááá authoritative directory server
+áááááááááááááááááááá directory áááááááááááááááááááááááááááááááááááá
+áááááááááá ááááááááááááááááááááááááááá ááááááááááááá Client
+ááááááááááááááááááá client ááááááááááááááá ááááááááááááááááá
+ááááááááááááááááááááá áááááááááááááááá ááááááááááááááááááááááááááááá
+directory áááááááááááááááááááááááá tor-ops@xxxxxxxxxxxxxx ááá ááááá admin
+ááááááááá ááááááááááá
+
+**DirPortFrontPage** __FILENAME__::
+áááááááááá áááá HTML áááááááááááááááá DirPort áááá "/"áá áááááááááááá áááááá
+relay operator ááááááááááááááááááááááááááááááááááááááá (Disclaimers)ááá
+ááááááá web server áááááá ááááááááááááááááá contrib/tor-exit-notice.html
+ááááá disclaimer áááááááááááá
+
+**V1AuthoritativeDirectory** **0**|**1**::
+ááááááááááá **AuthoritativeDirectory** áááááááááááááááááá Tor ááá version 1
+directory status ááááá ááááááááááá router documentááááááá áááááááááááááááá
+(for legacy
+ Tor clients up to 0.1.0.x)
+
+**V2AuthoritativeDirectory** **0**|**1**::
+ááááááááááá **AuthoritativeDirectory** áááááááááááááááááá Tor ááá doc/spec
+/dir-spec-v2.txt áááááááááááááááááááááááá version 2 directory status
+áááááserver descriptor ááááááá áááááááááááááááá (0.1.1.x ááááá 0.1.2.x
+)áááááááá ááááááááááá client ááááá ááááááááááááá)
+
+**V3AuthoritativeDirectory** **0**|**1**::
+ááááááááááá **AuthoritativeDirectory** áááááááááááááááááá Tor ááá doc/spec
+/dir-spec.txt áááááááááááááááááááááááá version 3 directory status áááááááá
+descriptor ááááááá áááááááááááááááááááááá (ááááááááá 0.2.0.x áááá
+ááááááááááá client ááááá ááááááááááááá)
+
+**VersioningAuthoritativeDirectory** **0**|**1**::
+ááááááááááá ááááááááááááááá ááááááá Tor version á directory áááá publish
+áááááááááááááááááááááááááááááá áááááááááááááááá ááááááááááááááááááááá
+version 1 authority áááááááááááááááááááááá versioning authority ááááááá
+version 2 ááááááá ááááááááááááááááááááááá**RecommendedVersions**,
+ **RecommendedClientVersions**, ááááá **RecommendedServerVersions**
+ááááááááááá
+
+**NamingAuthoritativeDirectory** **0**|**1**::
+1 ááááááááááááááááá server ááááááááááááááááá fingerprintááá áááááááááááááááá
+ááááááááááááááá ááááá áááááááááá ááááááááááááá fingerprint áááááááááááááááá
+dirserver áááááááááááááááááááááááááá network-status page
+áááááááááááá"Named" ááááááááááááááá ááááááááááááááááááááááá
+áááááááááááááááááá Naming dirserver ááááááá áááááááááááááááááááá
+ááááááááááááááááá áááááááááááááááá descriptor ááááááá ááááááááááááá
+(ááááááááá) áááááááááááááá áááááááá**FILES** áááááááá **approved-routers**
+áááááááááááá
+
+**HSAuthoritativeDir** **0**|**1**::
+ When this option is set in addition to **AuthoritativeDirectory**, Tor also
+ accepts and serves v0 hidden service descriptors,
+ which are produced and used by Tor 0.2.1.x and older. (Default: 0)
+
+**HidServDirectoryV2** **0**|**1**::
+ááááááááááááááá Tor ááá v2 hidden service descriptor ááááááá
+áááááááááááááááááááááá DirPort ááááááááááááááááááááááááááááááá client
+ááááááá ORPortáá ááááááááááááááááááááááááá
+
+**BridgeAuthoritativeDir** **0**|**1**::
+**AuthoritativeDirectory** áááááááááááááááááááá Tor ááá router descriptor
+ááááááááá áááááááááááááááááááááááááááááá áááá network status document
+ááááááááááááááááááá ááááááá ááááááá áááááááááááááááá.(ááááááá - 0)
+
+**MinUptimeHidServDirectoryV2** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
+v2 hidden service directory á ááááááááá ááááááááááááááááá authoritative
+directory ááááááááááááááááááááááá ááááááá áááááááááááá(ááááááá - 24 hours)
+
+**DirPort** __PORT__::
+Directory service ááá áportááááááááááááááááá
+
+**DirListenAddress** __IP__[:__PORT__]::
+Directory serviceááá IP ááááááááááááááááá port
+áááááááááááááDirPortáááportáááááááááá áááááááááá port ááááááááááá(ááááááá -
+0.0.0.0) áááááááááááááá IP:port ááááááááá ááááááááááááááá áááááááááááááááá
+
+**DirPolicy** __policy__,__policy__,__...__::
+ááááá áááááááááááá directory portááááááááááááááááááááááááááá áááááááá
+ááááááááá áááááááááááááááááááááááááááááááá exit policy
+ááááááááááááááááááááááá
+
+DIRECTORY AUTHORITY SERVER OPTIONS
+----------------------------------
+
+**RecommendedVersions** __STRING__::
+STRING ááá áááááááááááááá ááááááááááááááááááááááááááá Tor version
+áááááááááááááááááááááááááááá directory ááááááááááááááááááá ááááááá directory
+ááá upgrade ááááááááááááááááá nodeááááááááá
+ááááááááááááááááááááááááááááááááááá ááááááááááááááááá áááá ááááááááááááá
+**VersioningAuthoritativeDirectory** ááááá ááááááááááááááááá
+
+*RecommendedClientVersions** __STRING__::
+STRING ááá áááááááááááááá client áááááááááááááááááááááááááááááááááááááááááá
+Tor version ááááááááááááááááááversion 2 directory ááááááááááááááááá
+áááááááááááááá **RecommendedVersions** ááááááááááááááááááááááááááááááááááá
+**VersioningAuthoritativeDirectory** ááááá ááááááááááááá
+
+**RecommendedServerVersions** __STRING__::
+STRING ááá áááááááááááááá áááááááááááááááááááááááááááááááááááááááááááááá Tor
+version ááááááááááááááááááversion 2 directory ááááááááááááááááá
+áááááááááááááá **RecommendedVersions** ááááááááááááááááááááááááááááááááááá
+**VersioningAuthoritativeDirectory** ááááá ááááááááááááá
+
+**ConsensusParams** __STRING__::
+áSTRING ááá space áááááááááááááá key=value áááááááááááááááááá Tor ááá
+"params" line á ááánetworkstatus áááááááááá áááááááááááá
+
+DirAllowPrivateAddresses** **0**|**1**::
+ááááááá 1 ááááááááááááááááá Tor ááá router descriptor ááááááááá ááááá
+"Address" ááááááááááááááááááá ááááááááá ááááááááaddress ááá IP
+addressáááááááááá router descriptor ááá áááááááááááááááááá 0
+
+**AuthDirBadDir** __AddressPattern...__::
+Authoritative directory áááááááááááááááááá áááááááááááá áááááááááá directory
+áááááá ááááááááááááá authority áááááááááááááááááá(**AuthDirListBadDirs**
+áááááááááááááá networkstatus document áááááá ááááááááá)
+
+**AuthDirBadExit** __AddressPattern...__::
+authoritative directory áááááááááááááááááá áááááááááááá áááááááááá exit
+áááááá ááááááááááááá authority áááááááááááááááááá(**AuthDirListBadExits**
+áááááááááááááá networkstatus document áááááá ááááááááá)
+
+AuthDirInvalid** __AddressPattern...__::
+authoritative directory áááááááááááááááááá ááááááááááááá âáááááááâ
+áááááááááááááááá address patten áááááááááááá
+
+**AuthDirReject** __AddressPattern__...::
+authoritative directory áááááááááááááááááá ááá áááááá ááááááááááááá ááááááá
+network status document áááááá ááááááááááááááááá ááááááááá OR address ááááá
+ááááááá descriptor áááááááááááááááááá addresspattern áááááááááááá
+
+**AuthDirListBadDirs** **0**|**1**::
+authoritative directory áááááááááááááááááá 1 áááááááááááá ááá directory áááá
+ááááááá node ááá directory cacheááááááááááááááááááááá ááááááááááááááááááá
+(áááááááááááá directory ááááááá badáá áááááááááááááááá ááááááááááááááááá
+
+**AuthDirListBadExits** **0**|**1**::
+authoritative directory áááááááááááááááááá 1 áááááááááááá ááá directory
+áááá ááááááá node ááá exit nodeááááááááááááááááááááá ááááááááááááááááááá
+(áááááááááááá exit node ááááááá badáá áááááááááááááááá ááááááááááááááááá
+
+**AuthDirRejectUnlisted** **0**|**1**::
+authoritative directory áááááááááááááááááá 1 áááááááááááá directory server
+áááááááááááá fingerprint ááááááááááá áááááááááááááááááááááá server
+descriptor ááááááá áááááááááááááááá áááá Sybil áááááááááááááááááá âááááááá
+áááááâ ááááá ááááááááááááááá(ááááááá 0)
+
+**AuthDirMaxServersPerAddr** __NUM__::
+authoritative directory áááááááááááááááááá IP áááááááááááááá ááááááááááááá
+ááááááááááááááááááááááááááááááááá "no limit" ááááá "0" áááááááá(ááááááá 2)
+
+**AuthDirMaxServersPerAuthAddr** __NUM__::
+authoritative directory áááááááááááááááááá
+AuthDirMaxServersPerAddrááááááááááá áááááááá directory authority ááááááááá
+áááááááááááaddress áááááááá ááááááááááá(ááááááá 5)
+
+**V3AuthVotingInterval** __N__ **minutes**|**hours**::
+V3 authoritative directory áááááááááááá serverá voting interval
+ááááááááááááááá Votingááá authority ááááááá
+ááááááááááááááááááááááááááááááááááááá áááááááá áááááááá ááááááááááááááá
+áááááááááááááááááá ááááááááááááááá(áááá 1hour)
+
+**V3AuthVoteDelay** __N__ **minutes**|**hours**::
+V3 authoritative directory áááááááááááá ááááá authority áááááá vote
+ááááááááááááááááááááááááááááááááááá Vote
+áááááááááááááááááááááááááááááááááááááááááá ááááááááááááááááááááá
+ááááááááááááááááá áááááááááááááááááááááá(ááááááá 5 minutes)
+
+**V3AuthDistDelay** __N__ **minutes**|**hours**::
+V3 authoritative directory ááááááááááááááááá authority áááááá signature
+ááááááááááááááááááááááááááááááááááááááá
+ááááááááááááááááááááááááááááááááááááááááááááááááááááááááááááááá
+ááááááááááááááááá áááááááááááááááááááááá(ááááááá 5 minutes)
+
+**V3AuthNIntervalsValid** __NUM__::
+V3 authoritative directory áááááááááááá vote áááááááá ááááááááááááááááá
+ááááááááááááááááááááááááááááááá áááááááááááááááá network
+ááááááááááááááááááááááááá ááááááááá directory trafficáááááááá
+ááááááááááááááááááááá ááááááááááááááááá áááááááááááááááááááááá ááááááááá 2
+ááááááááá(ááááááá 3)
+
+**V3BandwidthsFile** __FILENAME__::
+ V3 authoritative directories only. Configures the location of the
+ bandiwdth-authority generated file storing information on relays' measured
+ bandwidth capacities. (Default: unset.)
+
+HIDDEN SERVICE OPTIONS
+----------------------
+
+áááááááááááááá hidden service ááááááááááááááááááá
+
+**HiddenServiceDir** __DIRECTORY__::
+hidden service ááááá dataááááááá áááááááááááááá áááááááá ááááááááá Hidden
+service ááááááááááá ááááááá directory áááááááááááááááááááááá
+ááááááááááááááááá
+
+**HiddenServicePort** __VIRTPORT__ [__TARGET__]::
+hidden service ááááááááá ááááááááá ááááááááááá áááááááááportáááááááááááááá
+virtual port ááááááááááááááááááááááááááá áááááááááááááááááááááááááááááááá
+virtual port ááá 127.0.0.1áááááááááá portááááááááááááááááááááááTarget port,
+address ááááááá áááááááááááááááá user ááááááááááá target áááááááá
+ááááááááááááááááááááá
+
+**PublishHidServDescriptors** **0**|**1**::
+0 áááááááááá áááááááááááááá hidden service ááááááá áááááááááááá áááááááá
+rendezvous directory áááááááááááááááááááááááá áááááááááááááááá hidden
+service ááááááá áááááááááááááááá tor controller ááááá áááááááááááá(ááááááá
+1)
+
+**HiddenServiceVersion** __version__,__version__,__...__::
+áhidden service áááá publish áááááááá rendezvous service descriptor version
+ááááááááááááááááááááááá version 2 áá áááááááááááá(ááááááá 2)
+
+**HiddenServiceAuthorizeClient** __auth-type__ __client-name__,__client-name__,__...__::
+ááááááááááááá hidden service ááá áááááááááááááááááááá client ááá
+áááááááááááááááááauth-type ááááábasic áááááááá ááááááááááááááá protocol
+stealth áááááááá ááááááááááááááááá service ááááááááááááááááááá
+ááááááááááááááááá protocoláááááááááááá
+
+**RendPostPeriod** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
+ Every time the specified period elapses, Tor uploads any rendezvous
+ service descriptors to the directory servers. This information is also
+ uploaded whenever it changes. (Default: 1 hour)
+
+TESTING NETWORK OPTIONS
+-----------------------
+
+áááááááááááááá networkááá testing áááááááááá áááááááá
+
+**TestingTorNetwork** **0**|**1**::
+1ááááááááááááááááá testingááááááááá áááááááááááá Tor runáááááá
+áááááááááááááááááá(ááááááá 0)
+
+ ServerDNSAllowBrokenConfig 1
+ DirAllowPrivateAddresses 1
+ EnforceDistinctSubnets 0
+ AssumeReachable 1
+ AuthDirMaxServersPerAddr 0
+ AuthDirMaxServersPerAuthAddr 0
+ ClientDNSRejectInternalAddresses 0
+ ClientRejectInternalAddresses 0
+ ExitPolicyRejectPrivate 0
+ V3AuthVotingInterval 5 minutes
+ V3AuthVoteDelay 20 seconds
+ V3AuthDistDelay 20 seconds
+ MinUptimeHidServDirectoryV2 0 seconds
+ TestingV3AuthInitialVotingInterval 5 minutes
+ TestingV3AuthInitialVoteDelay 20 seconds
+ TestingV3AuthInitialDistDelay 20 seconds
+ TestingAuthDirTimeToLearnReachability 0 minutes
+ TestingEstimatedDescriptorPropagationTime 0 minutes
+
+**TestingV3AuthInitialVotingInterval** __N__ **minutes**|**hours**::
+V3AuthInitialVotingInterval ááááááááááááááá ááááááááááááááááááááááááááá
+ááááá voting interval ááááááááááááá**TestingTorNetwork** áááááááááá(ááááááá
+30 minutes)
+
+**TestingV3AuthInitialVoteDelay** __N__ **minutes**|**hours**::
+TestingV3AuthInitialVotingInterval ááááááááááááááá
+ááááááááááááááááááááááááááá ááááá voting interval
+ááááááááááááá**TestingTorNetwork** áááááááááá(ááááááá 5 minutes)
+
+**TestingV3AuthInitialDistDelay** __N__ **minutes**|**hours**::
+TestingV3AuthInitialVotingInterval ááááááááááááááá
+ááááááááááááááááááááááááááá ááááá voting interval
+ááááááááááááá**TestingTorNetwork** áááááááááá(ááááááá 5 minutes)
+
+**TestingAuthDirTimeToLearnReachability** __N__ **minutes**|**hours**::
+Authority áááááááá ááááááááááá routerááááááá áááááááááááááááá
+ááááááááááááááááááááááááááááááááááá ááááááá **TestingTorNetwork**
+áááááááááá(ááááááá 30 minutes)
+
+**TestingEstimatedDescriptorPropagationTime** __N__ **minutes**|**hours**::
+áááááááááááááááááááááááááá client ááááááá directory áá router descriptor
+ááááááá download ááááááááááááááá**TestingTorNetwork** áááááááááá(ááááááá 10
+minutes)
+
+SIGNALS
+-------
+
+ááááááásignal áááááááááááááá
+
+**SIGTERM**::
+Disk ááááááááááááááááááááááááááááááááá
+
+**SIGINT**::
+Tor client ááááááá SIGTERM áááááááááááááááá Tor serverááááááááá
+áááááááááááááááá ááááááááááá shutdown ááááááááááááááááálistener
+ááááááááááááááá ááááááá ááááááááááááááááááááááá
+
+**SIGHUP**::
+ The signal instructs Tor to reload its configuration (including closing and
+ reopening logs), and kill and restart its helper processes if applicable.
+
+**SIGUSR1**::
+ááááááááááá ááááá á ááááááááááá áááááááááááá ááááááááááááááááááááááááááááá
+
+**SIGUSR2**::
+log áááááááááá loglevel debug áááááááááááááááá SIGHUP áááááááááááááá ááá
+loglevel ááááááááááááááááááááá
+
+**SIGCHLD**::
+Helper process ááááá áááááááááááá
+
+**SIGPIPE**::
+áááááááááá
+
+**SIGXFSZ**::
+áááááááááá
+
+FILES
+-----
+
+**@CONFDIR@/torrc**::
+ The configuration file, which contains "option value" pairs.
+
+**@LOCALSTATEDIR@/lib/tor/**::
+tor process ááá key ááááá ááááádataááááááá áááááááááááááááááá
+
+__DataDirectory__**/cached-status/**::
+áááááááááá authority áááááááá network status document áááááááááááá
+
+DataDirectory__**/cached-descriptors** and **cached-descriptors.new**::
+routerááááá ááááááááááááááá áááááárouter áááááááááááááááááááááá
+ááááááááááááááááááááááádescriptor ááááááááááááááááá @ sign áááááá
+ááááááááááááááááááááááááááááááááá
+
+__DataDirectory__**/cached-routers** and **cached-routers.new**::
+áááááááááááááááá cached-descriptors ááááá cached-descriptors.newáááááááááááá
+Tor ááá file áááááááááááááááááááááááááááááááááááá
+
+__DataDirectory__**/state**::
+persistent key-value mappingáááááááááááá
+
+_DataDirectory__**/bw_accounting**::
+bandwidth accounting áááááááááááááá áááááááááááááááááááááááá
+
+__DataDirectory__**/control_auth_cookie**::
+controller ááááá cookie authentication áááááááááááááááááá control-spec.txt
+ ááááááááá ááááááááááááááááááá
+
+__DataDirectory__**/keys/***::
+áááááááááá ááááááááááá ID key ááááá onion keyáááááááááááá
+
+__DataDirectory__**/fingerprint**::
+áááááááááá ááááááááááá fingerprint ááááá ááááá ID key ááááááááááá
+
+__DataDirectory__**/approved-routers**::
+name authoritative server ááááááááááááááááá
+
+__DataDirectory__**/router-stability**::
+authoritative áááááááááááááááááá router ááááááááááá áááááááááááááááááááááá
+
+__HiddenServiceDirectory__**/hostname**::
+ hidden service ááááá<base32-encoded-fingerprint>.onion domain name
+ááááááááauthorization ááááááááááá authorization data áááááááááá
+
+__HiddenServiceDirectory__**/private_key**::
+hidden service ááááá private key áááááááááááá
+
+__HiddenServiceDirectory__**/client_keys**::
+ááááááááááááá client áááááááááááááááááááá hidden service ááááá authorization
+data áááááááááááá
+
+SEE ALSO
+--------
+**privoxy**(1), **tsocks**(1), **torify**(1) +
+
+**https://www.torproject.org/**
+
+
+BUGS
+----
+
+ááááááááááááááááááááááááá áááááááááááááááááááááááááááááá Bug ááááááááááá
+ááááááááááá áááááááááááá
+
+áááááááááááá
+Roger Dingledine [arma at mit.edu], Nick Mathewson [nickm at alum.mit.edu].
+
Added: website/trunk/manpages/my/torify.1.txt
===================================================================
--- website/trunk/manpages/my/torify.1.txt (rev 0)
+++ website/trunk/manpages/my/torify.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,50 @@
+// Copyright (c) The Tor Project, Inc.
+// áááááááááááááááááááááááááá áááááááááááááááááááááááá// This is an asciidoc file used to generate the manpage/html reference.
+// Learn asciidoc on http://www.methods.co.nz/asciidoc/userguide.html
+torify(1)
+=========
+Peter Palfrader Jacob Appelbaum
+
+NAME
+----
+torify - wrapper for torsocks or tsocks and tor
+
+SYNOPSIS
+--------
+**torify** __application__ [__application's__ __arguments__]
+
+ááááááááá
+-----------
+**torify** ááááááááá system ááááááááááááá áááááááááá tor underlying
+ááááááááááá ááááááááááááá ááááááááááááááááááááááá áááááátorsocks
+ááááááááá tsocks áá tor á áááááá configuration file á ááááááááááááááááá
+
+torsocks ááá UDP ááá áááááááááááááááááááááá áááá TCP connections
+áááááááááááááááááááááááááá DNS lookups ááááááááááá áááááááááááááááá
+ááááááááááááááá ááááááááááááááááá ááááááááááááááááá
+
+tsocks ááááá ááá áááááááááááááááááááááááá application ááááá tsocks library
+áááááááá áááááááááááááá áááááááááááá
+
+áááááááááááááááááááááá LD_PRELOAD áááááááááááááááááááá torify ááá suid
+binaries áááááááá ááááááááááááá
+
+áááááááááá
+-------
+ááááááááááááá ááá tsocks ááááááááááááááááááá TCP connections ááááááááá
+socksify ááááááááááááááááááááááááááááááá name server áááááááááá
+ááááááááááááááááááááááááááááááá route ááááááááááááááá hostname
+ááááááááááááááá ááááááááááááááááá áááááááááá ááááááááá **tor-resolve**(1)
+ááá ááááááááááááááááááá áááááááááááááááááááááááááááááááááááá
+https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ ááá tor FAQ
+áááááááá áááááááááááááááá
+
+torsocks áááááááááááááááááááááááá DNS requests ááááááááá UDP data ááááááá
+ááááááááááááááááááááááááá áááááááááááááááááááá
+
+á ááááááááááááááá ICMP data ááááááá ááááááááááááááááááá
+
+áááááááááááááááá
+--------
+**tor**(1), **tor-resolve**(1), **torsocks**(1), **tsocks**(1),
+**tsocks.conf**(5).
Added: website/trunk/manpages/pl/tor-resolve.1.txt
===================================================================
--- website/trunk/manpages/pl/tor-resolve.1.txt (rev 0)
+++ website/trunk/manpages/pl/tor-resolve.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,50 @@
+// Copyright (c) The Tor Project, Inc.
+// Przeczytaj LICENSE, by poznaÄ informacje o licencji
+// To jest plik asciidoc wykorzystywany do generowania odnoÅnikÃw manpage/html.
+// Naucz siÄ asciidoc na http://www.methods.co.nz/asciidoc/userguide.html
+tor-resolve(1)
+==============
+Peter Palfrader
+
+NAZWA
+----
+tor-resolve - rozwiÄÅ nazwÄ hosta na adres IP przez Tora
+
+SKÅADNIA
+--------
+**tor-resolve** [-4|-5] [-v] [-x] __hostname__ [__sockshost__[:__socksport__]]
+
+OPIS
+-----------
+**tor-resolve** to prosty script do ÅÄczenia siÄ z serwerem proxy SOCKS, ktÃry zna
+komendÄ SOCKS RESOLVE, podawania mu nazwy hosta, i zwracania adresu IP.
+
+By default, **tor-resolve** uses the Tor server running on 127.0.0.1 on
+SOCKS port 9050. If this isn't what you want, you should specify an
+explicit __sockshost__ and/or __socksport__ on the command line.
+
+OPCJE
+-------
+**-v**::
+ WyÅwietl szczegÃÅowe informacje.
+
+**-x**::
+ Wykonaj sprawdzenie odwrotne: pobierz rekord PTR dla danego adresu IPv4.
+
+**-5**::
+ UÅywaj protokoÅu SOCKS5. (DomyÅlne)
+
+**-4**::
+ UÅywaj protokoÅu SOCKS4a zamiast domyÅlnego protokoÅu SOCKS5 Nie
+ obsÅuguje odwrotnych zapytaÅ DNS.
+
+ZOBACZ TEÅ
+--------
+**tor**(1), **torify**(1). +
+
+Przeczytaj doc/socks-extensions.txt w paczce Tora, by poznaÄ szczegÃÅy
+protokoÅu.
+
+AUTORZY
+-------
+Roger Dingledine <arma@xxxxxxx>, Nick Mathewson <nickm@xxxxxxxxxxxx>.
Added: website/trunk/manpages/pl/tor.1.txt
===================================================================
--- website/trunk/manpages/pl/tor.1.txt (rev 0)
+++ website/trunk/manpages/pl/tor.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,1514 @@
+// Copyright (c) The Tor Project, Inc.
+// Przeczytaj LICENSE, by poznaÄ informacje o licencji
+// To jest plik asciidoc wykorzystywany do generowania odnoÅnikÃw manpage/html.
+// Naucz siÄ asciidoc na http://www.methods.co.nz/asciidoc/userguide.html
+TOR(1)
+==============
+
+NAZWA
+----
+tor - router cebulowy drugiej generacji
+
+
+SYNOPSIS
+--------
+**tor** [__OPTION__ __value__]...
+
+OPIS
+-----------
+__tor__ jest zorientowanÄ poÅÄczeniowo usÅugÄ komunikacji
+anonimizujÄcej. UÅytkownicy wybierajÄ trasÄ przez zestaw wÄzÅÃw i negocjujÄ
+"wirtualny obwÃd" przez siÄ, w ktÃrej kaÅdy wÄzeÅ zna swojego nastÄpnika i
+poprzednika, ale Åadnych innych. Ruch pÅynÄcy przez obwÃd jest rozpakowywany
+na kaÅdym wÄÅÅe, korzystajÄc z symetrycznego klucza, co pozwala poznaÄ
+kolejny wÄzeÅ. +
+
+__tor__ dostarcza rozproszonÄ sieÄ serwerÃw ("routerÃw
+cebulowych"). Uzytkownicy przepuszczajÄ swoje strumienie TCP -- ruch www,
+ftp, ssh, etc -- przez routery, zaÅ odbiorcy, obserwatorzy, a nawet same
+routery majÄ kÅopot ze znalezieniem ÅrÃdÅa strumienia.
+
+OPCJE
+-------
+**-h**, **-help**::
+WyÅwietla krÃtkÄ pomoc i wyÅÄcza aplikacjÄ.
+
+**-f** __PLIK__::
+ PLIK zawiera dalsze pary "opcja wartoÅÄ". (DomyÅlnie: @CONFDIR@/torrc)
+
+**--hash-password**::
+ Generuje hashowane hasÅo do dostÄpu do portu kontrolnego.
+
+**--list-fingerprint**::
+ Generuje Twoje klucze i wyÅwietla TwojÄ nazwÄ i odcisk palca klucza.
+
+**--verify-config**::
+Weryfikuje czy konfiguracja nie zawiera bÅÄdÃw.
+
+**--nt-service**::
+ **--service [install|remove|start|stop]** ZarzÄdzaj usÅugÄ Tora na Windows
+ NT/2000/XP. BieÅÄce instrukcje moÅna znaleÅÄ na
+ https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#WinNTService
+
+**--list-torrc-options**::
+ WyÅwietl wszystkie opcje.
+
+**--version**::
+WyÅwietla wersjÄ Tor i zakaÅcza pracÄ.
+
+**--quiet**::
+ Nie uruchamiaj Tora z logowaniem na konsolÄ, chyba Åe jawnie to wymuszono.
+ (DomyÅlnie Tor wyÅwietla wiadomoÅci na poziomie "notice" lub wyÅszym na
+ konsolÄ, do momentu, w ktÃrym przejrzy konfiguracjÄ.)
+
+Other options can be specified either on the command-line (--option
+ value), or in the configuration file (option value or option "value").
+ Options are case-insensitive. C-style escaped characters are allowed inside
+ quoted values. Options on the command line take precedence over
+ options found in the configuration file, except indicated otherwise. To
+ split one configuration entry into multiple lines, use a single \ before
+ the end of the line. Comments can be used in such multiline entries, but
+ they must start at the beginning of a line.
+
+**BandwidthRate** __N__ **bytes**|**KB**|**MB**|**GB**::
+ A token bucket limits the average incoming bandwidth usage on this node to
+ the specified number of bytes per second, and the average outgoing
+ bandwidth usage to that same value. If you want to run a relay in the
+ public network, this needs to be _at the very least_ 20 KB (that is,
+ 20480 bytes). (Default: 5 MB)
+
+**BandwidthBurst** __N__ **bytes**|**KB**|**MB**|**GB**::
+ Ogranicza maksymalny rozmiar zestawu tokenÃw (znany jako salwa) do podanej
+ liczby bajtÃw w kaÅdym kierunku. (DomyÅlnie: 10 MB)
+
+**MaxAdvertisedBandwidth** __N__ **bytes**|**KB**|**MB**|**GB**::
+ JeÅli ustawione, nie podamy wiÄcej niÅ ta przepustowoÅÄ jako nasze
+ BandwidthRate. Operatorzy serwerÃw chcÄcy zmniejszyÄ liczbÄ klientÃw
+ chcÄcych przez nich budowaÄ obwody (jako Åe jest to proporcjonalne do
+ zgÅaszanej przepustowoÅci) mogÄ wiÄc zmniejszyÄ zapotrzebowanie na CPU na ich serwerze
+ bez wpÅywu na wydajnoÅÄ sieci.
+
+**RelayBandwidthRate** __N__ **bytes**|**KB**|**MB**|**GB**::
+ If not 0, a separate token bucket limits the average incoming bandwidth
+ usage for \_relayed traffic_ on this node to the specified number of bytes
+ per second, and the average outgoing bandwidth usage to that same value.
+ Relayed traffic currently is calculated to include answers to directory
+ requests, but that may change in future versions. (Default: 0)
+
+**RelayBandwidthBurst** __N__ **bytes**|**KB**|**MB**|**GB**::
+ If not 0, limit the maximum token bucket size (also known as the burst) for
+ \_relayed traffic_ to the given number of bytes in each direction.
+ (Default: 0)
+
+**PerConnBWRate** __N__ **bajtÃw**|**KB**|**MB**|**GB**::
+ JeÅli ustawione, wÅÄcz osobne ograniczanie przepustowoÅci dla kaÅdego poÅÄczenia z nie-przekaÅnikÃw.
+ Nie powinno byÄ potrzeby zmiany tej wartoÅci, gdyÅ wartoÅÄ dla caÅej sieci jest
+ publikowana w dokumencie konsensusu, a TwÃj przekaxnik bÄdzie uÅywaÅ tamtej wartoÅci. (DomyÅlnie: 0)
+
+**PerConnBWBurst** __N__ **bajtÃw**|**KB**|**MB**|**GB**::
+ JeÅli ustawione, wÅÄcz osobne ograniczanie przepustowoÅci dla kaÅdego poÅÄczenia z nie-przekaÅnikÃw.
+ Nie powinno byÄ potrzeby zmiany tej wartoÅci, gdyÅ wartoÅÄ dla caÅej sieci jest
+ publikowana w dokumencie konsensusu, a TwÃj przekaxnik bÄdzie uÅywaÅ tamtej wartoÅci. (DomyÅlnie: 0)
+
+**ConnLimit** __NUM__::
+ The minimum number of file descriptors that must be available to the Tor
+ process before it will start. Tor will ask the OS for as many file
+ descriptors as the OS will allow (you can find this by "ulimit -H -n").
+ If this number is less than ConnLimit, then Tor will refuse to start. +
+ +
+ You probably don't need to adjust this. It has no effect on Windows
+ since that platform lacks getrlimit(). (Default: 1000)
+
+**ConstrainedSockets** **0**|**1**::
+ JeÅli ustawione, Tor powie systemowi, by sprÃbowaÅ zmniejszyÄ bufory wszystkich
+ gniazd do rozmiaru podanego w **ConstrainedSockSize**. Jest to przydatne dla
+ serwerÃw wirtualnych i innych Årodowisk, w ktÃrych bufory TCP poziomu systemu mogÄ
+ zostaÄ ograniczone. JeÅli jesteÅ na wirtualnym serwerze i napotkasz bÅÄd "Error
+ creating network socket: No buffer space available", prawodpodobnie
+ doÅwiadczasz tego problemu. +
+ +
+ Preferowanym rozwiÄzaniem jest, aby administrator zwiÄkszyÅ bufory dla
+ caÅego hosta poprzez /proc/sys/net/ipv4/tcp_mem lub rÃwnowaÅny mechanizm;
+ ta opcja jest drugim rozwiÄzaniem. +
+ +
+ Opcja DirPort nie powinna byÄ uÅywana, gdy bufory TCP sÄ maÅe. ZAchowane
+ ÅÄdania do serwerÃw katologowych pobierajÄ dodatkowe gniazda, co pogarsza
+ problem. +
+ +
+ **Nie** powinno siÄ wÅÄczaÄ tej opcji, jeÅli nie napotkaÅo siÄ na bÅÄd "no buffer
+ space available". Zmniejszanie buforÃw TCP ma wpÅyw na rozmiar okna w
+ strumieniu TCP i zmniejszy przepustowoÅÄ proporcjonalnie do czasÃw przejÅcia
+ przez sieÄ na dÅugich ÅcieÅkach. (DomyÅlnie: 0.)
+
+**ConstrainedSockSize** __N__ **bajtÃw**|**KB**::
+ Gdy **ConstrainedSockets** jest wÅÄczone, bufory nadawcze i odbiorcze wszystkich
+ gniazd zostanÄ ustawione na ten limit. Musi to byÄ wartoÅÄ miÄdzy 2048 a
+ 262144, w skokach co 1024 bajty. DomyÅlna wartoÅÄ 8192 jest zalecana.
+
+**ControlPort** __Port__::
+ JeÅli ustawione, Tor bÄdzie przyjmowaÅ poÅÄczenia na ten port i pozwoli tym
+ poÅÄczeniom kontrolowaÄ proces Tora z wykorzystaniem ProtokoÅu Kontroli Tora
+ (opisanego w control-spec.txt). Uwaga: to pozwoli kaÅdemu procesowi na hoÅcie
+ lokalnym kotrolowaÄ Tora, chyba Åe ustawisz teÅ jednÄ z opcji
+ **HashedControlPassword** lub **CookieAuthentication**. Ta
+ opcja jest wymagana przez wiele kontrolerÃw Tora; wiÄkszoÅÄ uÅywa wartoÅci 9051.
+
+**ControlListenAddress** __IP__[:__PORT__]::
+ Przypisz proces nasÅuchujÄcy kontrolera do tego adresu. JeÅli podasz port, przypisze
+ do tego portu zamiast tego podanego w ControlPort. Zalecamy trzymanie
+ siÄ z dala od tej opcji, chyba Åe wiesz co robisz,
+ gdyÅ dawanie napastnikom dostÄpu do procesu nasÅuchujÄcego kontrolera jest naprawdÄ
+ niebezpieczne. (DomyÅlnie: 127.0.0.1) Ta derektywa moÅe byÄ podana wiele
+ razy, by przypisaÄ proces do wielu adresÃw/portÃw.
+
+**ControlSocket** __ÅcieÅka__::
+ Jak ControlPort, ale nasÅuchuje na gnieÅdzie domeny Unix zamiast na gnieÅdzie
+ TCP. (Tylko Unix i systemy Uniksopodobne.)
+
+**HashedControlPassword** __haszowane_hasÅo__::
+ Nie zezwalaj na Åadne poÅÄczenia na porcie kontrolnym za wyjÄtkiem gdy
+ drugi proces zna hasÅo, ktÃrego skrÃtem jest __haszowane_hasÅo__. MoÅesz
+ obliczyÄ skrÃt hasÅa, uruchamiajÄc "tor --hash-password
+ __hasÅo__". MoÅesz podaÄ wiele przyjmowanych haseÅ, uÅywajÄc wiÄcej
+ niÅ jednej linii HashedControlPassword.
+
+**CookieAuthentication** **0**|**1**::
+ JeÅli ta opcja jest ustawiona na 1, nie zezwalaj na Åadne poÅÄczenia na porcie kontrolnym
+ za wyjÄtkiem gdy proces ÅÄczÄcy siÄ zna zawartoÅÄ pliku o nazwie
+ "control_auth_cookie", ktÃry Tor stworzy w swoim katalogu danych. Ta
+ metoda uwierzytelniania powinna byÄ uÅywana tylko na systemach z dobrÄ ochronÄ
+ systemu plikÃw. (DomyÅlnie: 0)
+
+**CookieAuthFile** __ÅcieÅka__::
+ JeÅli ustawione, zastÄpuje domyÅlnÄ lokalizacjÄ i nazwÄ pliku
+ z ciasteczkiem Tora. (Zobacz CookieAuthentication wyÅej.)
+
+**CookieAuthFileGroupReadable** **0**|**1**|__Nazwagrupy__::
+ JeÅli ta opcja ma wartoÅÄ 0, nie pozwÃl grupie w systemie plikÃw na odczyt
+ pliku z ciasteczkiem. JeÅli ta opcja ma wartoÅÄ 1, spraw, by plik z ciasteczkiem byÅ odczytywalny
+ przez domyÅlny GID. [Zrobienie pliku odczytywalnym przez inne grupy nie jest jeszcze
+ zaimplementowane; daj nam znaÄ, jesli potrzebujesz tego z jakiegoÅ powodu.] (DomyÅlnie: 0).
+
+**DataDirectory** __KATALOG__::
+ Zapisz dane do pracy w katalogu KATALOG (DomyÅlnie: @LOCALSTATEDIR@/lib/tor)
+
+**DirServer** [__nazwa__] [**flagi**] __adres__:__port__ __OdciskPalca__::
+ UÅywaj niestandardowego serwera katlogowego pod podanym adresem
+ i portem, z podanym odciskiem pacla klucza. Ta opcja moÅe byÄ powtarzana
+ wiele razy, dla wielu serwerÃw katalogowych. Flagi sÄ
+ rozdzielane spacjami i okreÅlajÄ, jakim rodzajem serwera jest ten
+ serwer. DomyÅlne, kaÅdy serwer jest autorytatywny dla bieÅÄcych katalogÃw stylu "v2",
+ chyba Åe podano opcjÄ "no-v2". JeÅli podano flagÄ "v1", Tor
+ bÄdzie uÅywaÅ tego serwera teÅ do katalogÃw starego stylu (v1).
+ (Tylko serwery lustrzane katalogÃw patrzÄ na to.) Tor bÄdzie
+ uÅywaÅ tego serwera jako serwera autorytatywnego dla informacji o usÅugach ukrytych, jeÅli podano flagÄ "hs",
+ lub gdy flaga "v1" jest ustawiona, a flaga "no-hs" **nie** jest ustawiona.
+ Tor uÅywaÅ tego serwera jako serwera autorytatywnego mostkÃw, jeÅli
+ podano flagÄ "bridge". JeÅli podano flagÄ "orport=**port**", Tor bÄdzie uÅywaÅ
+ podanego portu do otwierania zaszyfrowanych tuneli do tego serwera. Gdy podano flagÄ
+ "v3ident=**fp**", ten serwer jest serwerem katalogowym v3, ktÃrego
+ dÅugoterminowy klucz podspisujÄcy v3 ma odcisk palca **fp**. +
+ +
+ JeÅli nie podano Åadnych linii **dirserver**, Tor bÄdzie uÅywaÅ domyÅlnych serwerÃw
+ katalogowych. UWAGA: ta opcja jest do uruchamiania prywatnych sieci Tora
+ z wÅasnymi centrami katalogowymi. JeÅli jej uÅyjesz, bÄdzie moÅna CiÄ odrÃÅniÄ
+ od innych uÅytkownikÃw, gdyÅ nie bÄdziesz mieÄ zaufania do tych samych
+ serwerÃw, co oni.
+
+**AlternateDirAuthority** [__nazwa__] [**flagi**] __adres__:__port__ __OdciskPalca__ +
+
+**AlternateHSAuthority** [__nazwa__] [**flagi**] __adres__:__port__ __OdciskPalca__ +
+
+**AlternateBridgeAuthority** [__nazwa__] [**flagi**] __adres__:__port__ __ Odciskalca__::
+ Jak DirServer, ale zastÄpuje mniej z domyÅlnych serwerÃw katalogowych. UÅywanie
+ AlternateDirAuthority zastÄpuje domyÅlne serwery katalogwe Tora, ale
+ zostawia serwery katalogowe usÅug ukrytych i mostkÃw nienaruszone.
+ Podobnie, uÅywanie AlternateHSAuthority zastÄpuje domyÅlne serwery usÅug
+ ukrytych, ale nie serwery katalogowe lub mostkÃw.
+
+**DisableAllSwap** **0**|**1**::
+ JeÅli ustawione na 1, Tor sprÃbuje zablokowaÄ wszystkie bieÅÄce i przyszÅe strony,
+ pamiÄci, by nie moÅna ich byÅo umieÅciÄ w przestrzeni wymiany. Windows, OS X i Solaris sÄ obecnie
+ nieobsÅugiwane. Naszym zdaniem to dziaÅa na wspÃÅczesnych dystrybucjach Gnu/Linux,
+ i powinno dziaÅaÄ na systemach *BSD (niesprawdzone). Ta
+ opcja wymaga uruchomienia Tora z konta roota i powinno siÄ ustawiÄ opcjÄ
+ **User**, by prawidÅowo ograniczyÄ uprawnienia Tora. (DomyÅlnie: 0)
+
+**FetchDirInfoEarly** **0**|**1**::
+ JeÅli ustawione na 1, Tor zawsze pobierze informacje katalogowe,
+ nawet jeÅli nie sÄ speÅnione normalne kryteria wczesnego
+ pobierania. Normalni uÅytkownicy powinni zostawiÄ to wyÅÄczone. (DomyÅlnie: 0)
+
+**FetchDirInfoExtraEarly** **0**|**1**::
+ JeÅli ustawione na 1, Tor pobierze informacje katalogowe przed innymi pamiÄciami
+ katalogowymi. SprÃbuje pobraÄ informacje katalogowe bliÅej poczÄtku
+ okresu konsensusu. Normalni uÅytkownicy powinni zostawiÄ to wyÅÄczone.
+ (DomyÅlnie: 0)
+
+**FetchHidServDescriptors** **0**|**1**::
+ JeÅli ustawione na 0, Tor nigdy nie pobierze Åadnych deskryptorÃw usÅug ukrytych z
+ katalogÃw punktÃw spotkaÅ. Ta opcja jest przydatna tylko wtedy, gdy uÅywasz kontrolera Tora,
+ ktÃry za Ciebie zajmuje siÄ pobieraniem usÅug ukrytych. (DomyÅlnie: 1)
+
+**FetchServerDescriptors** **0**|**1**::
+ JeÅli ustawione na 0, Tor nigdy nie pobierze Åadnych podsumowaÄ stanu sieci czy deskryptorÃw
+ serwerÃw z serwerÃw katalogowych. Ta opcja jest przydatna tylko wtedy, gdy
+ uÅywasz kontrolera Tora, ktÃry za Ciebie zajmuje siÄ pobieraniem katalogÃw.
+ (DomyÅlnie: 1)
+
+**FetchUselessDescriptors** **0**|**1**::
+ JeÅli ustawione na 1, Tor pobierze kaÅdy nieprzesarzaÅy deskryptor z
+ serwerÃw, o ktÃrym siÄ dowie. W innym przypadku, bÄdzie unikaÄ pobierania bezuÅytecznych
+ deskryptorÃw, na przykÅad z routerÃw, ktÃre nie sÄ uruchomione. Ta opcja jest
+ przydatna, jeÅli uÅywasz skryptu "exitlist" do wyliczenia wÄzÅÃw Tora,
+ z ktÃrych moÅna wyjÅÄ na okreÅlony adres. (DomyÅlnie: 0)
+
+**HTTPProxy** __host__[:__port__]::
+ Tor wyÅle wszystkie ÅÄdania do katalogÃw przez ten host:port (lub host:80,
+ gdy nie podano portu), zamiast ÅÄczyÄ siÄ bezpoÅrednio z serwerami
+ katalogowymi.
+
+**HTTPProxyAuthenticator** __nazwa:hasÅo__::
+ JeÅli okreÅlone, Tor bÄdzie uÅywaÅ tej nazwy uÅytkownika i hasÅa do uwierzytelniania
+ Basic HTTP w proxy, jak podano w RFC 2617. Obecnie jest to jedyna metoda uwierzytelniania proxy HTTP
+ obsÅugiwana przez Tora; moÅesz wysÅaÄ ÅatÄ, jeÅli chcesz mieÄ obsÅugÄ
+ innych metod.
+
+**HTTPSProxy** __host__[:__port__]::
+ Tor bÄdzie wykonywaÅ wszystkie swoje poÅÄczenia OR (SSL) przez ten host:port (lub
+ host:443, gdy nie podano portu), poprzez HTTP CONNECT zamiast ÅÄczyÄ siÄ
+ bezpoÅrednio do serwerÃw. MoÅesz ustawiÄ **FascistFirewall**, by ograniczyÄ
+ zbiÃr portÃw, do ktÃrych moÅesz prÃbowaÄ siÄ poÅÄczyÄ, jeÅli TwÃj serwer proxy HTTPS
+ pozwala na poÅÄczenia tylko do pewnych portÃw.
+
+**HTTPSProxyAuthenticator** __nazwa:hasÅo__::
+ JeÅli podane, Tor bÄdzie uÅywaÅ tej nazwy uÅytkownika i hasÅa do uwierzytelniania
+ Basic HTTP w proxy, jak podano w RFC 2617. Obecnie jest to jedyna metoda uwierzytelniania proxy HTTPS
+ obsÅugiwana przez Tora; moÅesz wysÅaÄ ÅatÄ, jeÅli chcesz mieÄ obsÅugÄ
+ innych metod.
+
+**Socks4Proxy** __host__[:__port__]::
+ Tor bÄdzie wykonywaÅ wszystkie poÅÄczenia OR przez proxy SOCKS 4 pod adresem host:port
+ (lub host:1080, gdy nie podano portu).
+
+**Socks5Proxy** __host__[:__port__]::
+ Tor bÄdzie wykonywaÅ wszystkie poÅÄczenia OR przez proxy SOCKS 5 pod adresem host:port
+ (lub host:1080, gdy nie podano portu).
+
+**Socks5ProxyUsername** __nazwa__ +
+
+**Socks5ProxyPassword** __hasÅo__::
+ JeÅli podano, uwierzytelniaj siÄ na serwerze proxy SOCKS 5 podajÄc nazwÄ i hasÅo
+ wedÅug RFC 1929. Nazwa i hasÅo muszÄ mieÄ od 1 do
+ 255 znakÃw.
+
+**KeepalivePeriod** __NUM__::
+ By uniemoÅliwiÄ firewallom rozÅÄczanie przestarzaÅych poÅÄczeÅ, wyÅlij komÃrkÄ
+ utrzymywania poÄÅczenia co NUM sekund na wykorzystywanych otwartych poÄÅczeniach. JeÅli poÅÄczenie
+ nie ma otwartych obwodÃw, zostanie zamiast tego zamkniÄte po NUM sekundach
+ nieaktywnoÅci. (DomyÅlnie: 5 minutes)
+
+**Log** __minPoziom__[-__maxPoziom__] **stderr**|**stdout**|**syslog**::
+ WyÅlij wszystkie wiadomoÅci miÄdzy __minPoziom__ a __maxPoziom__ na standardowe
+ wyjÅcie, standardowe wyjÅcie bÄÅdÃw, lub do dziennika systemowego. (WartoÅÄ
+ "syslog" jest obsÅugiwana tylko na systemach Unix.) Rozpoznawane poziomy powagi to
+ debug, info, notice, warn i err. Zalecamy uÅywanie "notice" w wiÄkszoÅci przypadkÃw,
+ gdyÅ cokolwiek wiÄcej moÅe daÄ wraÅliwe informacje
+ napastnikowi, ktÃry uzyska logi. Jesli podano tylko jeden stopieÅ powagi, wszystkie
+ wiadomoÅci tego poziomu lub wyÅszego zostanÄ wysÅane do podanego miejsca.
+
+**Log** __minPoziom__[-__maxPoziom__] **file** __NAZWAPLIKU__::
+ Jak wyÅej, ale wyÅlij wiadomoÅci logu do podanego pliku. Opcja
+ "Log" moÅe pojawiÄ siÄ wiÄcej niÅ raz w pliku konfiguracyjnym.
+ WiadomoÅci sÄ wysyÅane do wszystkich logÃw, do ktÃrych pasuje ich
+ poziom powagi.
+
+**Log** **[**__domain__,...**]**__minSeverity__[-__maxSeverity__] ... **file** __FILENAME__ +
+
+**Log** **[**__domain__,...**]**__minSeverity__[-__maxSeverity__] ... **stderr**|**stdout**|**syslog** ::
+ As above, but select messages by range of log severity __and__ by a
+ set of "logging domains". Each logging domain corresponds to an area of
+ functionality inside Tor. You can specify any number of severity ranges
+ for a single log statement, each of them prefixed by a comma-separated
+ list of logging domains. You can prefix a domain with $$~$$ to indicate
+ negation, and use * to indicate "all domains". If you specify a severity
+ range without a list of domains, it matches all domains. +
+ +
+ This is an advanced feature which is most useful for debugging one or two
+ of Tor's subsystems at a time. +
+ +
+ The currently recognized domains are: general, crypto, net, config, fs,
+ protocol, mm, http, app, control, circ, rend, bug, dir, dirserv, or, edge,
+ acct, hist, and handshake. Domain names are case-insensitive. +
+ +
+ For example, "`Log [handshake]debug [~net,~mm]info notice stdout`" sends
+ to stdout: all handshake messages of any severity, all info-and-higher
+ messages from domains other than networking and memory management, and all
+ messages of severity notice or higher.
+
+**LogMessageDomains** **0**|**1**::
+ If 1, Tor includes message domains with each log message. Every log
+ message currently has at least one domain; most currently have exactly
+ one. This doesn't affect controller log messages. (Default: 0)
+
+**OutboundBindAddress** __IP__::
+ Spraw, by wszystkie wychodzÄce poÅÄczenia wychodziÅy z podanego adresu IP. To
+ jest przydatne tylko gdy masz wiele interfejsÃw sieciowych, a chcesz, by wszystkie
+ poÅÄczenia wychodzÄce Tora uÅywaly jednego. Ta opcja bÄdzie ignorowana dla
+ poÅÄczeÅ na adresy zwrotne (127.0.0.0/8 i ::1).
+
+**PidFile** __PLIK__::
+ Przy starcie zapisz nasz PID do pliku PLIK. Przy bezproblemowym wyjÅciu
+ usuÅ PLIK.
+
+**ProtocolWarnings** **0**|**1**::
+ Gdy 1, Tor bÄdzie logowaÅ z powagÄ \'warn' rÃÅne przypadki, gdy inne strony nie
+ trzymajÄ siÄ specyfikacji Tora. W innym przypadku, sÄ one logowane z powagÄ
+ \'info'. (DomyÅlnie: 0)
+
+**RunAsDaemon** **0**|**1**::
+ Gdy 1, Tor tworzy nowy proces i demonizuje siÄ w tÅo. Ta opcja nic nie robi
+ na Windows; zamiast tego, trzeba uÅyÄ opcji --service.
+ (DomyÅlnie: 0)
+
+**LogTimeGranularity** __NUM__::
+ Set the resolution of timestamps in Tor's logs to NUM milliseconds.
+ NUM must be positive and either a divisor or a multiple of 1 second.
+ Note that this option only controls the granularity written by Tor to
+ a file or console log. Tor does not (for example) "batch up" log
+ messages to affect times logged by a controller, times attached to
+ syslog messages, or the mtime fields on log files. (Default: 1 second)
+
+**SafeLogging** **0**|**1**|**relay**::
+ Tor moÅe wymazywaÄ potencjalnie wraÅliwe ÅaÅcuchy znakÃw z logÃw (np.
+ adresy), zastÄpujÄc je napisem [scrubbed]. Tym sposobem logi dalej mogÄ
+ byÄ uÅyteczne, ale nie zostaja w nich informacje identyfikujÄce osobÄ
+ o tym, jakie strony uÅytkownik mÃgÅ odwiedziÄ. +
+ +
+ Gdy ta opcja jest ustawiona na 0, Tor nie bÄdzie nic wymazywaÅ, gdy wynosi
+ 1, wszystkie potencjalnie wraÅliwe napisy sÄ zastÄpowane. Gdy jest ustawiona na
+ relay, wszystkie wiadomoÅci logowania wygeneroweane podczas dziaÅania jakoprzekaÅnik sÄ czyszczone, ale
+ wszystkie wiadomoÅci wygenerowane w czasie dziaÅania jako klient nie sÄ. (Default: 1)
+
+**User** __UID__::
+ W czasie startu przeÅÄcz siÄ na tego uÅytkownika i jego gÅÃwnÄ grupÄ.
+
+**HardwareAccel** **0**|**1**::
+ Gdy nie 0, sprÃbuj uÅyÄ wbudowanego (statycznego) sprzÄtowego przyspieszania kryptografii,
+ gdy dostÄpne. (DomyÅlnie: 0)
+
+**AccelName** __NAZWA__::
+ W czasie uÅywania sprzÄtowego przyspieszania kryptografii OpenSSL sprÃbuj zaÅadowaÄ dynamiczny
+ silnik o tej nazwie. To musi byÄ uÅywane do jakiegokolwiek dynamicznego sprzÄtowego silnika.
+ Nazwy mogÄ zostaÄ zweryfikowane komendÄ openssl engine.
+
+**AccelDir** __DIR__::
+ Podaj tÄ ocjÄ, gdy uÅywasz dynamicznego sprzÄtowego przyspieszania, a biblioteka
+ implementujÄca silnik jest gdzieÅ poza domyÅlnÄ lokalizacjÄ OpenSSL.
+
+**AvoidDiskWrites** **0**|**1**::
+ Gdy nie 0, sprÃbuj zapisywaÄ na dysk rzadziej niÅ w innych przypadkach.
+ Jest to przydatne w czasie dziaÅania z pamiÄci flash lub innych noÅnikÃw, ktÃre obsÅugujÄ
+ tlyko ograniczonÄ liczbÄ zapisÃw. (DomyÅlnie: 0)
+
+**TunnelDirConns** **0**|**1**::
+ Gdy nie 0, bÄdziemy budowaÄ jednoelementowy obwÃd i wykonamy szyfrowane poÅÄczenie
+ przez port ORPort serwera katalogowego, z ktÃrym siÄ ÅÄczymy, jeÅli on to obsÅuguje.
+ (DomyÅlnie: 1)
+
+**PreferTunneledDirConns** **0**|**1**::
+ Gdy nie 0, bÄdziemy unikaÄ serwerÃw katalogowych, ktÃre nie obsÅugujÄ tunelowanych
+ poÅÄczeÅ katalogowych, jesli moÅilwe. (DomyÅlnie: 1)
+
+**CircuitPriorityHalflife** __NUM1__::
+ Gdy ta wartoÅÄ jest ustawiona, zmieniamy domyÅlny algorytm wyboru, ktÃrÄ
+ komÃrkÄ obwodu wysÅaÄ lub przekazaÄ jako nastÄpnÄ. Gdy wartoÅÄ to 0,
+ chodzimy w kÃÅko miÄdzy aktywnymi obwodami w poÅÄczeniu, dostarczajÄc jednÄ
+ komÃrkÄ z kaÅdego po kolei. Gdy wartoÅÄ jest dodatnia, preferujemy dostarczasnie
+ komÃrek z poÅaczenia o najniÅszej waÅonej liczbie komÃrek, gdzie
+ komÃrki sÄ waÅone wykÅadniczo wedÅug dostarczonej wartoÅci
+ CircuitPriorityHalflife (w sekundach). JEÅli ta opcja nie jest w ogÃle
+ ustawiona, uÅywamy zachowania zalecanego w bieÅÄcym konsensusie
+ stanu sieci (networkstatus). To jest zaawansowana opcja; nie powinno byÄ potrzeby
+ jej zmiany. (DomyÅlnie: nie ustawiona.)
+
+**DisableIOCP** **0**|**1**::
+ If Tor was built to use the Libevent's "bufferevents" networking code
+ and you're running on Windows, setting this option to 1 will tell Libevent
+ not to use the Windows IOCP networking API. (Default: 1)
+
+OPCJE KLIENTA
+--------------
+
+NastÄpujace opcje sÄ przydatne tylko dla klientÃw (to znaczy, gdy
+**SocksPort** nie jest zerem):
+
+**AllowInvalidNodes** **entry**|**exit**|**middle**|**introduction**|**rendezvous**|**...**::
+ JeÅli niektÃre serwery Tora wyraÅnie dziaÅajÄ Åle, serwery
+ katalogowe mogÄ rÄcznie oznaczyÄ je jako nieprawidÅowe, co znaczy, Åe nie
+ zaleca siÄ ich uÅywania w miejscu wejÅcia lub wyjÅcia w Twoich obwodach. MoÅesz
+ jednak wÅÄczyÄ ich uÅywanie w niektÃrych punktach obwodu. DomyÅlne to
+ "middle,rendezvous", a inne moÅliwoÅci nie sÄ zalecane.
+
+**ExcludeSingleHopRelays** **0**|**1**::
+ This option controls whether circuits built by Tor will include relays with
+ the AllowSingleHopExits flag set to true. If ExcludeSingleHopRelays is set
+ to 0, these relays will be included. Note that these relays might be at
+ higher risk of being seized or observed, so they are not normally
+ included. Also note that relatively few clients turn off this option,
+ so using these relays might make your client stand out.
+ (Default: 1)
+
+**Bridge** __IP__:__ORPort__ [OdciskPalca]::
+ Gdy wÅaczone razem z UseBridges, instruuje Tora, by uÅywaÅ przekaÅnika
+ pod adresem "IP:ORPort" jako "mostka" przekazujÄcego do sieci Tora. JeÅli podano "OdciskPalca"
+ (w tym samym formacie, co w DirServer), sprawdzimy, czy przekaÅnik
+ podany pod tym adresem ma wÅaÅciwy odcisk palca. UÅywamy teÅ tego
+ odcisku palca do znalezienia deskryptora mostku na serwerze mostkÃw, jeÅli
+ jest podany i UpdateBridgesFromAuthority teÅ jest ustawione.
+
+**LearnCircuitBuildTimeout** **0**|**1**::
+ If 0, CircuitBuildTimeout adaptive learning is disabled. (Default: 1)
+
+**CircuitBuildTimeout** __NUM__::
+
+ Try for at most NUM seconds when building circuits. If the circuit isn't
+ open in that time, give up on it. If LearnCircuitBuildTimeout is 1, this
+ value serves as the initial value to use before a timeout is learned. If
+ LearnCircuitBuildTimeout is 0, this value is the only value used.
+ (Default: 60 seconds.)
+
+**CircuitIdleTimeout** __NUM__::
+ JeÅli trzymaliÅmy czysty (nieuÅywany) obwÃd przez NUM sekund, to
+ zamykamy go. DziÄki temu, gdy klient Tora jest caÅkowicie bezczynny, moÅe przedawniÄ wszystkie
+ swoje obwody, po czym moÅe przedawniÄ poÅÄczenia TLS. Poza tym, jeÅli zrobimy obwÃd,
+ ktÃry nie jest przydatny do wychodzenia dla Åadnych otrzymywanych ÅÄdaÅ, nie
+ bÄdzie ciÄgle zapychaÅ miejsca na liÅcie obwodÃw. (DomyÅlnie: 1
+ godzina.)
+
+**CircuitStreamTimeout** __NUM__::
+ JeÅli nie jest zerem, ta opcja zmienia wewnÄtrzne mechanizmy przedawnienia co do tego,
+ ile sekund czekamy, zanim odÅaczymy strumieÅ od obwodu i sprÃbujemy nowego obwodu.
+ JeÅli Twoja siÄ jest szczegÃlnie wolna, moÅesz ustawiÄ to na wartoÅÄ
+ takÄ jak 60. (DomyÅlnie: 0)
+
+**ClientOnly** **0**|**1**::
+ JeÅli ustawione na 1, Tor w Åadnym przypadku nie bÄdzie dziaÅaÅ jako serwer lub
+ obsÅugiwaÅ ÅÄdania katalogowe. DomyÅlne jest dziaÅanie jako klient, chyba Åe ORPort jest
+ skonfigurowany. Zazwyczaj nie musisz tego ustawiaÄ; Tor jest caÅkiem mÄdry w
+ domyslaniu siÄ, czy jesteÅ wystarczajÄco wiarygodny i masz doÅÄ przepustowoÅci ÅÄcza, aby byÄ
+ przydatnym serwerem.) (DomyÅlnie: 0)
+
+**ExcludeNodes** __wÄzeÅ__,__wÄzeÅ__,__...__::
+ Lista odciskÃw palcÃw, nazw, kodÃw paÅstw i wzorcÃw adresowych wÄzÅÃw,
+ ktÃrych nigdy nie uÅywaÄ do budowania obwodÃw. (PrzykÅad:
+ ExcludeNodes SlowServer, $ EFFFFFFFFFFFFFFF, \{cc}, 255.254.0.0/8)
+
+**ExcludeExitNodes** __wÄzeÅ__,__wÄzeÅ__,__...__::
+ Lista odciskÃw palcÃw, nazw, kodÃw paÅstw i wzorcÃw adresowych wÄzÅÃw,
+ ktÃrych nigdy nie uÅywaÄ w czasie wybierania wÄzÅa wyjÅciowego. WÄzÅy
+ podane w ExcludeNodes sÄ automatycznie brane jako czÄÅÄ tej
+ listy.
+
+**EntryNodes** __wÄzeÅ__,__wÄzeÅ__,__...__::
+ Lista odciskÃw palcÃw, nazw, kodÃw paÅstw i wzorcÃw adresowych wÄzÅÃw,
+ ktÃrych naleÅy uÅywaÄ w czasie wybierania pierwszego wÄzÅa w normalnych
+ obwodach. Te wÄzÅy sÄ traktowane tylko jako preferencja, chyba Åe
+ StrictNodes (patrz niÅej) teÅ jest ustawione.
+
+**ExitNodes** __wÄzeÅ__,__wÄzeÅ__,__...__::
+ Lista odciskÃw palcÃw, nazw, kodÃw paÅstw i wzorcÃw adresowych wÄzÅÃw,
+ ktÃrych naleÅy uÅywaÄ w czasie wybierania ostatniego wÄzÅa w normalnych
+ obwodach wychodzÄcych. Te wÄzÅy sÄ traktowane tylko jako preferencja, chyba Åe
+ StrictNodes (patrz niÅej) teÅ jest ustawione.
+
+**StrictNodes** **0**|**1**::
+ Gdy 1 i opcja konfiguracji EntryNodes jest ustawiona, Tor nigdy nie bÄdzie
+ uÅywaÅ innych wÄzÅÃw niÅ podane w EntryNodes jako pierwszego wÄzÅa normalnego obwodu.
+ Gdy 1 i opcja konfiguracji ExitNodes jest ustawiona, Tor nigdy nie bÄdzie
+ uÅywaÅ innych wÄzÅÃw niÅ podane w EntryNodes jako pierwszego wÄzÅa normalnego obwodu wychodzÄcego.
+ Tor moÅe dalej uÅywaÄ tych wÄzÅÃw do obwodÃw niewychodzÄcych,jak
+ jednokrokowe pobieranie z katalogÃw czy obwody obsÅugujÄce usÅugi ukryte.
+
+**FascistFirewall** **0**|**1**::
+ Gdy 1, Tor bÄdzie tworzyÅ poÅaczenia wychodzÄce tlyko do ORs dziaÅajÄcych na portach,
+ na ktÃre pozwala TwÃj firewall (domyÅlnie to 80 i 443; zobacz **FirewallPorts**).
+ To pozwoli Ci uruchamiaÄ Tora jako klienta za firewallem z
+ restrykcyjnÄ politykÄ, ale nie pozwoli Ci prowadziÄ serwera za takim
+ firewallem. JeÅli wolisz lepszÄ kontrolÄ, uÅyj
+ ReachableAddresses zamiast tej opcji.
+
+**FirewallPorts** __PORTY__::
+ Lista portÃw, na poÅÄczenia do ktÃrych pozwala TwÃj firewall. UÅywane tylko gdy
+ **FascistFirewall** jest ustawione. Ta opcja jest przestarzaÅa; uÅywaj ReachableAddresses
+ zamiast niej. (DomyÅlnie: 80, 443)
+
+**HidServAuth** __onion-adres__ __ciasteczko__ [__nazwa-usÅugi__]::
+ Uwierzytelnianie klienta dla usÅugi ukrytej. PrawidÅowe adresy onion zawierajÄ 16
+ znakÃw spoÅrÃd a-z2-7 plus ".onion", prawidÅowe ciasteczka uwierzytelniajÄce zawierajÄ 22
+ znaki spoÅrÃd A-Za-z0-9+/. Nazwa usÅugi jest uzywana tylko do celÃw
+ wewnÄtrznych, np. dla kontrolerÃw Tora. Ta opcja moÅe byÄ uÅyta wiele razy
+ dla rÃÅnych usÅug ukrytych. JeÅli usÅuga ukryta uÅywa uwierzytelniania a
+ ta opcja nie jest ustawiona, ta usÅuga jest niedostÄpna. UsÅugi
+ ukryte moÅna skonfigurowaÄ, by wymagaÅy uwierzytelniania za pomocÄ opcji **HiddenServiceAuthorizeClient**.
+
+**ReachableAddresses** __ADRES__[/__MASKA__][:__PORT__]...::
+ Rozdzielona przecinkami lista adresÃw IP i portÃw, na poÅÄczenia do ktÃrych zezwala
+ TwÃj firewall. Format jest jak dla adresÃw w ExitPolicy poza tym,Åe
+ rozumiane jest "accept", chyba Åe jawnie podano "reject". Na
+ przykÅad, \'ReachableAddresses 99.0.0.0/8, reject 18.0.0.0/8:80, accept
+ \*:80' oznacza, Åe TwÃj firewall pozwala na poÅÄczenia do wszystkiego w sieci
+ 99, odrzuca poÅaczenia na port 80 do sieci 18, i pozwala na poÅÄczenia na port
+ 80 w innych przypadkach. (DomyÅlnie: \'accept \*:*'.)
+
+**ReachableDirAddresses** __ADRES__[/__MASKA__][:__PORT__]...::
+ Jak **ReachableAddresses**, lista adresÃw i portÃw. Tor bÄdzie posÅuszny
+ tym ograniczeniom podczas pobierania informacji katalogowych, wykorzystujÄc standardowe ÅÄdania HTTP
+ GET. JeÅli nie podano jawnie, uÅywana jest wartoÅÄ
+ **ReachableAddresses**. JeÅli ustawiono **HTTPProxy**, to te poÅÄczenia
+ bÄdÄ szÅy przez tamto proxy.
+
+**ReachableORAddresses** __ADRES__[/__MASKA__][:__PORT__]...::
+ Jak **ReachableAddresses**, lista adresÃw i portÃw. Tor bÄdzie posÅuszny
+ tym ograniczeniom w czasie ÅÄczenia siÄ z Onion Routers, uÅywajÄc TLS/SSL. JeÅli nie
+ ustawione, uÅywana jest wartoÅÄ **ReachableAddresses**. JeÅli
+ **HTTPSProxy** jest ustawione, te poÅÄczenia bÄdÄ szÅy przez to proxy. +
+ +
+ Rozdzielenie **ReachableORAddresses** i
+ **ReachableDirAddresses** jest interesujÄce tylko gdy ÅÄczysz siÄ przez
+ serwery proxy (patrz **HTTPProxy** i **HTTPSProxy**). WiÄkszoÅÄ serwerà proxy ogranicza
+ poÅÄczenia TLS (ktÃrych uÅywa Tor do ÅÄczenia siÄ z Onion Routers) na port 443,
+ a niektÃre ograniczajÄ ÅÄdania HTTP GET (ktÃrych Tor uÅywa do pobierania informacji
+ katalogowych) na port 80.
+
+**LongLivedPorts** __PORTS__::
+ Lista portÃw dla usÅug, ktÃre majÄ dÅugotrwaÅe poÅÄczenia
+ (np. rozmowy czy powÅoki interaktywne). Obwody dla strumieni uÅywajÄcych tych
+ portÃw bÄdÄ zawieraÅy tylko wÄzÅy o dÅugim czasie dziaÅania, by zmniejszyÄ szanse, Åe wÄzeÅ
+ wyÅÄczy siÄ zanim strumieÅ siÄ zakoÅczy. (DomyÅlnie: 21, 22, 706, 1863,
+ 5050, 5190, 5222, 5223, 6667, 6697, 8300)
+
+**MapAddress** __adres__ __nowyadres__::
+ Gdy do Tora przychodzi ÅÄdanie dla danego adresu, przepisze je na nowyadres
+ zanim je przetworzy. Na przykÅad, jeÅli chcesz, by poÅÄczenia do
+ www.indymedia.org wychodziÅy przez __torserwer__ (gdzie __torserwer__ jest nazwÄ
+ serwera), uÅyj "MapAddress www.indymedia.org
+ www.indymedia.org.torserver.exit".
+
+**NewCircuitPeriod** __NUM__::
+ Co NUM sekund rozpatrz, czy nie budowaÄ nowego obwodu. (DomyÅlnie: 30
+ sekund)
+
+**MaxCircuitDirtiness** __NUM__::
+ MoÅna ponownie uÅywaÄ obwodu, ktÃry zostaÅ po raz pierwszy uÅyty co najwyÅej NUM sekund temu,
+ ale nigdy nie podÅÄczaj nowego strumienia do obwodu, ktÃry jest za stary. (DomyÅlnie: 10
+ minut)
+
+**NodeFamily** __node__,__node__,__...__::
+ The Tor servers, defined by their identity fingerprints or nicknames,
+ constitute a "family" of similar or co-administered servers, so never use
+ any two of them in the same circuit. Defining a NodeFamily is only needed
+ when a server doesn't list the family itself (with MyFamily). This option
+ can be used multiple times. In addition to nodes, you can also list
+ IP address and ranges and country codes in {curly braces}.
+
+**EnforceDistinctSubnets** **0**|**1**::
+ Gdy 1, Tor nie umieÅci dwÃch serwerÃw, ktÃrych adresy IP sÄ "za blisko siebie" w
+ tym samym obwodzie. Obecnie, dwa adresy sÄ "za blisko siebie", gdy sÄ w
+ tym samym zakresie /16. (DomyÅlnie: 1)
+
+**SocksPort** __PORT__::
+ Uruchom ten port do nasÅuchiwania poÅÄczeÅ od aplikacji uÅywajÄcych protokoÅu
+ Socks. Ustaw na 0, jeÅli nie chcesz pozwoliÄ na poÅÄczenia od
+ aplikacji. (DomyÅlnie: 9050)
+
+**SocksListenAddress** __IP__[:__PORT__]::
+ Przypisz siÄ do tego adresu w celu nasÅuchiwania poÅÄczeÅ od aplikacji uÅywajÄcych protokoÅu
+ Socks. (DomyÅlnie: 127.0.0.1) MoÅesz teÅ podaÄ port (np.
+ 192.168.0.1:9100). Ta dyrektywa moÅe byÄ podana wiele razy do przypisania siÄ
+ do wielu adresÃw/portÃw.
+
+**SocksPolicy** __polityka__,__polityka__,__...__::
+ Ustaw politykÄ wejÅciowÄ dla tego serwera, by ograniczyÄ to, kto moÅe poÅÄczyÄ siÄ
+ z portami SocksPort i DNSPort. Polityki majÄ tÄ samÄ formÄ, co polityki
+ wyjÅcia poniÅej.
+
+**SocksTimeout** __NUM__::
+ PozwÃl poÅÄczeniu socks czekaÄ NUM sekund przed wymianÄ danych, i NUM sekund
+ niepodÅÄczonym, czekajÄc na odpowiedni obwÃd, zanim zamkniemy to poÅÄczenie. (DomyÅlnie:
+ 2 minuty.)
+
+**TrackHostExits** __host__,__.domena__,__...__::
+ Dla kaÅdej wartoÅci z rozdzielonej przecinkami listy, Tor bÄdzie ÅledziÅ
+ ostatnie poÅÄczenia do hostÃw pasujÄcych do tej wartoÅci i bÄdzie prÃbowaÅ ponownie uÅyÄ tego samego
+ wÄzÅa wyjÅciowego dla kaÅdej z nich. Jesli wartoÅÄ zaczyna siÄ od \'.\', jest traktowana jako
+ pasujÄca do caÅej domeny. JeÅli jednÄ z wartosci jest po prostu \'.', oznacza to
+ pasowanie do wszystkiego. Ta opcja jest przydatna, jeÅli czÄsto ÅÄczysz siÄ ze stronami,
+ ktÃre przedawniÄ wszystkie Twoje ciasteczka uwierzytelniajÄce (tzn. wylogujÄ CiÄ), gdy
+ zmieni siÄ TwÃj adres IP. Ta opcja ma tÄ wadÄ, Åe ujawnia,
+ Åe okreÅlona historia jest zwiÄzana z pojedynczym uÅytkownikiem.
+ Ale wiÄkszoÅÄ ludzi, ktÃrzy chcieliby to obserwowaÄ, i tak bÄdzie to obserwowaÄ poprzez
+ ciasteczka lub inne Årodki specyficzne dla protokoÅu.
+
+**TrackHostExitsExpire** __NUM__::
+ Jako Åe serwery wyjÅciowe wÅÄczajÄ siÄ i wyÅÄczajÄ, poÅÄdane jest, by
+ powiÄzania miÄdzy hostem i serwerem wyjÅciowym przedawniÅy siÄ po NUM sekundach. DomyÅlnie jest to
+ 1800 sekund (30 minut).
+
+**UpdateBridgesFromAuthority** **0**|**1**::
+ Gdy ustawione (razem z UseBridges), Tor sprÃbuje pobraÄ deskryptory mostkÃw
+ ze skonfigurowanych serwerÃw mostkÃw, gdy jet to wykonalne. Potem sprÃbuje ÅÄdania
+ bezpoÅredniego, gdy serwer odpowie 404. (DomyÅlnie: 0)
+
+**UseBridges** **0**|**1**::
+ Gdy ustawione, Tor pobierze deskryptor kaÅdego mostka podanego w liniach "Bridge",
+ i bÄdzie uÅywaÅ tych przekaÅnikÃw zarÃwno jako straÅnikÃw wejÅciowych, jak i
+ straÅnikÃw katalogowych. (DomyÅlnie: 0)
+
+**UseEntryGuards** **0**|**1**::
+ Gdy ta opcja jest ustawiona na 1, wybieramy kilka dÅugoterminowych serwerÃw wejsciowychi prÃbujemy
+ siÄ ich trzymaÄ. Jest to poÅÄdane, gdyÅ ciÄgÅe zmiany serwerÃw
+ zwiÄkszajÄ szanse, Åe napastnik majÄcy kilka serwerÃw bÄdzie obserwowaÅ czÄÅÄ
+ Twoich ÅcieÅek. (DomyÅlnie ma wartoÅÄ 1.)
+
+**NumEntryGuards** __NUM__::
+ JeÅli UseEntryGuards jest ustawione na 1, sprÃbujemy wybraÄ ÅÄcznie NUM routerÃw
+ jako dÅugoterminowe punkty wejÅcia dla naszych obwodÃw. (DomyÅlnie ma wartoÅÄ 3.)
+
+**SafeSocks** **0**|**1**::
+ Gdy ta opcja jest wÅÄczona, Tor bÄdzie odrzucaÅ poÅÄczenia aplikacji, ktÃre
+ uÅywajÄ niebezpiecznych wersji protokoÅu socks -- takich, ktÃre dostarczajÄ tylko adres IP,
+ co znaczy, Åe aplikacja najpierw wykonuje rozwiÄzywanie DNS.
+ ÅciÅle mÃwiÄc, sÄ to protokoÅy socks4 i socks5, gdy nie robi siÄ zdalnych operacji DNS.
+ (DomyÅlnie ma wartoÅÄ 0.)
+
+**TestSocks** **0**|**1**::
+ Gdy ta opcja jest wÅÄczona, Tor wykona wpis do logu o poziomie notice dla
+ kaÅdego poÅÄczenia na port Socks wskazujÄc, czy ÅÄdanie uÅywaÅo bezpiecznego
+ protokoÅu socks, czy niebezpiecznej (patrz wyÅej na SafeSocks). To
+ pomaga w okreÅleniu, czy z aplikacji uÅywajÄcej Tora mogÄ wyciekaÄ
+ ÅÄdania DNS. (DomyÅlnie: 0)
+
+**WarnUnsafeSocks** **0**|**1**::
+ When this option is enabled, Tor will warn whenever a request is
+ received that only contains an IP address instead of a hostname. Allowing
+ applications to do DNS resolves themselves is usually a bad idea and
+ can leak your location to attackers. (Default: 1)
+
+**VirtualAddrNetwork** __Address__/__bits__::
+ When Tor needs to assign a virtual (unused) address because of a MAPADDRESS
+ command from the controller or the AutomapHostsOnResolve feature, Tor
+ picks an unassigned address from this range. (Default:
+ 127.192.0.0/10) +
+ +
+ When providing proxy server service to a network of computers using a tool
+ like dns-proxy-tor, change this address to "10.192.0.0/10" or
+ "172.16.0.0/12". The default **VirtualAddrNetwork** address range on a
+ properly configured machine will route to the loopback interface. For
+ local use, no change to the default VirtualAddrNetwork setting is needed.
+
+**AllowNonRFC953Hostnames** **0**|**1**::
+ Gdy ta opcja jest wyÅÄczona, Tor blokuje nazwy hostÃw zawierajÄce nieprawidÅowe
+ znaki (jak @ i :) zamiast wysyÅaÄ je do wÄzÅa wyjÅciowego do rozwiÄzania.
+ To pomaga w uchwyceniu przypadkowych prÃb rozwiÄzania adresÃw itd.
+ (DomyÅlnie: 0)
+
+**AllowDotExit** **0**|**1**::
+ If enabled, we convert "www.google.com.foo.exit" addresses on the
+ SocksPort/TransPort/NATDPort into "www.google.com" addresses that exit from
+ the node "foo". Disabled by default since attacking websites and exit
+ relays can use it to manipulate your path selection. (Default: 0)
+
+**FastFirstHopPK** **0**|**1**::
+ Gdy ta opcja jest wyÅÄczona, Tor uÅywa kroku klucza publicznego do pierwszego
+ skoku w tworzeniu obwodÃw. Omijanie tego jest ogÃlnie bezpieczne, gdyÅ juÅ
+ uÅyliÅmy TLS do uwierzytelnienia przekaÅnika i do nawiÄzania kluczy bezpiecznych w forwardowaniu.
+ WyÅÄczenie tej opcji spowalnia budowanie obwodÃw. +
+ +
+ Tor zawsze uÅyje kroku klucza publicznego do pierwszego skoku, gdy dziaÅa jako
+ przekaÅnik, a nigdy nie uÅyje kroku klucza publicznego, jeÅli nie zna
+ jeszcze klucza onion pierwszego skoku. (DomyÅlnie: 1)
+
+**TransPort** __PORT__::
+ JeÅli nie zero, wÅÄcza obsÅugÄ przezroczystego proxy na porcie __PORT__ (wedÅug umowy,
+ 9040). Wymaga obsÅugi przezroczystych proxy w systemie operacyjnym, jak pf w systemach BSD czy
+ IPTables w Linuksie. JeÅli planuje siÄ uÅywaÄ Tora jako przezroczyste proxy dla
+ sieci, powinno siÄ sprawdziÄ i zmieniÄ VirtualAddrNetwork z ustawienia
+ domyÅlnego. Powinno siÄ teÅ ustawiÄ opcjÄ TransListenAddress dla
+ sieci, w ktÃrej ruchu chcesz poÅredniczyÄ. (DomyÅlnie: 0).
+
+**TransListenAddress** __IP__[:__PORT__]::
+ Przypisz siÄ do tego adresu w celu nasÅuchiwania na poÅÄczenia przezroczystego proxy. (DomyÅlnie:
+ 127.0.0.1). Jest to uÅyteczne do eksportowania przezroczystego serwera proxy dla
+ caÅej sieci.
+
+**NATDPort** __PORT__::
+ PozwÃl starym wersjom ipfw (doÅaczonym w starych wersjach FreeBSD, etc.)
+ na wysyÅanie poÅÄczeÅ przez Tora, wykorzystujÄc protokÃÅ NATD. Ta opcja jest
+ tylko dla osÃb, ktÃre nie mogÄ uÅywaÄ TransPort.
+
+**NATDListenAddress** __IP__[:__PORT__]::
+ Przypisz siÄ do tego adresu w celu nasÅuchiwania na poÅÄczenia NATD. (DomyÅlnie: 127.0.0.1).
+
+**AutomapHostsOnResolve** **0**|**1**::
+ Gdy ta opcja jest wÅÄczona, a otrzymamy ÅÄdanie rozwiÄzania adresu
+ koÅczÄcego siÄ na jeden z przyrostkÃw w **AutomapHostsSuffixes**, mapujemy nieuÅywany
+ adres wirtualny na ten adres, po czym zwracamy nowy adres wirtualny.
+ To jest przydatne do sprawiania, by adresy ".onion" dziaÅaÅy z aplikacjami, ktÃre
+ rozwiÄzujÄ adresy, a potem siÄ do nich ÅÄczÄ. (DomyÅlnie: 0).
+
+**AutomapHostsSuffixes** __PRZYROSTEK__,__PRZYROSTEK__,__...__::
+ Rozdzielona przecinkami lista przyrostkÃw do uÅywania z **AutomapHostsOnResolve**.
+ Przyrostek "." jest rÃwnowaÅny do "wszystkie adresy." (DomyÅlnie: .exit,.onion).
+
+**DNSPort** __PORT__::
+ Gdy nie zero, Tor nasÅuchuje ÅÄdaÅ DNS przez UDP na tym porcie i rozwiÄzuje je
+ anonimowo. (DomyÅlnie: 0).
+
+**DNSListenAddress** __IP__[:__PORT__]::
+ Przypisz siÄ do tego adresu w celu nasÅuchiwania na poÅÄczenia DNS. (DomyÅlnie: 127.0.0.1).
+
+**ClientDNSRejectInternalAddresses** **0**|**1**::
+ JeÅli wÅÄczone, Tor nie wierzy Åadnej otrzymanej anonimowo odpowiedzi DNS, ktÃra
+ mÃwi, Åe adres rozwiÄzuje siÄ na adres wewnÄtrzny (jak 127.0.0.1 czy
+ 192.168.0.1). Ta opcja zapobiega niektÃrym atakom opartym na przeglÄdarkach; nie
+ wyÅÄczaj jej, chyba Åe wiesz, co robisz. (DomyÅlnie: 1).
+
+**ClientRejectInternalAddresses** **0**|**1**::
+ If true, Tor does not try to fulfill requests to connect to an internal
+ address (like 127.0.0.1 or 192.168.0.1) __unless a exit node is
+ specifically requested__ (for example, via a .exit hostname, or a
+ controller request). (Default: 1).
+
+**DownloadExtraInfo** **0**|**1**::
+ JeÅli wÅÄczone, Tor pobiera i zachowuje dokumenty "extra-info". Te dokumenty
+ zawierajÄ informacje o serwerach inne niÅ informacje w ich normalnych
+ deskryptorach routerÃw. Tor sam nie uÅywa tych informacji do niczego;
+ by zaoszczÄdziÄ przepustowoÅÄ, zostaw tÄ opcjÄ wyÅÄczonÄ. (DomyÅlnie: 0).
+
+**FallbackNetworkstatusFile** __NAZWAPLIKU__::
+ JeÅli Tor nie ma zachowanego pliku networkstatus, zaczyna uÅywaÄ tego.
+ Nawet jeÅli jest on przestarzaÅy, Tor dalej moÅe z niego skorzystaÄ do
+ poznania serwerÃw lustrzanych katalogÃw, by nie musiaÅ obciÄÅaÄ
+ serwerÃw katalogowych. (DomyÅlnie: Åaden).
+
+**WarnPlaintextPorts** __port__,__port__,__...__::
+ MÃwi Torowi, by wyÅwietliÅ ostrzeÅenie, gdy tylko uÅytkownik prÃbuje nawiÄzaÄ anonimowe
+ poÅÄczenie na jeden z tych portÃw. Ta opcja jest do ostrzegania uÅytkownikÃw
+ o usÅugach, przy ktÃrych ryzykujÄ wysyÅanie hasÅa otwartym tekstem. (DomyÅlnie:
+ 23,109,110,143).
+
+**RejectPlaintextPorts** __port__,__port__,__...__::
+ Jak WarnPlaintextPorts, ale zamiast otrzegania o uÅywaniu ryzykownych portÃw, Tor
+ odmÃwi wykonania poÅaczenia. (DomyÅlnie: Åaden).
+
+**AllowSingleHopCircuits** **0**|**1**::
+ When this option is set, the attached Tor controller can use relays
+ that have the **AllowSingleHopExits** option turned on to build
+ one-hop Tor connections. (Default: 0)
+
+OPCJE SERWERA
+--------------
+
+NastÄpujÄce opcje sÄ przydatne tylko dla serwerÃw (to jest, gdy ORPort jest
+niezerowy):
+
+**Address** __address__::
+ The IP address or fully qualified domain name of this server (e.g.
+ moria.mit.edu). You can leave this unset, and Tor will guess your IP
+ address. This IP address is the one used to tell clients and other
+ servers where to find your Tor server; it doesn't affect the IP that your
+ Tor client binds to. To bind to a different address, use the
+ *ListenAddress and OutboundBindAddress options.
+
+**AllowSingleHopExits** **0**|**1**::
+ This option controls whether clients can use this server as a single hop
+ proxy. If set to 1, clients can use this server as an exit even if it is
+ the only hop in the circuit. Note that most clients will refuse to use
+ servers that set this option, since most clients have
+ ExcludeSingleHopRelays set. (Default: 0)
+
+**AssumeReachable** **0**|**1**::
+ Ta opcja jest uÅywana w czasie startu nowej sici Tora. Gdy ustawiona na 1,
+ nie wykonuj tesstÃw wÅasnej osiÄgalnoÅci; po prostu wyÅlij swÃj deskryptor serwera
+ natychmiast. JeÅli **AuthoritativeDirectory** teÅ jest wÅÄczone, ta opcja
+ instruuje serwer katalogowy, by teÅ pominÄÅ zdalne test osiÄgalnoÅci i podaj
+ wszystkie poÅÄczone serwery jako dziaÅajÄce.
+
+**BridgeRelay** **0**|**1**::
+ Sets the relay to act as a "bridge" with respect to relaying connections
+ from bridge users to the Tor network. It mainly causes Tor to publish a
+ server descriptor to the bridge database, rather than publishing a relay
+ descriptor to the public directory authorities.
+
+**ContactInfo** __adres_email__::
+ Informacje o kontakt z administratorem dla tego serwera. Ta linia moÅe byÄ pobrana
+ przez spamerÃw, wiÄc moÅesz ukryÄ fakt, Åe jest to
+ adres email.
+
+**ExitPolicy** __polityka__,__polityka__,__...__::
+ Ustaw politykÄ wyjÅcia dla tego serwera. KaÅda polityka ma postaÄ
+ "**accept**|**reject** __ADRES__[/__MASKA__][:__PORT__]". JeÅli /__MASKA__ zostanie
+ pominiÄta, ta polityka ma zastosowanietylko do podanego hosta. Zamiast podawaÄ
+ hosta czy sieÄ, mozesz teÅ uÅyÄ "\*", co oznacza wszystkie adresy (0.0.0.0/0).
+ __PORT__ moÅe byÄ pojedynczym numerem portu, przediaÅem portÃw
+ "__PORT_OD__-__PORT_DO__", lub "\*". JeÅli ominiÄto __PORT__, oznacza to
+ "\*". +
+ +
+ Na przykÅad, "accept 18.7.22.69:\*,reject 18.0.0.0/8:\*,accept \*:\*" odrzuciÅoby
+ dowolny ruch skierowany do MIT z wyjÄtkiem web.mit.edu, i przyjÄÅoby
+ cokolwiek innego. +
+ +
+ Aby okreÅliÄ wszystkie wewnÄtrzne i sieci lokalne (ÅÄcznie z 0.0.0.0/8,
+ 169.254.0.0/16, 127.0.0.0/8, 192.168.0.0/16, 10.0.0.0/8 i
+ 172.16.0.0/12), moÅesz uÅyÄ aliasu "private" zamiast adresu.
+ Te adresy sÄ odrzucane domyÅlnie (na poczÄtku Twojej polityki
+ wyjÅcia), razem z Twoim publicznym adresem IP, chyba Åe ustawisz opcjÄ
+ ExitPolicyRejectPrivate na 0. Na przykÅad, gdy juÅ to zrobisz, moÅesz
+ zezwoliÄ na poÄÅczenia HTTP do 127.0.0.1 i blokowaÄ wszystkie inne poÅÄczenia do
+ sieci lokalnych poprzez "accept 127.0.0.1:80,reject private:\*", choÄ to
+ moÅe zezwoliÄ na poÄÅczenia do Twojego wÅasnego komputera, ktÃre sÄ adresowane na jego
+ publiczny (zewnÄtrzny) adres IP. SpÃjrz do RFC 1918 i RFC 3330 po wiÄcej szczegÃÅÃw
+ odnoÅnie wewnÄtrznej i zarezerwowanej przestrzeni adresÃw IP. +
+ +
+ Ta dyrektywa moÅe byÄ podana wiele razy, wiÄc nie musisz umieszczaÄ wszystkiego
+ w jednej linii. +
+ +
+ Polityki sÄ brane pod uwagÄ od pierwszej do ostatniej, a pierwsza pasujÄca wygrywa. JeÅli chcesz
+ \_zmieniÄ_ domyÅlnÄ politykÄ wyjÅcia, zakoÅcz swojÄ politykÄ albo poprzez
+ reject \*:* albo accept \*:*. W innym przypadku, \_powiÄkszasz_
+ (dodajesz do) domyÅlnÄ politykÄ wyjÅcia. DomyÅlna polityka wyjÅcia to: +
+
+ reject *:25
+ reject *:119
+ reject *:135-139
+ reject *:445
+ reject *:563
+ reject *:1214
+ reject *:4661-4666
+ reject *:6346-6429
+ reject *:6699
+ reject *:6881-6999
+ accept *:*
+
+**ExitPolicyRejectPrivate** **0**|**1**::
+ Odrzucaj wszystkie prywatne (lokalne) sieci, razem z Twoim publicznym adresem IP,
+ na poczÄtku Twojej polityki wyjÅcia. Patrz wyÅej o ExitPolicy.
+ (DomyÅlnie: 1)
+
+**MaxOnionsPending** __NUM__::
+ JeÅli masz wiÄcej niÅ ta liczba danych onionskin w kolejce do deszyfracji, odrzucaj
+ nowe. (DomyÅlnie: 100)
+
+**MyFamily** __wÄzeÅ__,__wÄzeÅ__,__...__::
+ Zadeklaruj, Åe ten serwer Tora jest kontrolowany lub zarzÄdzany przez grupÄ lub
+ organizacjÄ identycznÄ lub podobnÄ do tej z podanych serwerÃw, zdefiniowanych przez
+ ich odciski palcÃw toÅsamoÅci lub nazwy. Gdy dwa serwery zadeklarujÄ, Åe sÄ w
+ tej samej \'rodzinie', klienci Tora nie bÄdÄ ich uÅywaÄ w tym
+ samym obwodzie. (KaÅdy serwer musi podaÄ tylko pozostaÅe w swojej
+ rodzinie; nie musi podawaÄ siebie, ale to nie zaszkodzi.)
+
+**Nickname** __nazwa__::
+ Ustaw nazwÄ serwera na \'nazwa'. Nazwy muszÄ mieÄ miÄdzy 1 a 19
+ znakÃw wÅÄcznie, i muszÄ zawieraÄ tylko znaki z zestawu [a-zA-Z0-9].
+
+**NumCPUs** __num__::
+ How many processes to use at once for decrypting onionskins and other
+ parallelizable operations. If this is set to 0, Tor will try to detect
+ how many CPUs you have, defaulting to 1 if it can't tell. (Default: 0)
+
+**ORPort** __PORT__::
+ ZgÅoÅ ten port do nasÅuchiwania poÅÄczeÅ od klientÃw Tora i serwerÃw.
+
+**ORListenAddress** __IP__[:__PORT__]::
+ Przypisz siÄ do teo adresu do nasÅuchiwania poÅÄczeÅ od klientÃw Tora i
+ serwerÃw. JeÅli podasz port, przypnij siÄ do tego portu zamiast do tego
+ podanego w ORPort. (DomyÅlnie: 0.0.0.0) Ta dyrektywa moÅe byÄ podana
+ wiele razy, by przypisaÄ siÄ do wielu adresÃw/portÃw.
+
+**PortForwarding** **0**|**1**::
+ Attempt to automatically forward the DirPort and ORPort on a NAT router
+ connecting this Tor server to the Internet. If set, Tor will try both
+ NAT-PMP (common on Apple routers) and UPnP (common on routers from other
+ manufacturers). (Default: 0)
+
+**PortForwardingHelper** __filename__|__pathname__::
+ If PortForwarding is set, use this executable to configure the forwarding.
+ If set to a filename, the system path will be searched for the executable.
+ If set to a path, only the specified path will be executed.
+ (Default: tor-fw-helper)
+
+**PublishServerDescriptor** **0**|**1**|**v1**|**v2**|**v3**|**bridge**,**...**::
+ This option specifies which descriptors Tor will publish when acting as
+ a relay. You can
+ choose multiple arguments, separated by commas.
+ +
+ If this option is set to 0, Tor will not publish its
+ descriptors to any directories. (This is useful if you're testing
+ out your server, or if you're using a Tor controller that handles directory
+ publishing for you.) Otherwise, Tor will publish its descriptors of all
+ type(s) specified. The default is "1",
+ which means "if running as a server, publish the
+ appropriate descriptors to the authorities".
+
+**ShutdownWaitLength** __NUM__::
+ Gdy otrzymamy SIGINT i jesteÅmy serwerem, zaczynamy siÄ wyÅÄczaÄ:
+ zamykamy procesy nasÅuchujÄce i zaczynamy odrzucaÄ nowe obwody. Po **NUM**
+ sekundach, wychodzimy. JeÅli dostaniemy drugi SIGINT, wychodzimy
+ natychmiast. (DomyÅlnie: 30 sekund)
+
+**HeartbeatPeriod** __N__ **minutes**|**hours**|**days**|**weeks**::
+ Log a heartbeat message every **HeartbeatPeriod** seconds. This is
+ a log level __info__ message, designed to let you know your Tor
+ server is still alive and doing useful things. Settings this
+ to 0 will disable the heartbeat. (Default: 6 hours)
+
+**AccountingMax** __N__ **bytes**|**KB**|**MB**|**GB**|**TB**::
+ Never send more than the specified number of bytes in a given accounting
+ period, or receive more than that number in the period. For example, with
+ AccountingMax set to 1 GB, a server could send 900 MB and receive 800 MB
+ and continue running. It will only hibernate once one of the two reaches 1
+ GB. When the number of bytes gets low, Tor will stop accepting new
+ connections and circuits. When the number of bytes
+ is exhausted, Tor will hibernate until some
+ time in the next accounting period. To prevent all servers from waking at
+ the same time, Tor will also wait until a random point in each period
+ before waking up. If you have bandwidth cost issues, enabling hibernation
+ is preferable to setting a low bandwidth, since it provides users with a
+ collection of fast servers that are up some of the time, which is more
+ useful than a set of slow servers that are always "available".
+
+**AccountingStart** **day**|**week**|**month** [__dzieÅ__] __GG:MM__::
+ OkreÅla, jak dÅugo trwa okres liczenia. JeÅli podano **month**, kaÅdy
+ okres liczenia trwa od chwili __GG:MM__ w __dzieÅ__ dniu jednego
+ miesiÄca do tego samego dnia i czasu nastÄpnego miesiÄca. (DzieÅ musi byÄ miÄdzy 1 a
+ 28.) JeÅli podano **week**, kaÅdy okres liczenia trwa od chwili __GG:MM__
+ dnia __dzieÅ__ jednego tygodnia do tego samego dnia i czasu nastÄpnego tygodnia,
+ gdzie poniedziaÅek to dzieÅ 1, a niedziela to dzieÅ 7. JeÅli podano **day**, kaÅdy
+ okres liczenia trwa od chwili __GG:MM__ kaÅdego dnia do tego samego czasu dnia
+ nastÄpnego. Wszystkie czasy sÄ lokalne i podane w formacie 24-godzinnym. (DomyÅlna wartoÅÄ to
+ "month 1 0:00".)
+
+**RefuseUnknownExits** **0**|**1**|**auto**::
+ Prevent nodes that don't appear in the consensus from exiting using this
+ relay. If the option is 1, we always block exit attempts from such
+ nodes; if it's 0, we never do, and if the option is "auto", then we do
+ whatever the authorities suggest in the consensus. (Defaults to auto.)
+
+**ServerDNSResolvConfFile** __nazwapliku__::
+ Zmienia domyÅlnÄ konfiguracjÄ DNS na konfiguracjÄ w pliku
+ __nazwapliku__. Format plik jest taki sam, jak format standardowego Uniksowego
+ pliku "**resolv.conf**"(7). Ta opcja, jak wszystkie inne opcje ServerDNS,
+ wpÅywa tylko na rozwiÄzywanie nazw, ktÃre TwÃj serwer wykonuje w imieniu klientÃw.
+ (DomyÅlna wartoÅÄ to uÅywanie systemowej konfiguracji DNS.)
+
+**ServerDNSAllowBrokenConfig** **0**|**1**::
+ JeÅli ta opcja jest ustawiona na faÅsz, Tor wychodzi natychmiast, gdy sÄ problemy
+ w parsowaniu systemowej konfiguracji DNS lub w ÅÄczeniu siÄ z serwerami nazw.
+ W innym przypadku, Tor kontynuuje okresowo sprawdzaÄ systemowe serwery nazw aÅ
+ w koÅcu mu siÄ uda. (DomyÅlna wartoÅÄ to "1".)
+
+**ServerDNSSearchDomains** **0**|**1**::
+ JeÅli ustawione na 1, bÄdziemy szukaÄ adresÃw w lokalnej domenie przeszukiwania.
+ Na przykÅad, jesli system jest skonfigurowany tak, by wierzyÅ, Åe jest w
+ "example.com", a klient prÃbuje poÅaczyÄ siÄ z "www", klient zostanie
+ poÅÄczony z "www.example.com". Ta opcja wpÅywa tylko na rozwiÄzywanie nazw, ktÃre
+ TwÃj serwer wykonuje w imieniu klientÃw. (DomyÅlna wartoÅÄ to "0".)
+
+**ServerDNSDetectHijacking** **0**|**1**::
+ Gdy ta opcja jest ustawiona na 1, bÄdziemy okresowo sprawdzaÄ,
+ czy nasze lokalne serwery nazw zostaÅy skonfigurowane, by przekierowywaÄ nieudane ÅÄdania DNS
+ (zwykle do serwisu z reklamami). JeÅli sÄ, bÄdziemy prÃbowaÄ poprawiÄ
+ to. Ta opcja wpÅywa tylko na rozwiÄzywanie nazw, ktÃre TwÃj serwer wykonuje
+ w imieniu klientÃw. (DomyÅlna wartoÅÄ to "1".)
+
+**ServerDNSTestAddresses** __adres__,__adres__,__...__::
+ Gdy wykrywamy przekierowanie nieudanych ÅÄdaÅ DNS, upewniamy siÄ, Åe te __prawidÅowe__ adresy
+ nie sÄ przekierowywane. JeÅli sÄ, nasz DNS jest kompletnie bezuÅyteczny,
+ i resetujemy naszÄ politykÄ na "reject *:*". Ta opcja wpÅywa tylko
+ na rozwiÄzywanie nazw, ktÃre TwÃj serwer wykonuje w imieniu klientÃw. (DomyÅlna wartoÅÄ to
+ "www.google.com, www.mit.edu, www.yahoo.com, www.slashdot.org".)
+
+**ServerDNSAllowNonRFC953Hostnames** **0**|**1**::
+ Gdy ta opcja jest wyÅÄczona, Tor nie prÃbuje rozwiÄzywaÄ nazw
+ zawierajÄcych nieprawidÅowe znaki (jak @ i :) zamiast wysyÅaÄ je do wÄzÅa
+ wyjÅciowego do rozwiÄzania. To pomaga zÅapaÄ przypadkowe prÃby rozwiÄzywania
+ URLÃw itd. Ta opcja wpÅywa tylko na rozwiÄzywanie nazw, ktÃre TwÃj serwer wykonuje
+ w imieniu klientÃw. (DomyÅlnie: 0)
+
+**BridgeRecordUsageByCountry** **0**|**1**::
+ Gdy ta opcja jest wÅÄczona i BridgeRelay teÅ jest wÅÄczone, a my mamy
+ dane GeoIP, Tor przechowuje licznik, wedÅug krajÃw, ile adresÃw
+ klientÃw skontaktowaÅo siÄ z nim, by to mogÅo pomÃc serwerom mostÃw zgadnÄÄ,
+ ktÃre kraje zablokowaÅy dostÄp do niego. (DomyÅlnie: 1)
+
+**ServerDNSRandomizeCase** **0**|**1**::
+ Gdy ta opcja jest ustawiona, Tor ustawia wielkoÅÄ kaÅdego znaku losowo w
+ wychodzÄcych ÅÄdaniach DNS i sprawdza, czy wielkoÅÄ zgadza siÄ w odpowiedziach DNS.
+ Ta tak zwana "sztuczka 0x20" pomaga obroniÄ siÄ przed niektÃrymi atakami zatruwania DNS.
+ Po wiÄcej informacji spÃjrz do "Increased DNS Forgery Resistance through
+ 0x20-Bit Encoding". Ta opcja wpÅywa tylko na rozwiÄzywanie nazw, ktÃre TwÃj serwer
+ wykonuje w imieniu klientÃw. (DomyÅlnie: 1)
+
+**GeoIPFile** __nazwapliku__::
+ Plik zawierajacy dane GeoIP, do uÅywania z BridgeRecordUsageByCountry.
+
+**CellStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the mean time that
+ cells spend in circuit queues to disk every 24 hours. (Default: 0)
+
+**DirReqStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the number and
+ response time of network status requests to disk every 24 hours.
+ (Default: 0)
+
+**EntryStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the number of
+ directly connecting clients to disk every 24 hours. (Default: 0)
+
+**ExitPortStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the number of relayed
+ bytes and opened stream per exit port to disk every 24 hours. (Default: 0)
+
+**ConnDirectionStatistics** **0**|**1**::
+ When this option is enabled, Tor writes statistics on the bidirectional use
+ of connections to disk every 24 hours. (Default: 0)
+
+**ExtraInfoStatistics** **0**|**1**::
+ Gdy ta opcja jest wÅÄczona, Tor zawiera uprzednio zebrane statystyki w
+ swoich dokumentach extra-info, ktÃre wysyÅa do serwerÃw katalogowych.
+ (DomyÅlnie: 0)
+
+OPCJE SERWERA KATALOGOWEGO
+------------------------
+
+NastÄpujace opcje sÄ przydatne tylko dla serwerÃw katalogowych (to jest, gdy
+DirPort jest niezerowy):
+
+**AuthoritativeDirectory** **0**|**1**::
+ Gdy ta opcja jest ustawiona na 1, Tor dziaÅa jako autorytatywny serwer
+ katalogowy. Zamiast zachowywaÄ katalog, generuje wÅasnÄ listÄ
+ dobrych serwerÃw, podpisuje jÄ, i wysyÅa jÄ do klientÃw. JeÅli klienci nie majÄ
+ Tego serwera zapisanego jako zaufany katalog, prawdopodobnie nie chcesz
+ ustawiaÄ tej opcji. Prosimy skoordynowaÄ siÄ z innymi administratorami na
+ tor-ops@xxxxxxxxxxxxxx, jeÅli Twoim zdaniem TwÃj serwer powinien byÄ katalogiem.
+
+**DirPortFrontPage** __NAZWAPLIKU__::
+ Gdy ta opcja jest ustawiona, bierze plik HTML i publikuje go jako "/" na
+ porcie DirPort. Teraz operatorzy serwerÃw mogÄ daÄ dokument wypracia siÄ odpowiedzialnoÅci bez potrzeby
+ uruchamiania osobnego serwer www. PrzykÅadowy dokument jest w
+ contrib/tor-exit-notice.html.
+
+**V1AuthoritativeDirectory** **0**|**1**::
+ Gdy ta opcja jest ustawiona razem z **AuthoritativeDirectory**, Tor
+ generuje katalog w wersji 1 i dokument dziaÅajÄcych routerÃw (dla starych
+ klientÃw Tora do wersji 0.1.0.x).
+
+**V2AuthoritativeDirectory** **0**|**1**::
+ Gdy ta opcja jest ustawiona razem z **AuthoritativeDirectory**, Tor
+ generuje statusy sieci w wersji 2 i serwuje deskryptory itd. jak
+ opisano w doc/spec/dir-spec-v2.txt (dla klientÃw i serwerÃw Tora w wersjach
+ 0.1.1.x i 0.1.2.x).
+
+**V3AuthoritativeDirectory** **0**|**1**::
+ Gdy ta opcja jest ustawiona razem z **AuthoritativeDirectory**, Tor
+ generuje statusy sieci w wersji 3 i serwuje deskryptory itd. jak
+ opisano w doc/spec/dir-spec.txt (dla klientÃw i serwerÃw Tora w wersjach co
+ najmniej 0.2.0.x).
+
+**VersioningAuthoritativeDirectory** **0**|**1**::
+ Gdy ta opcja jest ustawiona na 1, Tor dodaje informacje, ktÃre wersje Tora
+ sÄ bezpieczne do uÅywania, w publikowanym katalogu. KaÅdy serwer autorytatywny
+ w wersji 1 jest automatycznie wersjonujÄcym serwerem autorytatywnym; serwery
+ autorytatywne w wersji 2 dajÄ te informacje opcjonalnie. Zobacz **RecommendedVersions**,
+ **RecommendedClientVersions** i **RecommendedServerVersions**.
+
+**NamingAuthoritativeDirectory** **0**|**1**::
+ Gdy ta opcja jest ustawiona na 1, ten serwer zgÅasza, Åe ma
+ opinie o powiÄzaniach nazwa-odcisk palca. BÄdzie doÅÄczaÅ te
+ opinie w publikowanych przez siebie stronach o statusie sieci, listujÄc serwery z
+ flagÄ "Named", jeÅli prawidÅowe powiÄzanie miÄdzy nazwÄ i odciskiem palca
+ zostaÅo zarejestrowane na serwerze. NazywajÄce serwery katalogowe odmÃwiÄ przyjÄcia
+ lub publikacji deskryptora, ktÃry przeczy zarejestrowanemu powiÄzaniu. Zobacz
+ **approved-routers** w sekcji **PLIKI** poniÅej.
+
+**HSAuthoritativeDir** **0**|**1**::
+ When this option is set in addition to **AuthoritativeDirectory**, Tor also
+ accepts and serves v0 hidden service descriptors,
+ which are produced and used by Tor 0.2.1.x and older. (Default: 0)
+
+**HidServDirectoryV2** **0**|**1**::
+ Gdy ta opcja jest ustawiona, Tor przyjmuje i serwuje deskryptory usÅug ukrytych
+ w wersji 2. Ustawienie DirPort nie jest do tego wymagane, gdyÅ klienci
+ ÅÄczÄ siÄ domyÅlnie przez ORPort. (DomyÅlnie: 1)
+
+**BridgeAuthoritativeDir** **0**|**1**::
+ Gdy ta opcja jest ustawiona razem z **AuthoritativeDirectory**, Tor
+ przyjmuje i serwuje deskryptory routerÃw, ale zapisuje i serwuje gÅÃwne
+ dokumenty statusu sieci zamiast generowaÄ wÅasny. (DomyÅlnie: 0)
+
+**MinUptimeHidServDirectoryV2** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
+ Minimalny czas dziaÅania katalogu usÅug ukrytych w wersji 2, by byÄ zaakceptowanym przez
+ autorytatywne serwery katalogowe. (DomyÅlnie: 24 godziny)
+
+**DirPort** __PORT__::
+ ZgÅaszaj usÅugÄ katalogowÄ na tym porcie.
+
+**DirListenAddress** __IP__[:__PORT__]::
+ Przypisz usÅugÄ katalogowÄ do tego adresu. JeÅli podasz port, przypisz do
+ tego portu zamiast do tego podanego w DirPort. (DomyÅlnie: 0.0.0.0)
+ Ta dyrektywa moÅe byÄ podana wiele razy, by przypisaÄ siÄ do wielu
+ adresÃw/portÃw.
+
+**DirPolicy** __polityka__,__polityka__,__...__::
+ Ustaw politykÄ wejÅciowÄ tego serwera, by ograniczyÄ to, kto moÅe poÅÄczyÄ siÄ z
+ portami katalogowymi. Polityki majÄ ten sam format co polityki wyjÅcia powyÅej.
+
+OPCJE AUTORATYWNEGO SERWERA KATALOGOWEGO
+----------------------------------
+
+**RecommendedVersions** __NAPIS__::
+ NAPIS jest rozdzielonÄ przecinkami listÄ wersji Tora obecnie uznawanych za
+ bezpieczne. Lista jest wÅÄczana w kaÅdym katalogu, a wÄzÅy pobierajÄce ten
+ katalog dowiadujÄ siÄ, czy muszÄ siÄ zaktualizowaÄ. Ta opcja moÅe pojawiÄ siÄ
+ wiele razy: wartoÅci z rÃÅnych linii sÄ ÅÄczone razem. JeÅli
+ to jest ustawione, **VersioningAuthoritativeDirectory** teÅ powinno byÄ ustawione.
+
+**RecommendedClientVersions** __NAPIS__::
+ NAPIS jest rozdzielonÄ przecinkami listÄ wersji Tora obecnie uznawanych za
+ bezpieczne dla klientÃw. Ta informacja jest doÅÄczana do katalogÃw
+ wersji 2. JeÅli to nie jest ustawione, brana jest wartoÅÄ **RecommendedVersions**.
+ Gdy to jest ustawione, **VersioningAuthoritativeDirectory** teÅ
+ powinno byÄ ustawione.
+
+**RecommendedServerVersions** __NAPIS__::
+ NAPIS jest rozdzielonÄ przecinkami listÄ wersji Tora obecnie uznawanych za
+ bezpieczne dla serwerÃw. Ta informacja jest doÅÄczana do katalogÃw
+ wersji 2. JeÅli to nie jest ustawione, brana jest wartoÅÄ **RecommendedVersions**.
+ Gdy to jest ustawione, **VersioningAuthoritativeDirectory** teÅ
+ powinno byÄ ustawione.
+
+**ConsensusParams** __NAPIS__::
+ NAPIS jest rozdzielonÄ spacjami listÄ par klucz=wartoÅÄ, ktÃre Tor doÅÄczy
+ w linii "params" swojego gÅosu networkstatus.
+
+**DirAllowPrivateAddresses** **0**|**1**::
+ Gdy ustawione na 1, Tor bÄdzie przyjmowaÅ reskryptory routerÃw z dowolnymi elemenatmi
+ "Address". W innym przypadku, jeÅli adres nie jest adresem IP lub jest prywatnym adresem
+ IP, Tor odrzuci deskryptor routera. DomyÅlna wartoÅÄ to 0.
+
+**AuthDirBadDir** __WzorzecAdresÃw...__::
+ Tylko dla autorytatywnych serwerÃw katalogowych. Zestaw wzorcÃw adresÃw dla serwerÃw, ktÃry
+ bÄdzie podany jako zÅe serwery katalogowe w kaÅdym dokumencie statusu sieci
+ wydanym przez ten serwer, jeÅli ustawiono **AuthDirListBadDirs**.
+
+**AuthDirBadExit** __WzorzecAdresÃw...__::
+ Tylko dla autorytatywnych serwerÃw katalogowych. Zestaw wzorcÃw adresÃw dla serwerÃw, ktÃry
+ bÄdzie podany jako zÅe serwery wyjÅciowe w kaÅdym dokumencie statusu sieci
+wydanym
+ przez ten serwer, jeÅli ustawiono **AuthDirListBadExits**.
+
+**AuthDirInvalid** __WzorzecAdresÃw...__::
+ Tylko dla autorytatywnych serwerÃw katalogowych. Zestaw wzorcÃw adresÃw dla serwerÃw, ktÃry
+ nigdy nie bÄdzie podany jako prawidÅowy ("valid") w kaÅdym dokumencie statusu sieci
+wydanym
+ przez ten serwer.
+
+**AuthDirReject** __WzorzecAdresÃw__...::
+ Tylko dla autorytatywnych serwerÃw katalogowych. Zestaw wzorcÃw adresÃw dla serwerÃw, ktÃry
+ nigdy nie bÄdzie podany w kaÅdym dokumencie statusu sieci
+ wydanym przez ten serwer lub przyjÄty jako adres OR w jakimÅ deskryptorze
+ wysÅanym do publikacji przez ten serwer.
+
+**AuthDirListBadDirs** **0**|**1**::
+ Tylko dla autorytatywnych serwerÃw katalogowych. Gdy ustawione na 1, ten serwer ma jakieÅ
+ opinie o tym, ktÃre wÄzÅy sÄ nieprzydatne jako pamiÄci podrÄczne katalogÃw. (Nie ustawiaj
+ tego na 1, chyba Åe planujesz podawaÄ niefunkcjonalne katalogi jako zÅe;
+ w innym przypadku efektywnie gÅosujesz na korzyÅÄ kaÅdego zadeklarowanego
+ katalogu.)
+
+**AuthDirListBadExits** **0**|**1**::
+ Tylko dla autorytatywnych serwerÃw katalogowych. Gdy ustawione na 1, ten serwer ma jakieÅ
+ opinie o tym, ktÃre wÄzÅy sÄ nieprzydatne jako wÄzÅy wyjÅciowe. (Nie ustawiaj tegona
+ 1, chyba Åe planujesz podawaÄ niefunkcjonalne serweryu wyjÅciowe jako zÅe; w innym przypadku
+ efektywnie gÅosujesz na korzyÅÄ kaÅdego zadeklarowanego serwera wyjÅciowego.)
+
+**AuthDirRejectUnlisted** **0**|**1**::
+ Tylko dla autorytatywnych serwerÃw katalogowych. Gdy ustawione na 1, serwer katalogowy odrzuca
+ wszystkie przysÅane deskryptory serwerÃw, ktÃre nie sÄ jawnie podane w
+ pliku z odciskami palcÃw. To dziaÅa jak "guzik wyÅÄczenia", gdy zostaniemy zaatakowani atakiem
+ Sybil. (DomyÅlnie: 0)
+
+**AuthDirMaxServersPerAddr** __NUM__::
+ Tylko dla autorytatywnych serwerÃw katalogowych. Maksymalna liczba serwerÃw, ktÃre bÄdziemy
+ podawaÄ jako akceptowalne na jednym adresie IP. Ustaw na "0", by uzyskaÄ "bez ograniczeÅ".
+ (DomyÅlnie: 2)
+
+**AuthDirMaxServersPerAuthAddr** __NUM__::
+ Tylko dla autorytatywnych serwerÃw katalogowych. Jak AuthDirMaxServersPerAddr, ale ma zastosowanie
+ dla adresÃw wspÃÅdzielonych z serwerami katalogowymi. (DomyÅlnie: 5)
+
+**V3AuthVotingInterval** __N__ **minutes**|**hours**::
+ Tylko dla autorytatywnych serwerÃw katalogowych w wersji 3. Ustawia preferowany przez serwer interwaÅ
+ gÅosowania. GÅosowanie odbÄdzie siÄ __realnie__ w chwili wybranej
+ przez konsensus z preferowanych interwaÅÃw wszystkich serwerÃw. Ten okres
+ POWINIEN dzieliÄ siÄ rÃwno w dniu. (DomyÅlnie: 1 godzina)
+
+**V3AuthVoteDelay** __N__ **minutes**|**hours**::
+ Tylko dla autorytatywnych serwerÃw katalogowych w wersji 3. Ustawia preferowane przez serwer opÃÅnienie
+ miÄdzy opublikowaniem swojego gÅosu a zaÅoÅeniem, Åe otrzymaÅ gÅosy ze wszystkich innych
+ serwerÃw. Realny czas uÅywany nie jest preferowanym czasem
+ serwera, ale konsensusem miÄdzy wszystkimi preferencjami. (DomyÅlnie: 5 minut.)
+
+**V3AuthDistDelay** __N__ **minutes**|**hours**::
+ Tylko dla autorytatywnych serwerÃw katalogowych w wersji 3. Ustawia preferowane przez serwer opÃÅnienie
+ miÄdzy opublikowaniem swojego konsensusu i podpisu a zaÅoÅeniem, Åe otrzymaÅ wszystkie podpisy
+ ze wszystkich innych serwerÃw. Realny czas uÅywany
+ nie jest preferowanym czasem serwera, ale konsensusem miÄdzy wszystkimi preferencjami.
+ (DomyÅlnie: 5 minut.)
+
+**V3AuthNIntervalsValid** __NUM__::
+ Tylko dla autorytatywnych serwerÃw katalogowych w wersji 3. Ustawia liczbÄ VotingIntervals,
+ przez ktÃre powinien konsensus byÄ waÅny. Wybieranie wysokich liczb
+ zwiÄksza ryzyko podziaÅu sieci; wybieranie niskich liczb zwiÄksza ruch
+ w katalogach. Realna liczba wykorzystywanych interwaÅÃw nie jest preferowanÄ
+ liczbÄ serwera, ale konsensusem miÄdzy wszystkimi preferencjami. Musi wynosiÄ co
+ najmniej 2. (DomyÅlnie: 3.)
+
+**V3BandwidthsFile** __FILENAME__::
+ V3 authoritative directories only. Configures the location of the
+ bandiwdth-authority generated file storing information on relays' measured
+ bandwidth capacities. (Default: unset.)
+
+OPCJE USÅUG UKRYTYCH
+----------------------
+
+NastÄpujace opcje sÄ uÅywane do konfigurowania usÅugi ukrytej.
+
+**HiddenServiceDir** __KATALOG__::
+ Przechowuj pliki danych usÅugi w katalogu KATALOG. KaÅda usÅuga ukryta
+ musi mieÄ oddzielny katalog. MoÅesz uÅywaÄ tej opcji wiele razy, by
+ okreÅliÄ wiele usÅug.
+
+**HiddenServicePort** __WIRTPORT__ [__CEL__]::
+ Konfiguruje port wirtualny WIRTPORT dla usÅugi ukrytej. MoÅesz uÅyÄ tej
+ opcji wiele razy; kaÅdym razem ma zastosowanie do usÅugi uÅywajÄcej ostatniej
+ linii hiddenservicedir. DomyÅlnie ta opcja mapuje wirtualny port no
+ ten sam port na 127.0.0.1. MoÅesz zmieniÄ port docelowy, adres, lub
+ oba podajÄc cel w postaci adresu, portu lub pary adres:port. MoÅesz teÅ mieÄ
+ wiele linii z tym samym portem WIRTPORT: gdy uÅytkownik poÅÄczy siÄ z tym
+ portem WIRTPORT, jeden z CELÃw z tych linii zostanie wybrany losowo.
+
+**PublishHidServDescriptors** **0**|**1**::
+ JeÅli ustawione na 0, Tor bÄdzie prowadziÅ wszystkie skonfigurowane usÅugi ukryte, ale nie
+ wyÅle ich do katalogu punktÃw spotkaÅ. Ta opcja jest przydatna tylko jeÅli
+ uÅywasz kontrolera Tora, ktÃry za Ciebie zajmuje siÄ publikowaniem usÅug ukrytych.
+ (DomyÅlnie: 1)
+
+**HiddenServiceVersion** __wersja__,__wersja__,__...__::
+ Lista wersji deskryptorÃw usÅug spotkaÅ do publikacji dla usÅugi
+ ukrytej. W chwili obecnej obsÅugiwana jest tylko wersja 2. (DomyÅlnie: 2)
+
+**HiddenServiceAuthorizeClient** __typ-uwierz__ __nazwa-klienta__,__nazwa-klienta__,__...__::
+ JeÅli skonfigurowane, usÅuga ukryta jest dostÄpna tylko dla uwierzytelnionych klientÃw.
+ Parametr typ-uwierz moÅe byÄ albo \'basic' dla protokoÅu uwierzytelniania
+ ogÃlnego przeznaczenia lub \'stealth' dla mniej skalowalnego protokoÅu, ktÃry takÅe
+ ukrywa dziaÅalnoÅÄ usÅugi ukrytej przed nieupowaÅnionymi klientami. Tylko podani tu klienci majÄ
+ dostÄp do usÅugi ukrytej. PrawidÅowe nazwy klientÃw
+ majÄ od 1 do 19 znakÃw z zestawu A-Za-z0-9+-_ (bez
+ spacji). JeÅli ta opcja jest ustawiona, usÅuga ukryta nie jest juÅ dostÄpna dla
+ klientÃw bez upowaÅnienia. Wygenerowane dane upowaÅniajÄce moÅna znaleÅÄ
+ w pliku hostname. Klienci muszÄ umieÅciÄ te dane upowaÅniajÄce w
+ swoich plikach konfiguracyjnych, uÅywajÄc **HidServAuth**.
+
+**RendPostPeriod** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**::
+ Every time the specified period elapses, Tor uploads any rendezvous
+ service descriptors to the directory servers. This information is also
+ uploaded whenever it changes. (Default: 1 hour)
+
+OPCJE TESTOWANIA SIECI
+-----------------------
+
+NastÄpujÄce opcje sÄ uÅywane do uruchamiania testowej sieci Tora.
+
+**TestingTorNetwork** **0**|**1**::
+ Gdy ustawione na 1, Tor zmienia domyÅlne wartoÅci poniÅszych opcji konfiguracji,
+ by Åatwiej byÅo uruchomiÄ testowÄ sieÄ Tora. MoÅe byÄ ustawiona tylko gdyf
+ ustawiono niedomyÅlny zestaw serwerÃw DirServers. Nie moÅna wyÅÄczyÄ w czasie dziaÅania Tora.
+ (DomyÅlnie: 0) +
+
+ ServerDNSAllowBrokenConfig 1
+ DirAllowPrivateAddresses 1
+ EnforceDistinctSubnets 0
+ AssumeReachable 1
+ AuthDirMaxServersPerAddr 0
+ AuthDirMaxServersPerAuthAddr 0
+ ClientDNSRejectInternalAddresses 0
+ ClientRejectInternalAddresses 0
+ ExitPolicyRejectPrivate 0
+ V3AuthVotingInterval 5 minutes
+ V3AuthVoteDelay 20 seconds
+ V3AuthDistDelay 20 seconds
+ MinUptimeHidServDirectoryV2 0 seconds
+ TestingV3AuthInitialVotingInterval 5 minutes
+ TestingV3AuthInitialVoteDelay 20 seconds
+ TestingV3AuthInitialDistDelay 20 seconds
+ TestingAuthDirTimeToLearnReachability 0 minutes
+ TestingEstimatedDescriptorPropagationTime 0 minutes
+
+**TestingV3AuthInitialVotingInterval** __N__ **minutes**|**hours**::
+ Jak V3AuthVotingInterval, ale dla wstÄpnego gÅosowania przed stworzeniem
+ pierwszego konsensusu. Zmiana tego wymaga, by byÅo ustawione
+ **TestingTorNetwork**. (DomyÅlnie: 30 minut)
+
+**TestingV3AuthInitialVoteDelay** __N__ **minutes**|**hours**::
+ Jak TestingV3AuthInitialVoteDelay, ale dla wstÄpnego gÅosowania przed stworzeniem
+ pierwszego konsensusu. Zmiana tego wymaga, by byÅo ustawione
+ **TestingTorNetwork**. (DomyÅlnie: 5 minut)
+
+**TestingV3AuthInitialDistDelay** __N__ **minutes**|**hours**::
+ Jak TestingV3AuthInitialDistDelay, ale dla wstÄpnego gÅosowania przed stworzeniem
+ pierwszego konsensusu. Zmiana tego wymaga, by byÅo ustawione
+ **TestingTorNetwork**. (DomyÅlnie: 5 minut)
+
+**TestingAuthDirTimeToLearnReachability** __N__ **minutes**|**hours**::
+ Po uruchomieniu serwera autoratywnego, nie rÃb zaÅoÅeÅ o tym, czy routery
+ dziaÅajÄ, zanim nie upÅynie ten czas. Zmiana tego wymaga, by byÅo ustawione
+ **TestingTorNetwork**. (DomyÅlnie: 30 minut)
+
+**TestingEstimatedDescriptorPropagationTime** __N__ **minutes**|**hours**::
+ Klienci prÃbujÄ pobieraÄ deskryptory routerÃw z pamiÄci podrÄcznej katalogÃw po tym
+ czasie. Zmiana tego wymaga, by byÅo ustawione **TestingTorNetwork**. (DomyÅlnie:
+ 10 minut)
+
+SYGNAÅY
+-------
+
+Tor Åapie nastÄpujÄce sygnaÅy:
+
+**SIGTERM**::
+ Tor zÅapie go, wyczyÅci stan i zsynchronizuje siÄ na dysk, jeÅli potrzeba, po czym wyjdzie.
+
+**SIGINT**::
+ Klienci Tora zachowujÄ siÄ jak z SIGTERM; ale serwery Tora wykonajÄ kontrolowane,
+ powolne zamkniÄcie, zamykajÄc procesy nasÅuchujÄce i czekajÄc 30 sekund przed wyjÅciem.
+ (OpÃÅnienie moÅe byÄ ustawione opcjÄ konfiguracji ShutdownWaitLength.)
+
+**SIGHUP**::
+ The signal instructs Tor to reload its configuration (including closing and
+ reopening logs), and kill and restart its helper processes if applicable.
+
+**SIGUSR1**::
+ Zapisz statystyki o bieÅÄcych poÅÄczeniach, dawnych poÅaczeniach i przepustowoÅci.
+
+**SIGUSR2**::
+ PrzeÅÄcz wszystkie logi na poziom logowania debug. MoÅesz powrÃciÄ do poprzednich poziomÃw poprzez
+ wysÅanie SIGHUP.
+
+**SIGCHLD**::
+ Tor otrzymuje ten sygnaÅ, gdy jeden z jego procesÃw pomocniczych siÄ zakoÅczyÅ, by mÃgÅ
+ posprzÄtaÄ.
+
+**SIGPIPE**::
+ Tor Åapie ten sygnaÅ i ignoruje go.
+
+**SIGXFSZ**::
+ JeÅli ten sygnaÅ istnieje na Twojej platformie, Tor Åapie go i ignoruje.
+
+PLIKI
+-----
+
+**@CONFDIR@/torrc**::
+ Plik konfiguracji, zawierajÄcy pary "opcja wartoÅÄ".
+
+**@LOCALSTATEDIR@/lib/tor/**::
+ Proces Tora zapisuje tu klucze i inne dane.
+
+__DataDirectory__**/cached-status/**::
+ Ostanio pobrany dokument statusu sieci dla kazdego serwera katalogowego.
+ KaÅdy plik zawiera jeden taki dokument; nazwy plikÃw sÄ szesnastkowymi
+ odciskami palcÃw kluczy toÅsamosci serwerÃw katalogowych.
+
+__DataDirectory__**/cached-descriptors** i **cached-descriptors.new**::
+ Te pliki zawierajÄ pobrane statusy routerÃw. NiektÃre routery mogÄ pojawiÄ siÄ wiÄcej
+ niÅ raz; jeÅli tak jest, uÅywany jest ostatnio opublikowany deskryptor. Linie
+ zaczynajÄce siÄ znakami @ sÄ adnotacjami zawierajÄcymi wiÄcej informacji o
+ danym routerze. Plik ".new" jest dziennikiem, do ktÃrego moÅna tylko dopisywaÄ; gdy uroÅnie
+ za duÅy, wszystkie wpisy sÄ ÅÄczone w nowy plik z zapisanymi deskryptorami.
+
+__DataDirectory__**/cached-routers** i **cached-routers.new**::
+ Przestarzale wersje plikÃw cached-descriptors i cached-descriptors.new. Gdy
+ Tor nie moÅe znaleÅÄ nowszych plikÃw, sprawdza te.
+
+__DataDirectory__**/state**::
+ Zestaw trwaÅych odwzorowaÅ klucz-wartoÅÄ. SÄ one udokumentowane
+ w tym pliku. ZawierajÄ one:
+ - BieÅÄcych straÅnikÃw wejÅciowych i ich status.
+ - BieÅÄce wartoÅci obliczania przepustowoÅci ÅÄcza (na razie nieuÅywane; patrz
+ niÅej).
+ - Kiedy ten plik zostaÅ ostatnio zapisany
+ - KtÃra wersja Tora wygenerowaÅa ten plik stanu
+ - KrÃtkÄ historiÄ wykorzystania ÅÄcza, wyprodukowanÄ w deskryptorach
+ routerÃw.
+
+__DataDirectory__**/bw_accounting**::
+ UÅywany do Åledzenia wartoÅci obliczania przepustowoÅci ÅÄczÄ (gdy bieÅÄcy okres zaczyna siÄ
+ i koÅczy; ile dotychczas odczytano i zapisano w bieÅÄcym okresie). Ten plik
+ jest przestarzaÅy, a dane sÄ teraz przechowywane teÅ w pliku \'state'. UÅywany
+ tylko, gdy wÅaczone jest liczenie przepustowoÅci.
+
+__DataDirectory__**/control_auth_cookie**::
+ UÅywane do uwierzytelniania ciasteczkami z kontrolerem. Lokalizacja moÅe byÄ
+ zmieniona opcjÄ konfiguracji CookieAuthFile. Regenerowany w czasie startu. Zobacz
+ control-spec.txt, by poznaÄ szczegÃÅy. UÅywane tylko, gdy wÅÄczone jest uwierzytelnianie
+ ciasteczkami.
+
+__DataDirectory__**/keys/***::
+ UÅywane tylko przez serwery. Trzyma klucze toÅsamoÅci i klucze onion.
+
+__DataDirectory__**/fingerprint**::
+ UÅywane tylko przez serwery. Trzyma odcisk palca klucza toÅsamoÅci serwera.
+
+__DataDirectory__**/approved-routers**::
+ Tylko dla nazywajÄcych autorytatywnych serwerÃw katalogowych (patrz
+ **NamingAuthoritativeDirectory**). Ten plik zawiera powiÄzania nazw z toÅsamoÅciami.
+ KaÅda linia podaje nazwÄ i odcisk palca oddzielone znakami
+ biaÅymi. Zobacz swÃj plik **fingerprint** w katalogu __DataDirectory__, dla przykÅadowej
+ linii. JeÅli nazwÄ jest **!reject**, to deskryptory z podanej
+ toÅsamoÅci (odcisku palca) sÄ odrzucane przez ten serwer. JeÅli nazwÄ jest
+ **!invalid**, to deskryptory sÄ przyjmowane, ale zaznaczane w katalogu jako
+ nieprawidÅowe, to jest, nie zalecane.
+
+__DataDirectory__**/router-stability**::
+ Tylko dla autorytatywnych serwerÃw katalogowych. Åledzi pomiary
+ Årednich czasÃw miÄdzy awariami routerÃw, by serwery katalogowe dobrze wiedziaÅy, jak
+ ustawiÄ ich flagÄ Stable.
+
+__HiddenServiceDirectory__**/hostname**::
+ Nazwa domenowa <base32-encoded-fingerprint>.onion dla tej usÅugi ukrytej.
+ JeÅli dostep do usÅugi ukrytej jest ograniczony tylko dla upowaÅnionych klientÃw, ten plik
+ zawiera teÅ dane upowaÅniajÄce dla wszystkich klientÃw.
+
+__HiddenServiceDirectory__**/private_key**::
+ Klucz prywatny tej usÅugi ukrytej.
+
+__HiddenServiceDirectory__**/client_keys**::
+ Dane uwierzytelniajÄce dla usÅugi ukrytej, ktÃra jest dostÄpna tylko dla
+ upowaÅnionych klientÃw.
+
+ZOBACZ TEÅ
+--------
+**privoxy**(1), **tsocks**(1), **torify**(1) +
+
+**https://www.torproject.org/**
+
+
+BÅÄDY
+----
+
+Zapewne duÅo. Tor jest ciagle w rozwoju. Prosimy je zgÅaszaÄ.
+
+AUTORZY
+-------
+Roger Dingledine [arma at mit.edu], Nick Mathewson [nickm at alum.mit.edu].
+
Added: website/trunk/manpages/pl/torify.1.txt
===================================================================
--- website/trunk/manpages/pl/torify.1.txt (rev 0)
+++ website/trunk/manpages/pl/torify.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,51 @@
+// Copyright (c) The Tor Project, Inc.
+// Przeczytaj LICENSE, by poznaÄ informacje o licencji
+// To jest plik asciidoc wykorzystywany do generowania odnoÅnikÃw manpage/html.
+// Naucz siÄ asciidoc na http://www.methods.co.nz/asciidoc/userguide.html
+torify(1)
+==============
+Peter Palfrader Jacob Appelbaum
+
+NAZWA
+----
+torify - wrapper dla torsocks lub tsocks i tor
+
+SYNOPSIS
+--------
+**torify** __application__ [__application's__ __arguments__]
+
+OPIS
+-----------
+**torify** jest prostÄ owijkÄ, ktÃra prÃbuje znaleÅÄ najlepszÄ istniejacÄ
+owijkÄ dla Toraw systemie. Uruchamia torsocks lub tsocks ze specyficznym dla Tora
+plikiem konfiguracyjnym. +
+
+torsocks to ulepszona owijka, ktÃra jawnie odrzuca UDP, bezpiecznie wykonuje
+zapytania DNS i prawidÅowo socksyfikuje Twoje poÅÄczenia TCP. +
+
+tsocks jest owijkÄ miÄdzy bibliotekÄ tsocks a a plikacjÄ, ktÃrÄ chcesz
+uruchomiÄ z obsÅugÄ SOCKS. +
+
+Jako Åe obie metody uÅywajÄ LD_PRELOAD, torify nie moÅe byÄ uÅywany do
+binarek majÄcych ustawiony bit suid.
+
+UWAGA
+-------
+Wiedz, Åe w sposÃb, w jaki dziaÅa tsocks, tylko poÅÄczenia TCP dostajÄ
+obsÅugÄ SOCKS. Wiedz, Åe w wiÄkszoÅci przypadkÃw to nie obejmuje znajdowania
+nazw hostÃw, ktÃre dalej bÄdÄ kierowane przez TwÃj normalny, systemowy
+mechanizm rozwiÄzywania nazw do Twoich zwyczajnych serwerÃw nazw. NarzÄdzie
+**tor-resolve**(1) moÅe w niektÃrych przypadkach posÅuÅyÄ jako obejÅcie tego
+problemu. FAQ Tora pod adresem
+https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ moÅe mieÄ wiÄcej
+informacji na ten temat. +
+
+Gdy uÅywa siÄ go z torsocks, z torify nie powinny wyciekaÄ ÅÄdania DNS lub
+dane UDP. +
+
+Z obydwu bÄdÄ wyciekaÄ dane ICMP.
+
+ZOBACZ RÃWNIEÅ
+--------
+**tor**(1), **tor-resolve**(1), **torsocks**(1), **tsocks**(1),
+**tsocks.conf**(5).
Added: website/trunk/manpages/po2man.sh
===================================================================
--- website/trunk/manpages/po2man.sh (rev 0)
+++ website/trunk/manpages/po2man.sh 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,121 @@
+#!/bin/bash
+#
+# Author: Runa A. Sandvik, <runa.sandvik@xxxxxxxxx>
+# For The Tor Project, Inc.
+#
+# This is Free Software (GPLv3)
+# http://www.gnu.org/licenses/gpl-3.0.txt
+#
+# This script will convert translated po files back to manpages. Before
+# running the script, checkout the translation directory from
+# https://svn.torproject.org, and clone the tor repository from
+# git.torproject.org.
+#
+
+### Start config ###
+
+# Location of the translated manpages
+translated="$PWD"
+
+# Location of the website directory
+wml="`dirname $translated`"
+
+# Location of the English manpages. Assuming that the git clone of the
+# tor repository is relative to the website
+mandir="`dirname $wml`/tor/doc"
+
+# Location of the po files. Assuming that the translation directory is
+# relative to the website
+podir="`dirname $wml`/translation/projects/manpages/po"
+
+### End config ###
+
+# Find po files to convert
+po=`find $podir -type f -name \*.1.po`
+
+# For every po found, create and/or update the translated manpage.
+for file in $po ; do
+
+ # Get the basename of the file we are dealing with
+ pofile=`basename $file`
+
+ # Strip the file for its original extension and add .txt
+ manfile="${pofile%.*}.txt"
+
+ # Figure out which language we are dealing with.
+ lang=`dirname $file | sed "s#$podir/##"`
+
+ # The translated document is written if 80% or more of the po
+ # file has been translated. Also, po4a-translate will only write
+ # the translated document if 80% or more has been translated.
+ # However, it will delete the translated txt if less than 80%
+ # has been translated. To avoid having our current, translated
+ # txt files deleted, convert the po to a temp txt first. If this
+ # file was actually written, rename it to txt.
+
+ # Convert translated po files back to manpages.
+ function convert {
+ po4a-translate -f text -m "$mandir/$manfile" -p "$file" -l "$translated/$lang/tmp-$manfile" --master-charset utf-8 -L utf-8
+
+ # Check to see if the file was written. If yes, rename
+ # it.
+ if [ -e "$translated/$lang/tmp-$manfile" ]
+ then
+ mv "$translated/$lang/tmp-$manfile" "$translated/$lang/$manfile"
+
+ # If tor.1.po has been translated, we need to
+ # create tor-manual-dev.wml in the correct
+ # language directory.
+ if [ $manfile = "tor.1.txt" ]
+ then
+ if [ ! -e "$wml/docs/$lang/tor-manual-dev.wml" ]
+ then
+
+ if [ ! -d "$wml/docs/$lang/" ]
+ then
+ mkdir "$wml/docs/$lang/"
+ fi
+
+ # Copy template file for
+ # tor-manual-dev.wml, and
+ # replace "lang" with the
+ # correct name of the language
+ # directory.
+ cp "$translated/tor-manual-dev.wml" "$wml/docs/$lang"
+ sed -i "0,/lang/ s/lang/"$lang"/" "$wml/docs/$lang/tor-manual-dev.wml"
+ fi
+ fi
+ fi
+ }
+
+ # We have a few cases where the name of the language directory
+ # in the translations module is not equal the name of the
+ # language directory in the website module.
+
+ # For "zh_CN" use "zh-cn" instead
+ if [ $lang = "zh_CN" ]
+ then
+ lang="zh-cn"
+ convert
+ fi
+
+ # For "nb" use "no" instead
+ if [ $lang = "nb" ]
+ then
+ lang="no"
+ convert
+ fi
+
+ # For "sv" use "se" instead
+ if [ $lang = "sv" ]
+ then
+ lang="se"
+ convert
+ fi
+
+ # Convert everything else
+ if [[ $lang != "zh_CN" && $lang != "nb" && $lang != "sv" ]]
+ then
+ convert
+ fi
+done
Property changes on: website/trunk/manpages/po2man.sh
___________________________________________________________________
Added: svn:executable
+ *
Added: website/trunk/manpages/ro/tor-resolve.1.txt
===================================================================
--- website/trunk/manpages/ro/tor-resolve.1.txt (rev 0)
+++ website/trunk/manpages/ro/tor-resolve.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,48 @@
+// Copyright (c) The Tor Project, Inc.
+// Vezi LICENÈA pentru informaÈii privind licenÈiere
+// Acesta este un fiÈier asciidoc folosit pentru a genera referinÈe manpage/html.
+// AflÄ mai multe despre asciidoc pe adresa http://www.methods.co.nz/asciidoc/userguide.html
+tor-resolve(1)
+==============
+Peter Palfrader
+
+NUME
+----
+tor-resolve - aflÄ adresa IP a unui hostname prin intermediul tor
+
+REZUMAT
+--------
+**tor-resolve** [-4|-5] [-v] [-x] __hostname__ [__sockshost__[:__socksport__]]
+
+DESCRIERE
+--------
+**tor-resolve** este un script simplu folosit pentru conectarea la un proxy SOCKS care recunoaÈte
+comanda SOCKS RESOLVE, pe care o expediazÄ cÄtre un hostname, Èi reÃntoarce o adresÄ IP.
+
+By default, **tor-resolve** uses the Tor server running on 127.0.0.1 on
+SOCKS port 9050. If this isn't what you want, you should specify an
+explicit __sockshost__ and/or __socksport__ on the command line.
+
+OPÈIUNI
+-------
+**-v**::
+ AratÄ Ãn modul verbose.
+
+**-x**::
+ ExecutÄ o cÄutare inversÄ: obÈine Ãnregistrarea PTR pentru o adresa IPv4.
+
+**-5**::
+ FoloseÈte protocolul SOCKS5. (Automat)
+
+**-4**::
+ FoloseÈte protocolul SOCKS4a Ãn locul protocolului implicit SOCKS5. Nu suportÄ DNS invers.
+
+VEZI ÈI
+--------
+**tor**(1), **torify**(1). +
+
+Vezi doc/socks-extensions.txt Ãn pachetul Tor pentru detaliile protocolului.
+
+AUTORI
+--------
+Roger Dingledine <arma@xxxxxxx>, Nick Mathewson <nickm@xxxxxxxxxxxx>.
Added: website/trunk/manpages/ru/tor-resolve.1.txt
===================================================================
--- website/trunk/manpages/ru/tor-resolve.1.txt (rev 0)
+++ website/trunk/manpages/ru/tor-resolve.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,51 @@
+// ÐÑÐ ÐÑÐÐÐ ÐÐÑÐÑÐÐÑ (c) The Tor Project, Inc.
+// ÐÐÑ ÐÐÐÑÑÐÐÐÑ ÐÐÐÑÐÐÐÐÐ ÐÐÑÐÑÐÐÑÐÐ Ð ÐÐÑÐÐÐÐÑÐÐÐÐÐÐ, ÑÐ. ÐÐÐÐÐÐÐÐ
+// ÐÑÐ ÑÐÐÐ asciidoc, ÐÑÐÐÐÑÐÑÐÐÑÐ ÐÐÑ ÐÐÐÐÑÐÑÐÐ ÑÑÑÐÐÐ ÐÐ manpage/html.
+// ÐÐÐÐÑÑ ÐÐÐÑÑÐ Ð asciidoc ÐÐÐÐÐ ÐÐÐÑÑ: http://www.methods.co.nz/asciidoc/userguide.html
+tor-resolve(1)
+==============
+ÐÐÑÐÑ ÐÐÐÑÑÑÐÐÐÑ (Peter Palfrader)
+
+ÐÐÐÐÐÐÐÐ
+----
+tor-resolve - ÐÑÐÐÐÑÐÐÑÐÑÐ ÐÐÐÐÐÐÐÐ ÐÐÑ Ð IP-ÐÐÑÐÑ, ÐÑÐÐÐÑÐÑÑ tor
+
+ÐÐÐÐÐÐÐ ÐÐÐÐÐ
+--------
+**tor-resolve** [-4|-5] [-v] [-x] __hostname__ [__sockshost__[:__socksport__]]
+
+ÐÐÐÐÐÐÐÐ
+-----------
+**tor-resolve** - ÑÑÐ ÐÑÐÑÑÐÐ ÑÑÐÐÐÑÐÐ (ÑÐÑÐÐÑ) ÐÐÑ ÐÐÐÐÐÑÑÐÐÐÑ Ð SOCKS ÐÑÐÐÑÐ, ÐÐÑÐÑÑÐ ÐÑÐÐÐÑÐÑÐÑ
+ÐÐÐÐÐÐÑ SOCKS RESOLVE, ÐÐÑÐÐÐÐÑ ÐÐÐÐÐÐÐÐ ÐÐÑ Ð ÐÐÐÐÑÐÑÐÐÑ IP-ÐÐÑÐÑ.
+
+By default, **tor-resolve** uses the Tor server running on 127.0.0.1 on
+SOCKS port 9050. If this isn't what you want, you should specify an
+explicit __sockshost__ and/or __socksport__ on the command line.
+
+ÐÐÐÐÐ
+-------
+**-v**::
+ ÐÑÐÐÑÐÐÐÑÑ ÐÐÐÑÐÐÐÑÐ ÐÑÐÐÐ ÐÐÐÐÑÑ.
+
+**-x**::
+ ÐÑÐÐÐÐÐÑÑ ÑÐÐÐÑÑÐÐÐÑÐ ÐÐÐÑÐÑ: ÐÐÐÑÑÐÑÑ ÐÐÐÐÑÑ PTR ÐÐÑ ÐÐÑÐÑÐ IPv4.
+
+**-5**::
+ ÐÑÐÐÐÑÐÐÐÐÑÑ ÐÑÐÑÐÐÐÐ SOCKS5. (ÐÐ-ÑÐÐÐÑÐÐÐÑ)
+
+**-4**::
+ ÐÑÐÐÐÑÐÐÐÐÑÑ ÐÑÐÑÐÐÐÐ SOCKS4a ÐÐÐÑÑÐ ÐÑÐÑÐÐÐÐÐ ÐÐ-ÑÐÐÐÑÐÐÐÑ SOCKS5. ÐÐ ÐÐÐÐÐÑÐÐÐÐÐÑ
+ ÑÐÐÐÑÑÐÐÐÑÐ DNS.
+
+ÐÐ. ÐÐÐÐÐ
+--------
+**tor**(1), **torify**(1). +
+
+ÐÐ. doc/socks-extensions.txt Ð ÑÑÑÐÐÐÐÐÑÐÐÐ ÐÐÐÐÑÐ Tor ÐÐÑ ÐÐÐÑÑÐÐÐÑ ÐÐÐÐÐ
+ÐÐÑÐÐÑÐÐÐ ÐÐÑÐÑÐÐÑÐÐ Ð ÐÑÐÑÐÐÐÐÐ.
+
+ÐÐÐÐÐÐ
+-------
+ÐÐÐÐÐÑ ÐÐÐÐÐÐÐÐ (Roger Dingledine <arma@xxxxxxx>), ÐÐÐ ÐÑÑÑÑÑÐÐ (Nick
+Mathewson <nickm@xxxxxxxxxxxx>).
Added: website/trunk/manpages/ru/torify.1.txt
===================================================================
--- website/trunk/manpages/ru/torify.1.txt (rev 0)
+++ website/trunk/manpages/ru/torify.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,52 @@
+// ÐÑÐ ÐÑÐÐÐ ÐÐÑÐÑÐÐÑ (c) The Tor Project, Inc.
+// ÐÑÐÐÑ ÐÐÐÑÑÐÑÑ ÐÐÑÐÑÐÐÑÐÑ Ð ÐÐÑÐÐÐÐÑÐÐÐÐÐÐ, ÑÐ. ÐÐÐÐÐÐÐÐ
+// ÐÑÐ ÑÐÐÐ asciidoc, ÐÑÐÐÐÑÐÑÐÐÑÐ ÐÐÑ ÐÐÐÐÑÐÑÐÐ ÑÑÑÐÐÐ ÐÐ manpage/html.
+// ÐÐÐÐÐÐÐÐÑÑÑÑ Ñ asciidoc ÐÐÐÐÐ ÐÐÐÑÑ: http://www.methods.co.nz/asciidoc/userguide.html
+ÑÐÑÐÑÐÐÐÑÐÑ (1)
+=========
+ÐÐÑÐÑ ÐÐÐÑÑÑÐÐÐÑ (Peter Palfrader), ÐÐÐÐ ÐÐÐÐÐÐÐÑÐ (Jacob Appelbaum)
+
+ÐÐÐÐÐÐÐÐÐÐÐÐ
+----
+torify - ÑÑÐ ÑÐÐÐÐÐÑÐÐ ÐÐÑ torsocks ÐÐÐ tsocks Ð tor
+
+ÐÐÐÐÐÐÐ ÐÐÐÐÐ
+--------
+**torify** __application__ [__application's__ __arguments__]
+
+ÐÐÐÐÐÐÐÐ
+-----------
+**torify** ÑÑÐ ÐÑÐÑÑÐÐ ÑÐÐÐÐÐÑÐÐ, ÐÐÑÐÑÑÐ ÐÑÐÑ ÑÐÐÑÐ ÐÐÐÑÐÐÑÑÐÐ ÑÐÐÐÐÐÑÐÐÐ ÐÐÑ Tor,
+ÐÐÑÐÑÑÐ ÐÐÑÑÑÐÐÐ Ð ÑÐÑÑÐÐÐ. ÐÐ ÐÐÑÐÑÐÐÑÑÑ Ð torsocks ÐÐÐ tsocks, ÐÑÐÐÐÑÐÑÑ
+ÑÐÐÑÐÑÐÑÐÑÐ ÐÐÑ tor ÐÐÐÑÐÐÑÑÐÑÐÐÐÐÑÐ ÑÐÐÐ. +
+
+torsocks - ÑÑÐ ÑÐÑÑÑÐÐÐÑÐ ÑÐÐÐÐÐÑÐÐ, ÐÐÑÐÑÑÐ ÐÑÐÐÑÑÐÐÑ UDP ÑÑÐÑÐÐ, ÐÐÐÐÐÐÑÐÐ
+ÑÐÐÐÑÐÑ DNS ÐÐÐÑÐÑÑ Ð ÐÑÐÐÐÐÑÐÐ ÑÐÐÑÐÑÐÑÐÑÑÐÑ (socksify) ÐÐÑÐ TCP
+ÐÐÐÐÐÑÑÐÐÐÑ. +
+
+ÐÐÐ tsocks ÑÐÐÑÐÑÑÑ ÑÐÐÐÐÐÑÐÐÐÐ ÐÐÐÐÑ ÐÐÐÐÐÐÑÐÐÐÐ tsocks Ð ÐÑÐÐÐÐÐÐÐÐÐ,
+ÑÑÐÑÐÐ ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐ ÐÑÐÑÐÐÐÑÑ ÑÐÑÐÐ socks. +
+
+ÐÐÐÐÐÑÐÑÑÐ, ÑÑÑÐÑÐ, ÑÐÐ ÐÐÐ ÐÐÐ ÐÐÑÐÐÐ ÐÑÐÐÐÑÐÑÑÑ LD_PRELOAD, ÑÐÑÐÑÐÐÐÑÐÑ ÐÐ
+ÐÐÐÐÑ ÐÑÐÐÐÐÑÑÑÑÑ Ð ÐÑÐÐÐÐÑÐÐÑÐ ÑÐÐÐÐÐ suid.
+
+ÐÐÐÐÐÐÐÐ
+-------
+ÐÑ ÐÐÐÐÐÑ ÐÐÐÑÑ, ÑÑÐ Ð ÐÐÑÑÐÑÑÐÐ ÐÑÐÐÑ tsocks ÐÐÐÐÐÑÐÐÐÐÐÑ ÑÐÐÑÐÐ
+ÐÐÐÐÐÑÑÐÐÐÑ ÐÐ TCP (ÑÐ ÐÑÑÑ ÑÐÑÐÑÐÑÐÑÑÑÑÑÑ ÑÐÐÑÐÐ ÐÐÐ). ÐÐÐÐÐÑÐÑÑÐ, ÑÑÑÐÑÐ,
+ÑÑÐ Ð ÐÐÐÑÑÐÐÑÑÐÐ ÑÐÑÑÐÐÐ ÑÑÐ ÐÐ ÐÐÑÑÐÐÐÑ ÐÐÐÑÐÑÑ ÐÐÐÐÐÐÑÑ ÐÐÐÐ, ÐÐÑÐÑÑÐ ÐÑ
+ÐÐÑÑÑÑÑÐÐÐÑÐÐÐÐÐÑÑ ÑÐÑÐÐ ÐÐÑÑ ÐÐÑÑÐÑÑ ÑÐÑÑÐÐÑ ÐÑÐÐÐÑÐÐÐÐÐÐÐÑ Ð ÐÐÑÐÐ ÐÐÑÑÐÑÐ
+ÑÐÑÐÐÑÐÐ ÐÑÐÐÐÑÐÐÐÐÐÐÐÑ ÐÐÐÐ. ÐÐÑÑÑÑÐÐÐÑ **tor-resolve**(1) ÐÐÐÐÑ ÐÐÐÐÐÑÑÑÑ
+ÐÐÐÐÐÐÑÐ Ð ÐÐÐÐÑÐÑÑÑ ÑÐÑÑÐÑÑ. ÐÐÐÑÐÐ ÑÐÑÑÐ ÐÐÐÐÐÐÐÐÑÑ ÐÐÐÑÐÑÐÐ Tor (FAQ),
+ÐÐÑÑÑÐÐÑÐ ÐÐÐÑÑ https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ,
+ÐÐÐÐÑ ÑÐÐÐÑÐÐÑÑ ÐÐÐÐÐ ÐÐÑÐÐÑÐÑÑ ÐÑÐÐÑÐÐÑÐÑ ÐÐ ÑÑÐÐ. +
+
+ÐÑÐ ÐÑÐÐÐÑÐÐÐÐÐÐÐ Ñ torsocks, torify ÐÐ ÐÐÐÐÐÐ ÐÐÐÑÑÐÐÑÑ DNS ÑÑÐÑÐÐ ÐÐÐ
+ÐÐÑÐÑÐ ÐÐÐÐÑÑ UDP. +
+
+Ð ÑÐ Ð ÐÑÑÐÐÐ ÐÑÐÐÐÐÐÑ Ð ÑÑÐÑÐÐ ICMP ÐÐÐÐÑÑ.
+
+ÐÐ. ÐÐÐÐÐ
+--------
+**tor**(1), **tor-resolve**(1), **torsocks**(1), **tsocks**(1),
+**tsocks.conf**(5).
Added: website/trunk/manpages/tor-manual-dev.wml
===================================================================
--- website/trunk/manpages/tor-manual-dev.wml (rev 0)
+++ website/trunk/manpages/tor-manual-dev.wml 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,30 @@
+## translation metadata
+# Revision: $Revision: 23689 $
+
+#include "head.wmi" TITLE="Tor Project: manual"
+
+# Translators shouldn't translate this file, unless they want
+# to translate the whole man page too.
+<div id="content" class="clearfix">
+ <div id="breadcrumbs">
+ <a href="<page index>">Home » </a>
+ <a href="<page docs/documentation>">Documentation » </a>
+ <a href="<page docs/tor-doc-osx>">Tor Dev Manual</a>
+ </div>
+ <div id="maincol">
+ <:
+ die "Missing git clone" unless -d "$(TORGIT)";
+ my $man = `cat manpages/lang/tor.1.txt | asciidoc -d manpage -s -o - -`;
+ die "No manpage because of asciidoc error or file not available from git" unless $man;
+ print $man;
+ :>
+ </div>
+ <!-- END MAINCOL -->
+ <div id = "sidecol">
+#include "side.wmi"
+#include "info.wmi"
+ </div>
+ <!-- END SIDECOL -->
+</div>
+<!-- END CONTENT -->
+#include <foot.wmi>
Added: website/trunk/manpages/ur/tor-resolve.1.txt
===================================================================
--- website/trunk/manpages/ur/tor-resolve.1.txt (rev 0)
+++ website/trunk/manpages/ur/tor-resolve.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,40 @@
+ÚØÙÛ ØØØÙ (ØÛ) Tor ÙÙØÙØÛ.ÙØØØÙØ ÚÛ ÙØÙÙÙØØ ÚÛ ÙØÛ ÙØØØÙØ ØÛÚÚÙ..ÛÛ ØÛÚ
+asciidoc ÙØØÙ ÛÛØØÛ ÙÛÙ ØÙÛ/ØÛÚ ÙÛ ØÛÙ ØÛÙ ØÙØÙÛ ØÛÙÛ ÚÛ ÙÛÛ ØØØØÙØÙ ÚÛØ
+ØØØØ ÛÛ.asciidoc ØÛÚÚÙÛ ÚÛ ÙÛÛ ØÛÚÚÙ
+http://www.methods.co.nz/asciidoc/userguide.htm -torØÙ
+ÙØÙ ÙÙØÚØ
+
+----
+tor- ØÙ ÚØÙØÛ ØÛÚ ØØÛ ÙÛ ØÛÚØÛØ ÚÙÙØØ ÚÛ ØØÛØÛ ÛÙØÙÚ ÚÛ ÙØÙ ÙÛÚ ØÙ ÚØÙØ
+
+--------
+tor-ØÙ ÚØÙØÛ ** [-4|-5] [-v] [-x] __ÛÙØÙ ÚØ ÙØÙ__[__ØØÚØ ÛÙØÙ__[:__ØØÚØ ÙÙØÙ__]]
+
+-----------
+**tor**-ØÙ ÚØÙØ. ØÛÚ ØØØÙ ØØ ØØÚÙØÙ ÛÛ ØÙ ØØÚØ ÙØÙÚØÛ ØÛ ÙÙØØÙÚ ÚØÙÛ ÚÛ ÙÛÛ
+ØØØØÙØÙ ÛÙØØ ÛÛØ ØØÛ ØØÚØ ØÙ ÚØÙÛ ÚØ ÙØØ ÛÙØØ ÛÛØ ØØÛ ØÛÚ ÛÙØÙ ÙØÙ ØÙØ ØÙØ
+ÛÛ ØØÛ ÙÛ ØÛÚØÛØ ÙØÙØ ÚØÛ ÚØÛ
+
+By default, **tor-resolve** uses the Tor server running on 127.0.0.1 on
+SOCKS port 9050. If this isn't what you want, you should specify an
+explicit __sockshost__ and/or __socksport__ on the command line.
+
+-------
+ØÙÙ ÚÙØÙÛ ÚÛ ÙÛØØÙØØ ØÛÚÚØÙØ
+
+ØÙÙÛ ÚØØÚØØÚÛ ØÛÚÚØÙØ, ØÛÚ IPv4 ØÛÚØÛØ ÚÛ ÙØÛ PTR ØÛÚØØÚ ØØØÙ ÚØÙØ
+
+SOCKS5 ÙØÙÙÙÚÙÙ ØØØØÙØÙ ÚØÙØ
+
+ØØÚØ 5 ÙØÙÙÙÚÙ Ù ÚÛ ØØØØÛ ØØÚØ 4 a ÙØÙÙÙÚÙ Ù ÚØ ØØØØÙØÙ ÚØÙÛ ÛÛ ØÛÙØØ DNS ÚÛ
+ØÙØÛØ ÙÛÛÚ ÚØØØ.
+
+ÛÛ ØÚÛ ØÛÚÚÙ
+--------
+**(tor**(1), **torify**(1**
+
+TorÙÛÚØ ÙØÙÙÙÚÙÙ ÚÛ ØÙØÛÙØØ ÚÛÙÛ doc/socks-extensions.txt ØØØØÙÛØØØ ØÛÚÚÙ
+
+ÙØÙÙÛÙ
+-------
+ØØØØ Ø ÚØÙÚ ÙØÚØÙ <arma@xxxxxxx>ÙÚ ÙØÙÛÙ <nickm@xxxxxxxxxxxx>
Added: website/trunk/manpages/zh-cn/tor-resolve.1.txt
===================================================================
--- website/trunk/manpages/zh-cn/tor-resolve.1.txt (rev 0)
+++ website/trunk/manpages/zh-cn/tor-resolve.1.txt 2011-03-03 13:39:36 UTC (rev 24296)
@@ -0,0 +1,49 @@
+// çæææ (c) Toréçåå
+// åèâèåâäèåèåäæã
+// èæääasciidocææïçäçæèæååéæHTMLåèã
+// èäèæååäasciidocææïèçå http://www.methods.co.nz/asciidoc/userguide.html
+tor-èæ(1)
+==============
+Peter Palfrader
+
+åå
+----
+tor-resolve - resolve a hostname to an IP address via tor
+
+æè
+--------
+**tor-resolve** [-4|-5] [-v] [-x] __hostname__[__sockshost__[:__socksport__]]
+
+æé
+-----------
+**tor-resolve** is a simple script to connect to a SOCKS proxy that knows about
+the SOCKS RESOLVE command, hand it a hostname, and return an IP address.
+
+By default, **tor-resolve** uses the Tor server running on 127.0.0.1 on
+SOCKS port 9050. If this isn't what you want, you should specify an
+explicit __sockshost__ and/or __socksport__ on the command line.
+
+èçéé
+-------
+**-v**::
+ æçèççèåã
+
+**-x**::
+ æèååææïèåIPv4ååçPTRèåã
+
+**-5**::
+ äçSOCKS5åèãïéèï
+
+**-4**::
+ äçSOCKS4aåèèäæéèçSOCKS5åèãä
+ ææååDNSã
+
+åèåé
+--------
+**tor**(1), **torify**(1). +
+
+æçToråèåéçdoc/socks-extensions.txtäèååäåèçèçååã
+
+äè
+-------
+çæÂäæèä<arma@xxxxxxx>ïååÂéäæ<nickm@xxxxxxxxxxxx>ã
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits