Value | Color |
---|---|
\e[0;30m | Black |
\e[0;31m | Red |
\e[0;32m | Green |
\e[0;33m | Yellow |
\e[0;34m | Blue |
\e[0;35m | Purple |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fri Jul 7 12:50:55 PM -03 2023 | |
Note: Some may been discontinued (depracted) | |
`AccelDir`: Specifies the directory containing the hardware acceleration backend. | |
`AccelName`: Specifies the name of the hardware acceleration backend to use. | |
`AccountingMax`: Specifies the maximum number of bytes that can be transferred before Tor stops serving new connections. Once the limit is reached, new connections will be refused. | |
`AccountingRule`: Defines the accounting rule used to determine when to stop serving new connections based on the accounting limit. Possible values are "sum", "max", or "min". | |
`AccountingStart`: Sets the time when accounting starts. Connections made after this time contribute to the accounting limit. | |
`Address`: Specifies the IP address and port for a listener or an outgoing connection. It can be used to bind Tor to a specific address or specify the address of a specific relay. | |
`__AllDirActionsPrivate`: Makes all directory actions private. |