client/container: add proxychains, implement Tor support #118

Merged
AaronFiore merged 0 commits from refs/pull/118/head into master 2024-08-16 04:35:13 +00:00
AaronFiore commented 2024-08-15 05:18:10 +00:00 (Migrated from gitea.com)

Description

client: Dockerfiles: add proxychains-ng package

  • Needed for Tor support (and any potential future proxy support).

client: plugins: implement Tor plugin (tor.bash)

  • Creates, prepares and manages containerized Tor instance
  • Prepares a running docker-finance container to proxy
    (proxychains-ng) through the containerized Tor instance

container: lib_fetch: implement Tor support

  • Adds 'tor' option
  • Uses proxychains-ng
  • Expects docker-finance's Tor plugin

client: manifest: add proxychains-ng package

Resolves #4.

Agreement

### Description client: Dockerfiles: add proxychains-ng package - Needed for Tor support (and any potential future proxy support). client: plugins: implement Tor plugin (tor.bash) - Creates, prepares and manages containerized Tor instance - Prepares a running docker-finance container to proxy (`proxychains-ng`) through the containerized Tor instance container: lib_fetch: implement Tor support - Adds 'tor' option - Uses `proxychains-ng` - Expects docker-finance's Tor plugin client: manifest: add proxychains-ng package Resolves #4. ### Agreement - [x] I have read and understood the [Development](https://gitea.com/EvergreenCrypto/docker-finance#development) and [License](https://gitea.com/EvergreenCrypto/docker-finance#license-and-disclaimer) documentation
AaronFiore commented 2024-08-16 04:36:49 +00:00 (Migrated from gitea.com)

Note: a host tcpdump confirms expected functionality.

Note: a host `tcpdump` confirms expected functionality.
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Reference: EvergreenCrypto/docker-finance#118