Skip to content

Commit

Permalink
Updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ktcunreal committed Sep 8, 2021
1 parent c49bbb1 commit 81cb810
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ Torii reads config.json in current working directory by default

```
{
"serveraddr": "0.0.0.0:8462",
"socksserver": "0.0.0.0:1234",
"tcpserver": 0.0.0.0:2345""
"upstream": "127.0.0.1:8123",
"compression": "snappy",
"key": "some-long-random-passphrase"
}
Expand All @@ -45,8 +47,10 @@ Torii reads config.json in current working directory by default

```
{
"serveraddr": "127.0.0.1:8642",
"clientaddr": "0.0.0.0:1234",
"socksserver": "127.0.0.1:1234",
"socksclient": "0.0.0.0:1080",
"tcpserver": "127.0.0.1:2345",
"tcpclient": "0.0.0.0:1081",
"compression": "snappy",
"key": "some-long-random-passphrase"
}
Expand Down

0 comments on commit 81cb810

Please sign in to comment.