diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-12 15:56:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-14 19:00:41 -0400 |
commit | 2f7be9620b92e922b91e079d6d5cf216ff1509db (patch) | |
tree | b0e9970a076ffa99501a3e1c30c7b77ecbcdb0f9 /src/test/conf_examples/example_1 | |
parent | 7c7e8402b599515846cbb77ab4cbb5520f8463d8 (diff) | |
download | tor-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/expected | 2 | ||||
-rw-r--r-- | src/test/conf_examples/example_1/torrc | 5 |
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" |