aboutsummaryrefslogtreecommitdiff
path: root/src/test/conf_examples/example_1
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-09-12 15:56:32 -0400
committerNick Mathewson <nickm@torproject.org>2019-09-14 19:00:41 -0400
commit2f7be9620b92e922b91e079d6d5cf216ff1509db (patch)
treeb0e9970a076ffa99501a3e1c30c7b77ecbcdb0f9 /src/test/conf_examples/example_1
parent7c7e8402b599515846cbb77ab4cbb5520f8463d8 (diff)
downloadtor-2f7be9620b92e922b91e079d6d5cf216ff1509db.tar.gz
tor-2f7be9620b92e922b91e079d6d5cf216ff1509db.zip
Move our first 3 example conf_examples to named directories
I'm not planning to use "example" as the name for all of them, but these first three _are_ simple examples.
Diffstat (limited to 'src/test/conf_examples/example_1')
-rw-r--r--src/test/conf_examples/example_1/expected2
-rw-r--r--src/test/conf_examples/example_1/torrc5
2 files changed, 7 insertions, 0 deletions
diff --git a/src/test/conf_examples/example_1/expected b/src/test/conf_examples/example_1/expected
new file mode 100644
index 0000000000..9d6688a565
--- /dev/null
+++ b/src/test/conf_examples/example_1/expected
@@ -0,0 +1,2 @@
+ContactInfo tor_tellini@example.com
+SocksPort 80
diff --git a/src/test/conf_examples/example_1/torrc b/src/test/conf_examples/example_1/torrc
new file mode 100644
index 0000000000..bff7fa0aa2
--- /dev/null
+++ b/src/test/conf_examples/example_1/torrc
@@ -0,0 +1,5 @@
+
+# Here is a simple example torrc.
+ SocksPort 80
+
+ContactInfo "tor_tellini@example.com"