Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is more resistance to blockage v2ray, xray or ShadowssocksR? #147

Open
nDman opened this issue Oct 26, 2022 · 12 comments
Open

What is more resistance to blockage v2ray, xray or ShadowssocksR? #147

nDman opened this issue Oct 26, 2022 · 12 comments

Comments

@nDman
Copy link

nDman commented Oct 26, 2022

Hi
Currently I have a private SSR server which is working perfectly but I read that it can be blocked.
Because I live in Iran I like to make my server more resistance to blockage.

@nDman
Copy link
Author

nDman commented Oct 26, 2022

I must mention I have Openvpn server on my vps and I connect to it trough SSR server. in this way I can tunnel the whole OS but it decrease the connection speed by 1/3 to 1/2.

@poorp
Copy link

poorp commented Oct 26, 2022

xray is in my experience your safest bet. Try vless+ws.
Clients that support vless are:
Windows : V2rayN or Netch
Android : V2rayNG and many others
IOS : there is an app in appstore called "Fair"
Ubuntu : you can use the cli and install xray-core directly or try "V2rayA"

@nDman
Copy link
Author

nDman commented Oct 26, 2022

Thank you for your recommendation. I will try it.
Is this a valid way to do it: Install VLESS with XTLS based on xray core?
or this one: How to Create a VLESS WebSocket TLS CDN Server?

@poorp
Copy link

poorp commented Oct 28, 2022

or this one:

Both of them should work as long as you find an Iranian CDN that you can use instead of Cloudflare because Cloudflare seems to be blocked (and all other non-Iranian CDNs afaik).
You could also just skip the TLS (domain an CDN) part and just use vless + ws but it could make your server sus and more prone to being blocked specially if a lot of traffic is going through it.

@nDman
Copy link
Author

nDman commented Oct 28, 2022

My host is outside of Iran so no problem about Cloudflare, it blocked for hosts inside Iran.
Thanks you so much 💚

@free-the-internet
Copy link

My host is outside of Iran so no problem about Cloudflare, it blocked for hosts inside Iran. Thanks you so much green_heart

CloudFlare is in front of your host, no matter where your server is, if you use CDN, the client must contact the CDN first. If CF is blocked in Iran, simply, you can't use it.

@free-the-internet
Copy link

free-the-internet commented Oct 28, 2022

I must mention I have Openvpn server on my vps and I connect to it trough SSR server. in this way I can tunnel the whole OS but it decrease the connection speed by 1/3 to 1/2.

Do not use OpenVPN on top of SSR. There are tools to pass the data through Tun/Tap interface that can forward the traffic with your proxy:
DATA <----> TAP <----> SSR CLIENT <-----------------> SSR SERVER
For windows and Linux see this: #143

Also, look at this repo https://github.com/SagerNet

@free-the-internet
Copy link

Hi Currently I have a private SSR server which is working perfectly but I read that it can be blocked. Because I live in Iran I like to make my server more resistance to blockage.

Which version of SSR are you using? Could you provide a link?

@nDman
Copy link
Author

nDman commented Oct 29, 2022

Installed it with teddysun's installer script.

@nDman
Copy link
Author

nDman commented Oct 29, 2022

My host is outside of Iran so no problem about Cloudflare, it blocked for hosts inside Iran. Thanks you so much green_heart

CloudFlare is in front of your host, no matter where your server is, if you use CDN, the client must contact the CDN first. If CF is blocked in Iran, simply, you can't use it.

Hmm, already setup-ed my domain with cloudflare and I can open my site without vpn. 🤔
I found this article about: cloudflare in iran
Just some cloudflare ips blocked in Iran and if we make another account we may get an ip which is not blocked, mine is working.
Also cloudflare ssl won't work with .ir domains, mine isn't.

@free-the-internet
Copy link

Installed it with teddysun's installer script.

Tha's the old one with vulnerabilities, and prone to being blocked.
use this: https://github.com/shadowsocks/shadowsocks-rust

I found this article about: cloudflare in iran

Always better to tell where is the destination of the link specially if you are directing the user from here to Iranian websites operating inside of Iran.

@Bryan2333
Copy link

try NaïveProxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants