Skip to content

Commit

Permalink
include proxy flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lalanza808 committed Jan 11, 2025
1 parent 96aa22c commit 6ac1b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ services:
- --public-node
- --log-level=0
- --rpc-ssl=disabled
- --proxy=172.31.255.250:9050
- --ban-list=/ban_list.txt
- --tx-proxy=tor,172.31.255.250:9050,disable_noise,24
- --tx-proxy=i2p,172.31.255.251:4447,disable_noise,24
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ services:
- --public-node
- --log-level=0
- --rpc-ssl=disabled
- --proxy=172.31.255.250:9050
- --ban-list=/ban_list.txt
- --tx-proxy=tor,172.31.255.250:9050,disable_noise,24
- --tx-proxy=i2p,172.31.255.251:4447,disable_noise,24
Expand Down

0 comments on commit 6ac1b7f

Please sign in to comment.