aboutsummaryrefslogtreecommitdiff
path: root/param-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-12-22 13:45:03 -0500
committerNick Mathewson <nickm@torproject.org>2020-12-22 13:45:03 -0500
commitb95bdfe938af3fb2ab1c6f3da368959c9defd91a (patch)
tree09cff9cbe0ee09071b93a34cac666c41adbd41d7 /param-spec.txt
parent85e94b9c540cf9d078509d7c8c8dd0429adc6823 (diff)
downloadtorspec-b95bdfe938af3fb2ab1c6f3da368959c9defd91a.tar.gz
torspec-b95bdfe938af3fb2ab1c6f3da368959c9defd91a.zip
param-spec: move a couple of options into relay-specific
Diffstat (limited to 'param-spec.txt')
-rw-r--r--param-spec.txt24
1 files changed, 12 insertions, 12 deletions
diff --git a/param-spec.txt b/param-spec.txt
index 9c9dc44..405c074 100644
--- a/param-spec.txt
+++ b/param-spec.txt
@@ -13,13 +13,6 @@ line of a directory consensus.
Min: 100, Max: 1000
First-appeared: Tor 0.2.1.20
- "refuseunknownexits" -- if set to one, exit relays look at the previous
- hop of circuits that ask to open an exit stream, and refuse to exit if
- they don't recognize it as a relay. The goal is to make it harder for
- people to use them as one-hop proxies. See trac entry 1751 for details.
- Min: 0, Max: 1
- First-appeared: 0.2.2.17-alpha
-
"UseOptimisticData" -- If set to zero, clients by default shouldn't try
to send optimistic data to servers until they have received a
RELAY_CONNECTED cell.
@@ -42,11 +35,6 @@ line of a directory consensus.
Min: 25, Max: 95, Default: 60
First-appeared: 0.2.4
- "AllowNonearlyExtend" -- If true, permit EXTEND cells that are not inside
- RELAY_EARLY cells.
- Min: 0. Max: 1. Default: 0.
- First-appeared: 0.2.3.11-alpha
-
"ExtendByEd25519ID" -- If true, clients should include Ed25519
identities for relays when generating EXTEND2 cells.
Min: 0. Max: 1. Default: 0.
@@ -156,6 +144,13 @@ line of a directory consensus.
7. Relay behavior
+ "refuseunknownexits" -- if set to one, exit relays look at the previous
+ hop of circuits that ask to open an exit stream, and refuse to exit if
+ they don't recognize it as a relay. The goal is to make it harder for
+ people to use them as one-hop proxies. See trac entry 1751 for details.
+ Min: 0, Max: 1
+ First-appeared: 0.2.2.17-alpha
+
"onion-key-rotation-days" -- (min 1, max 90, default 28)
"onion-key-grace-period-days" -- (min 1, max
@@ -168,6 +163,11 @@ line of a directory consensus.
days after it is replaced. (Introduced in 0.3.1.1-alpha;
prior versions of tor hardcoded both of these values to 7 days.)
+ "AllowNonearlyExtend" -- If true, permit EXTEND cells that are not inside
+ RELAY_EARLY cells.
+ Min: 0. Max: 1. Default: 0.
+ First-appeared: 0.2.3.11-alpha
+
8. V3 onion service parameters
"hs_intro_min_introduce2", "hs_intro_max_introduce2" --