Merge pull request #390 from madnight/patch-1

add RELAY_PORT env variable to tor-relay README.md
This commit is contained in:
Christian 2018-06-28 15:52:48 +02:00 committed by GitHub
commit b8148186aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,3 +9,4 @@
| **CONTACT_EMAIL** | Your contact email | none | | **CONTACT_EMAIL** | Your contact email | none |
| **RELAY_BANDWIDTH_RATE** | Limit how much traffic will be allowed through your relay (must be > 20KB/s) | 100 KBytes | | **RELAY_BANDWIDTH_RATE** | Limit how much traffic will be allowed through your relay (must be > 20KB/s) | 100 KBytes |
| **RELAY_BANDWIDTH_BURST** | Allow temporary bursts up to a certain amount | 200 KBytes | | **RELAY_BANDWIDTH_BURST** | Allow temporary bursts up to a certain amount | 200 KBytes |
| **RELAY_PORT** | Default port used for incoming Tor connections (ORPort) | 9001 |