Live data from Hacker News

Russia Starts Blocking VPN Protocols

vpncentral.com

151–160 of 166 posts

Re: Russia Starts Blocking VPN Protocols

#151
post #81

Earlier quoted context omitted.

Who would use unsafe Java to write "security-critical" software?

I don't think you understand the words written yourself. At least provide some relevant, convincing examples instead of throwing these claims around.

I bet he understands Java fully but is just joking here to make a debate...

Re: Russia Starts Blocking VPN Protocols

#152

Earlier quoted context omitted.

Edit: I literally found the article from my childhood project of replicating the website of the article, sitting in Google Drive trash, awaiting the 30days deletion. I searched for the exact title and indeed the article is nuked from the entire internet including webarchive except mere links on FB and Twitter. Three letter guys caught red handed. Here's the data of the article: https://drive.google.com/drive/folders/…

Oh that’s not hard to find https://en.m.wikipedia.org/wiki/Ahmed_Omar_Abu_Ali I agree, this is egregious. At least I’m allowed to say that and advocate strongly against such stuff without fear of reprisal. In many parts of the world I wouldn’t be allowed to criticize the government. (In fact I’m vacationing in one right now) Edit: I think the fact that typing his name into a browser provided me not just Wikipedia but…

Yeah, the case is on wikipedia but the original article from muslimskeptic.com is gone. I found the article last time from webarchive, the article is gone from there too. I appreciate you as well.

Re: Russia Starts Blocking VPN Protocols

#153
post #94

Earlier quoted context omitted.

Why would you need a national software stack when there's open source solutions for everything?

Tech nerds often don't realize how much the world of software is subject to the real world. You can be cut off access to any technology if your country is not willing to give its natural resources to another. No different from trade sanctions. Open source is a bunch of individuals helpless in the face of orders from Pentagon to close it all up. * You won't have the expertise to quickly build your own solutions when t…

You mean they block SSL and you have to use plain HTTP?

Re: Russia Starts Blocking VPN Protocols

#154
post #146

Earlier quoted context omitted.

I don't think this take understands Java's position, relevance, or the roles it serves. Or even what are the important categories, driving most of software development (it's not enulators, broswers -of which they're just a handful, all in C++, or "basic software" whatever that means). For starters, Java is by no means used just in "corporateware", if this means some intranet stuff. It's also hugely dominant in server…

That doesn't say anything about CVE's and the issues on being not so performant against the new iterations of C# or even PHP >7. I know that if you were to work in any company, Java would ve everywhere, but today the times changes. Even the Crustacean lang it's preferable againt Java on big backends. On the ligther workloads, Golang works great and it solves the multiplatform issue by crosscompiling from anywhere to…

These sound like musings based on "coolness factor" and hype, with a very distorted sense of the facts on the ground. Like the kind one gets from reading about various technologies or tinkering rather than actually working with them.

In any case, there's some serious lack of seriousness in the above. I mean, Java "not so performant against the new iterations of C# or even PHP >7"?

Re: Russia Starts Blocking VPN Protocols

#155
post #51

Earlier quoted context omitted.

What do you mean by "unsafe Java"?? Do you mean Java as a language is somehow unsafe? I beg to disagree - it's one of the most scrutinized platforms you can find and widely used in all sorts of security critical software everywhere.

Java has soooo many security vulnerabilities - just browse around a bit...

Java libraries with security holes aren't java.

Re: Russia Starts Blocking VPN Protocols

#156
post #60

Earlier quoted context omitted.

This isn't about cracking down on piracy or anything of that sort. It's about slowly getting control of the media and information channels that Russian people have access to. The same playbook that China has been using since forever. Authorities have been encouraging popular Internet celebrities to start posting their content on local networks/apps, so in time Western media sources like Youtube and Twitter will be bl…

I don't live in China. Yet I'd very much like my country having its own national software stack (OS, search engine, browser, social media apps). All is fine for you guys in the US, but you forget when our national interests conflict with yours or big tech corporations or when the privacy of our citizens is concerned, it happens to be a national security issue. I trust my own government to not spy on me unnecessarily,…

But are you going to block the US/Europe on your national network so that your citizens live in a silo. Are you afraid of free flow of information or of your citizens seeing it? That's what Russia, China, and North Korea do, is that what you want in your country?

Re: Russia Starts Blocking VPN Protocols

#157
post #4

sadly, wireguard/openvpn does not not provide any obfuscation mechanism at protocol level

I think this is a good thing. Apply obfuscation on top of WireGuard, that way you can have the functionality and security of the WireGuard tunnel and swap between different obfuscation techniques as needed.

Is there a mechanism to apply obfuscation on top of wireguard on latest Ubuntu stable? AFAIK wireguard is built inside the kernel.

Re: Russia Starts Blocking VPN Protocols

#159
post #14

I have been researching VPN protocols that work in China and found that Xray [0] is the most recommended route to escape the GFW. An ideal VPN setup is one where packets appear as normal https traffic. Some VPN setups take it a step further and proxy the traffic through Cloudflare. Setting all this up is nowhere as easy as Wireguard. Coincidentally, I came across this project on Github earlier today which is an obfus…

Is it possible to tunnel over SSH through GFW? User connects to server inside GFW, which tunnels outside, and onto the web?

Yes. I lived in China and that’s how I accessed the internet when my VPN got blocked. They block the port if you connect to it for too long though. Then you will no longer have ssh access to your server without a vpn.

Re: Russia Starts Blocking VPN Protocols

#160
post #14

I have been researching VPN protocols that work in China and found that Xray [0] is the most recommended route to escape the GFW. An ideal VPN setup is one where packets appear as normal https traffic. Some VPN setups take it a step further and proxy the traffic through Cloudflare. Setting all this up is nowhere as easy as Wireguard. Coincidentally, I came across this project on Github earlier today which is an obfus…

X-ray is not the protocol. It’s called Trojan-gfw. X-ray a tool using it. The original (unmaintained) implementation: https://github.com/trojan-gfw/trojan
Post reply on HN