7 ms·
Outline – Self Hosted VPN by Google's Jigsaw
- khc 9y agoPage is blank in firefox 60.0b5
- Seanld 9y agoPage displays undefined two times in my browser (not sure what that would be, most likely Android WebView since I'm on Materialistic).
- 7ewis 9y agoIs this something like Streisand [1]? Where it just configures a server to run a VPN service. [1] - https://github.com/StreisandEffect/streisand https://github.com/StreisandEffect/streisand
- asselinpaul 9y agoLooks like it. Interested to know how it compares.
- atonse 9y agoI want something that looks this polished but to be a WireGuard client. :-)
- stralatew 9y agoSomeone has tested it in China and it can get around the Great Firewall. http://startuplivingchina.com/how-to-outline-vpn-setup-china/ http://startuplivingchina.com/how-to-outline-vpn-setup-china... I imagine a multitude of small privately run VPNs will be much harder for the Chinese government to shutdown versus centralized VPN providers.
- cromwellian 9y agoThey don’t just block based on IP, they also do deep packet inspection so if you use say, the OpenVPN protocol without changes, it can be blocked even on a private server.
- stralatew 9y agoOutline uses Shadowsocks (socks5 proxy) instead of OpenVPN, which makes it harder to detect. https://shadowsocks.org/en/index.html https://shadowsocks.org/en/index.html
- xucheng 8y agoThere were several reports that DPI can detect shadowsocks. For example http://ieeexplore.ieee.org/document/8048116/ http://ieeexplore.ieee.org/document/8048116/
- Jyaif 9y agoSounds very very cool. Possibly the simplest way for us geeks to support democracy. I with there was a FAQ though because I have questions: -Can I restrict the traffic? (e.g. I don't want illegal downloads coming from my IP) -How do people discover your VPN? Is there a central repo which lists all Outline VPNs?
- stralatew 9y agoIt is private and permissioned. You deploy the software on a server and create / send access keys to users you know.
- jcrben 8y agoDan Guido, the author of AlgoVPN (https://github.com/trailofbits/algo https://github.com/trailofbits/algo), says this is basically just a copy of it https://mobile.twitter.com/dguido/status/976143448624508928 https://mobile.twitter.com/dguido/status/976143448624508928
- xucheng 8y agoThe claim is bogus. The outline is a just wrapper of shadowsocks, an open source SOCKS5 proxy tool developed since 2012. However, the outline in its current form may indeed have certain license issue. https://github.com/shadowsocks/shadowsocks-libev/issues/1991 https://github.com/shadowsocks/shadowsocks-libev/issues/1991 https://github.com/Jigsaw-Code/outline-client/issues/14 https://github.com/Jigsaw-Code/outline-client/issues/14