Mohammad Fatemi

Results 8 comments of Mohammad Fatemi

one solution that currently works is [`v2ray`](https://github.com/v2fly/v2ray-core). I use the following schema to bypass restrictions: ``` Client (v2ray or shadowsocks) -> v2ray shadowsocks inbound (Iran) -> v2ray shadowsocks/VMess outbound (Iran)...

Currently, mobile networks are affected the most by censorship. At certain times of day (normally 5 pm - 12 am) these networks can only access **internal services**. Residential networks (home...

I provided a v2ray config > one solution that currently works is [`v2ray`](https://github.com/v2fly/v2ray-core). It's not perfect, but it will allow you to bypass network restrictions.

Hi, As I've last checked with the master branch. This hasn't been implemented yet and I'm interested in helping out if that's OK. I'm fairly new to Rust and so...

Hi, Thank you for the review. Sorry, I've postponed some lint/doc issues for later and wanted to see if the general idea looked good. I'll try to address these issues...

Hi again, > One way would be to add support for multiple URLs for the regular redis client as well. It could just try the provided connection infos in order...

Hi, I've tried fixing the CI pipeline. As for the config comment, I'll try sending another PR for that if that's OK.

I'm fairly new to Rust, so I apologize beforehand if I ask obvious questions. Based on current implementations of `Client` and `ClusterClient`. I think by combining changes from cluster and...