aboutsummaryrefslogtreecommitdiff
path: root/spec/pt-spec/pluggable-transport-configuration-environment.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-13 18:00:42 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-13 18:00:42 -0400
commitf79272ef1f774b3788b74a3fe4fef75095dfae06 (patch)
tree8f47bebaa06c444f632bf8c4afbd793c4972a27d /spec/pt-spec/pluggable-transport-configuration-environment.md
parentfa014ec90411fd754dd257d04afa1a953e15bf31 (diff)
downloadtorspec-f79272ef1f774b3788b74a3fe4fef75095dfae06.tar.gz
torspec-f79272ef1f774b3788b74a3fe4fef75095dfae06.zip
Run markdownlint --fix on spec.
Diffstat (limited to 'spec/pt-spec/pluggable-transport-configuration-environment.md')
-rw-r--r--spec/pt-spec/pluggable-transport-configuration-environment.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/pt-spec/pluggable-transport-configuration-environment.md b/spec/pt-spec/pluggable-transport-configuration-environment.md
index 3a201f8..0fd9571 100644
--- a/spec/pt-spec/pluggable-transport-configuration-environment.md
+++ b/spec/pt-spec/pluggable-transport-configuration-environment.md
@@ -1,4 +1,5 @@
<a id="pt-spec.txt-3.2"></a>
+
## Pluggable Transport Configuration Environment Variables
All Pluggable Transport proxy instances are configured by their
@@ -10,6 +11,7 @@ indicate any relations to Tor, except for the origins of this
specification.
<a id="pt-spec.txt-3.2.1"></a>
+
### Common Environment Variables
When launching either a client or server Pluggable Transport proxy,
@@ -99,6 +101,7 @@ Example::
TOR_PT_OUTBOUND_BIND_ADDRESS_V6=[2001:db8::4]
<a id="pt-spec.txt-3.2.2"></a>
+
### Pluggable Transport Client Environment Variables
Client-side Pluggable Transport forward proxies are configured
@@ -139,6 +142,7 @@ Examples:
```
<a id="pt-spec.txt-3.2.3"></a>
+
### Pluggable Transport Server Environment Variables
Server-side Pluggable Transport reverse proxies are configured
@@ -252,4 +256,3 @@ incoming traffic, "TOR_PT_AUTH_COOKIE_FILE" MUST be omitted.
Example:
TOR_PT_AUTH_COOKIE_FILE=/var/lib/tor/extended_orport_auth_cookie
-