Update README, reference config files and Docker with the new SOCKS config

This commit is contained in:
Felipe Knorr Kuhn
2022-02-03 23:21:19 -08:00
parent 0a954e8bcf
commit 8a996cedb4
4 changed files with 46 additions and 0 deletions

View File

@@ -58,5 +58,12 @@
"BISQ": {
"ENABLED": __BISQ_ENABLED__,
"DATA_PATH": "__BISQ_DATA_PATH__"
},
"SOCKS5PROXY": {
"ENABLED": __SOCKS5PROXY_ENABLED__,
"HOST": "__SOCKS5PROXY_HOST__",
"PORT": "__SOCKS5PROXY_PORT__",
"USERNAME": "__SOCKS5PROXY_USERNAME__",
"PASSWORD": "__SOCKS5PROXY_PASSWORD__"
}
}