summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-10-11 17:30:17 -0400
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-10-11 17:30:17 -0400
commit3a9a7cca01cdcdefc84256fdffbedfdaa3944f9c (patch)
treec917f6b097ffaa5597209c2a4e9eaca9d5a9795b
parenta8c13d73fbc7af65b5b6c5059e9d4246f5984472 (diff)
a few markdown fixes
-rw-r--r--README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index 8b1288d..2f2ebf2 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
* [Usage](#usage)
* [Installing tor](#installing-tor)
* [Configuring SOCKS](#configuring-socks)
- * [Installing torsocks](#installing-torsock)
+ * [Installing torsocks](#installing-torsocks)
* [Configuring relays](#configuring-relays)
* [Configuring the control](#configuring-control)
* [Configuring hidden services](#configuring-hidden-services)
@@ -134,15 +134,15 @@ version installed.
An example relay configuration:
- tor::daemon::relay { "foobar":
- port => '9001',
- listen_addresses => '192.168.0.1',
- address => '192.168.0.1',
- bandwidth_rate => '256',
- bandwidth_burst => '256',
- contact_info => "Foo <collective at example dot com>",
- my_family => '<long family string here>';
- }
+ tor::daemon::relay { "foobar":
+ port => '9001',
+ listen_addresses => '192.168.0.1',
+ address => '192.168.0.1',
+ bandwidth_rate => '256',
+ bandwidth_burst => '256',
+ contact_info => "Foo <collective at example dot com>",
+ my_family => '<long family string here>';
+ }
You have the following options that can be passed to a relay, with the defaults
shown:
@@ -166,8 +166,8 @@ shown:
## Configuring the control<a name="configuring-control"></a>
-To pass parameters to configure the ControlPort and the HashedControlPassword,
-you would do something like this:
+To pass parameters to configure the `ControlPort` and the
+`HashedControlPassword`, you would do something like this:
tor::daemon::control { "foo-control":
port => '80',