zecwallet icon indicating copy to clipboard operation
zecwallet copied to clipboard

All external connections through proxy? No! (PRIVACY)

Open russianboss69 opened this issue 5 years ago • 3 comments

If I expose in the config to use tor (proxy = ...) why not make all external connections through a proxy?

QUrl cmcURL("https://api.github.com/repos/ZcashFoundation/zecwallet/releases"); QUrl cmcURL("https://api.coinmarketcap.com/v1/ticker/"); QUrl cmcURL("http://z-board.net/listTopics");

Currently, the wallet is accessing external resources bypassing the proxy server settings. Thus, third-party servers receive information about my IP.

ZEC = Privacy?

russianboss69 avatar Jul 11 '19 11:07 russianboss69

Tcpview log when starting the program:

zecwallet.exe 3696 TCP 192.168.0.155 50060 140.82.118.6 (https://api.github.com/repos/ZcashFoundation/zecwallet/releases) 443 ESTABLISHED 3 zecwallet.exe 3696 TCP 192.168.0.155 50061 104.17.140.178 (https://api.coinmarketcap.com/v1/ticker/) 443 ESTABLISHED 3

Tcpview log when you run Zboard:

zecwallet.exe 3428 TCP 192.168.0.155 50176 79.220.61.249 (http://z-board.net/listTopics) 80 SYN_SENT

All connections bypassing proxy settings.

russianboss69 avatar Jul 11 '19 11:07 russianboss69

  1. https://github.com/ZcashFoundation/zecwallet/issues/161

  2. https://github.com/ZcashFoundation/zecwallet/issues/159

russianboss69 avatar Jul 12 '19 08:07 russianboss69

I did a search for http://z-board.net/listTopics in this repo and did not find any results. Is the wallet still contacting these external servers and bypassing proxy settings? If so, where can I find the offending code?

the-metalworker avatar Mar 09 '21 03:03 the-metalworker