-
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Configuration | ||
============= | ||
|
||
This file documents the config file at ``~/.config/sn0int.toml``. By default | ||
this file does not exist and a default configuration is used instead. | ||
|
||
Configuring a proxy | ||
------------------- | ||
|
||
To enable a proxy, add the following to your config file:: | ||
|
||
[network] | ||
proxy = "127.0.0.1:9050" | ||
|
||
This forces everything through tor and restricts all other functions that | ||
depend on the network. For example the ``dns`` function is fully disabled if a | ||
proxy is configured. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,4 +40,5 @@ Getting Started | |
scripting | ||
database | ||
keyring | ||
config | ||
reference |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ todo | |
:glob: | ||
|
||
usage | ||
config | ||
reference |