linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.
Any repercussions by doing this?
The snowflake proxy acts as a bridge to the tor network at the entry side. If by repercussions you mean risk of exit-node traffic, there are none. It might cost a little bit of bandwidth.
There's the necessary info, thank you! - I've heard horror stories about hosting exit nodes, and was immediately spooked this would result in the same issues.
so. basically alternative tor entry points you can run in your browser for those who can't connect directly to the tor network themselves?
Indeed. This works because direct connections to the tor network are easily censored, but WebRTC is not (not without a lot of collateral damage at least).
I've been doing it for quite a few months now, and I haven't met any.
it's basically a WebRTC connection between snowflake extension, and someone using tor. WebRTC is a common medium for peer-to-peer communication, so it can't be blocked easily. Many popular services use WebRTC. e.g.: Matrix protocol, video conferencing services like jitisi meet, etc.
And here I thought Snowflake was just a slow but scalable database.
It's also a data lake marketplace!
Today I Learned
I wasn’t aware my country had online censored services. Is there a way to see what Canada even has censored?
OONI Probe (it's in the F-Droid "Guardian Project Official Releases" repository)
Is OONI probe really reliable? It's saying that nothing's blocked in my country even if we're literally under authoritarian rule.
Mine is in docker. I don't know if I can see the stats
You can, just have to pull the logs. If you use Portainer you can view them via the web interface under the container > logs.
thanks
I run multiple snowflakes in a docker container. They each have an average of 8 connections per hour
Rarely more than 3-4 per day nowadays, often not even 1. About a year ago it was easily in the double digits any given day.
I didn't know Firefox had a extension like that. I have Orbot set to when I'm on WiFi it opens a snowflake proxy. I have helped 29 people this week using orbot.
Good to know. I'm gonna host a standalone proxy
Thanks for telling me, I just installed it!
What's the difference between this and a VPN? Aside from torrent sites what is actually censored?
This has nothing to do with torrents. Tor is a browser as well as a service of 3-chain proxies(triple vpn so that none of the three servers have all necessary information to find you or what you're accessing. Snowflake proxy is run locally and acts somewhat like a proxy running in your device helping others to access internet via you to circumvent censorship which happens kn their region and not in your region
I have almost no knowledge on this topic but if it's just their request going through your computer, is that not how vpns work? Also what happens if they're searching illegal topics in your region, like criminal stuff, I'd assume you could get in trouble for that?
I said "triple layered vpn" because its somewhat like a vpn. But triple layers means the other person is accessing the internet through your computer and also through other conputers as well so that you cannot compromise the anonymity of the user because you are only one in three nodes. If you are end node, you can get info about the sites they visit but no information about who they are(not even ip because only first node gets that). The first node can see who you are but does not know what sites you visit(only third node knows that) and second node does not know about both of theese but has the information to identify the two end nodes and also makes sure that first node does not know the last node.
Ok I see, so running this is basically like running a Tor node, with the same risks involved as well?
Snowflake is for places where the tor network itself is blocked. You can uncensored internet with tor but if tor is blocked, you have to use some bridges to connect to tor network. But bridges needs to be configured and people who host bridges have some expense to keep it online. Snowflake is a temporary bridge which anyone can enable anytime and stop anytime. People who tries to connect through snowflake can easily connect automatically to any active snowflake proxies and also find a new snowflake proxy when current one goes offline.
I see, thanks for explaining
just spun it up on Docker, anyone know how to monitor its use?
Turns out its in the logs, whoohoo!
thanks for sharing mate, I'll run it on server too!
18
A snowflake with eight branches... *sobs
Cool project, though
First time hearing about this. Installed it on both my laptop and desktop. Helped 3 people so far :)