mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Document IPv6Exit in the sample torrcs
Sample config-only change. Implements 24703.
This commit is contained in:
parent
4b41ffa64d
commit
5fb26ba2d8
2 changed files with 12 additions and 0 deletions
|
@ -163,6 +163,10 @@
|
||||||
## break its concealability and potentially reveal its IP/TCP address.
|
## break its concealability and potentially reveal its IP/TCP address.
|
||||||
#MyFamily $keyid,$keyid,...
|
#MyFamily $keyid,$keyid,...
|
||||||
|
|
||||||
|
## Uncomment this if you want your relay to allow IPv6 exit traffic.
|
||||||
|
## (Relays only allow IPv4 exit traffic by default.)
|
||||||
|
#IPv6Exit 1
|
||||||
|
|
||||||
## A comma-separated list of exit policies. They're considered first
|
## A comma-separated list of exit policies. They're considered first
|
||||||
## to last, and the first match wins.
|
## to last, and the first match wins.
|
||||||
##
|
##
|
||||||
|
|
|
@ -163,6 +163,14 @@
|
||||||
## break its concealability and potentially reveal its IP/TCP address.
|
## break its concealability and potentially reveal its IP/TCP address.
|
||||||
#MyFamily $keyid,$keyid,...
|
#MyFamily $keyid,$keyid,...
|
||||||
|
|
||||||
|
## Uncomment this if you do *not* want your relay to allow any exit traffic.
|
||||||
|
## (Relays allow exit traffic by default.)
|
||||||
|
#ExitRelay 0
|
||||||
|
|
||||||
|
## Uncomment this if you want your relay to allow IPv6 exit traffic.
|
||||||
|
## (Relays only allow IPv4 exit traffic by default.)
|
||||||
|
#IPv6Exit 1
|
||||||
|
|
||||||
## A comma-separated list of exit policies. They're considered first
|
## A comma-separated list of exit policies. They're considered first
|
||||||
## to last, and the first match wins.
|
## to last, and the first match wins.
|
||||||
##
|
##
|
||||||
|
|
Loading…
Add table
Reference in a new issue