[bisq-network/bisq] Torrc (#1893)

Florian Reimair notifications at github.com
Wed Nov 7 16:34:08 UTC 2018


Makes torrc "editable" via system properties.

### Usage

- use `-Dtorrcfile=/path/to/torrc` to source a valid torrc file from you system
- use `-Dtorrc:key1=value1 -Dtorrc:key2=value2` to append the tor configuration
- use both for a more complex setup

### Examples

- use `-Dtorrc:Socks5Proxy=host[:port]` to configure a Socks5 proxy
- use `-Dtorrcfile=/path/to/customtorrc` with `customtorrc` containing

    ```
    Log info file /tmp/bisq.tor.log
    TruncateLogFile 1
    ```
    to configure raw tor logging for troubleshooting.

### Notes
note that torrc-entries which are critical to the software cannot be overwritten 

bumps [netlayer](https://github.com/JesusMcCloud/netlayer) to 0.4.7  in order to profit from its bugfixes and addresses #965, #829 and thus #413 and #483
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/1893

-- Commit Summary --

  * bumped netlayer to 0.4.7
  * custom torrc file available
  * custom override of torrc
  * got rid of magic strings

-- File Changes --

    M build.gradle (2)
    M gradle/witness/gradle-witness.gradle (12)
    M p2p/src/main/java/bisq/network/p2p/network/TorNetworkNode.java (36)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/1893.patch
https://github.com/bisq-network/bisq/pull/1893.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/1893
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181107/1cb0dcf9/attachment.html>


More information about the bisq-github mailing list