File tree 1 file changed +13
-12
lines changed
1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -16,22 +16,23 @@ dotnet tool update -g dotnet-tor
16
16
Usage:
17
17
18
18
```
19
- > dotnet echo -?
20
- echo
21
- A trivial program that echoes whatever is sent to it via HTTP.
19
+ > dotnet tor -?
20
+ tor
21
+ Tor proxy service
22
22
23
23
Usage:
24
- echo [options]
24
+ tor [options] [command ]
25
25
26
26
Options:
27
- -p, --prefix <prefix> Prefix to listen on such as http://127.0.0.0:80/ [default: http://*:80/]
28
- --version Show version information
29
- -?, -h, --help Show help and usage information
27
+ -p, --proxy <proxy> Proxy port [default: 1337]
28
+ -s, --socks <socks> Socks port [default: 1338]
29
+ -c, --control <control> Control port [default: 1339]
30
+ --version Show version information
31
+ -?, -h, --help Show help and usage information
32
+
33
+ Commands:
34
+ config Edits the full torrc configuration file.
30
35
```
31
36
32
37
The program will automatically check for updates once a day and recommend updating
33
- if there is a new version available.
34
-
35
- An example of the output during execution:
36
-
37
- ![ ] ( assets/img/echo.gif )
38
+ if there is a new version available.
You can’t perform that action at this time.
0 commit comments