this post was submitted on 24 Aug 2023
218 points (97.4% liked)

linuxmemes

20707 readers
1893 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

for those who don't know:

snowflake is a project by TOR that allows people to access censored services. Anyone can run a snowflake proxy. I'm using their firefox extension. more details here: https://snowflake.torproject.org/

you are viewing a single comment's thread
view the rest of the comments
[–] kev@lemmy.kevhomeit.trade 36 points 1 year ago (2 children)

Any repercussions by doing this?

[–] 0v0@sopuli.xyz 69 points 1 year ago (2 children)

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.

[–] Anomander@kbin.social 26 points 1 year ago

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.

[–] ares35@kbin.social 16 points 1 year ago (1 children)

so. basically alternative tor entry points you can run in your browser for those who can't connect directly to the tor network themselves?

[–] 0v0@sopuli.xyz 12 points 1 year ago

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).

[–] lemmesay@discuss.tchncs.de 18 points 1 year ago* (last edited 1 year ago)

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.