Turasa / libsignal-service-java

GNU General Public License v3.0
37 stars 21 forks source link

Proxy does not effect #26

Closed hoangatpaygate closed 2 years ago

hoangatpaygate commented 3 years ago

Hello, I have tried to use an HTTP proxy but it does not work. Could you provide some tips to use the proxy? Another question is that could I use sock proxy?

Thanks

AsamK commented 2 years ago

proxy can be configured with java properties

-Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=8080 -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=8080