Update tor outbound doc

This commit is contained in:
Pedro de la Cruz Jr 2023-12-06 21:22:57 -06:00 committed by GitHub
parent e839711d43
commit 8041d7ba25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"extra_args": [], "extra_args": [],
"data_directory": "$HOME/.cache/tor", "data_directory": "$HOME/.cache/tor",
"torrc": { "torrc": {
"ClientOnly": 1 "ClientOnly": "1"
}, },
... // Dial Fields ... // Dial Fields

View File

@ -9,7 +9,7 @@
"extra_args": [], "extra_args": [],
"data_directory": "$HOME/.cache/tor", "data_directory": "$HOME/.cache/tor",
"torrc": { "torrc": {
"ClientOnly": 1 "ClientOnly": "1"
}, },
... // 拨号字段 ... // 拨号字段