Home

An actually functional webproxy to self-host

$$10486
https://lemmy.ml/u/myszka posted on Mar 11, 2026 13:29

I’ve been looking for a webproxy that would work with big websites like YouTube. So far I’ve found only very outdated and abandoned ones. Is there any up-to-date and actually functional webproxy I could host?

https://lemmy.ml/post/44338084
Reply
$$10496
https://sh.itjust.works/u/wildbus8979 posted on Mar 11, 2026 14:14
In reply to: https://lemmy.ml/post/44338084

What exactly do you mean by web proxy? Something like Invidious? An http proxy? A SOCKS5 proxy?

https://sh.itjust.works/comment/24228293
Reply
$$10499
https://lemmy.ml/u/myszka posted on Mar 11, 2026 14:34
In reply to: https://sh.itjust.works/comment/24228293

Close to invidious but not specific to any particular site. A page that allows to open other pages through it, like a browser inside a web page except it’s only for opening a website and has no other browser functionality. Here’s a proprietary example: croxyproxy.com

https://lemmy.ml/comment/24469766
Reply
$$10505
https://lemmy.world/u/irmadlad posted on Mar 11, 2026 15:34
In reply to: https://lemmy.ml/post/44338084

Why not run your own socks5 proxy server?

https://lemmy.world/comment/22602834
Reply
$$10511
https://sh.itjust.works/u/wildbus8979 posted on Mar 11, 2026 15:52
In reply to: https://lemmy.ml/comment/24469766

Yeah what you want is a SOCKS5 proxy.

https://sh.itjust.works/comment/24230193
Reply
$$10516
https://pie.gravitywell.xyz/u/gravitas posted on Mar 11, 2026 16:10
In reply to: https://lemmy.ml/post/44338084

Dante is what ive always used.

https://pie.gravitywell.xyz/comment/822218
Reply
$$10517
https://piefed.ca/u/linuxguy posted on Mar 11, 2026 16:10
In reply to: https://lemmy.ml/post/44338084

Ssh includes a built in socks proxy. What are you actually trying to accomplish?

https://piefed.ca/comment/3805461
Reply
$$10569
https://programming.dev/u/moonpiedumplings posted on Mar 11, 2026 18:30
In reply to: https://lemmy.ml/post/44338084

Yeah you want the titanium networks projects.

I used to use Metallic.

https://programming.dev/comment/22662028
Reply
$$10571
https://programming.dev/u/moonpiedumplings posted on Mar 11, 2026 18:34
In reply to: https://sh.itjust.works/comment/24230193

These kinds of setups are used to bypass agressive network filtering and content censhorship. All the traffic is http(s). And then the way only a browser is needed means it works on locked down devices like chromebooks.

The browser in docker is something I have used, but it requires more resources to host and can only be used by one person at once if you are using something like linuxserver’s webtop.

https://programming.dev/comment/22662085
Reply
$$10573
https://sh.itjust.works/u/wildbus8979 posted on Mar 11, 2026 18:44
In reply to: https://programming.dev/comment/22662085

Then EOCKS is what you want. It can be used on a Chromebook as well.

These proxying websites are running full browser instances in the background. It’s the only way to guarantee all the traffic is routed through it.

https://sh.itjust.works/comment/24233278
Reply
$$10582
https://aussie.zone/u/TheHolm posted on Mar 11, 2026 18:55
In reply to: https://lemmy.ml/post/44338084

you can’t going wrong with squid. It was around forever, and still in development.

https://aussie.zone/comment/21873053
Reply
$$10585
https://programming.dev/u/moonpiedumplings posted on Mar 11, 2026 19:09
In reply to: https://sh.itjust.works/comment/24233278

No, Socks5 does not work for this usecase. You don’t get permissions to run it locally via crostini and the settings are locked in the chromebook settings. In addition to this, it is too easy to fingerprint, and some of the more aggressive setups will catch it and block it. For example, my high school would autodetect wireguard and then kick you off of the network for 10 minutes if you attempted to connect.

https://programming.dev/comment/22662692
Reply
$$10594
https://sopuli.xyz/u/IsoKiero posted on Mar 11, 2026 19:33
In reply to: https://aussie.zone/comment/21873053

I agree. It’s a bit tedious to configure, but rock solid and has all the features you could ask from a proxy.

https://sopuli.xyz/comment/22370230
Reply
$$10602
https://lemmy.ml/u/myszka posted on Mar 11, 2026 20:06
In reply to: https://sh.itjust.works/comment/24230193

Thanks! SOCKS5 proxy is a good option, I don’t know why I didn’t think of it from the very beginning…

My goal is to bypass local censorship on university computers that don’t allow running any executables except those provided by the administrator. And I’m trying to help professors who aren’t particularly tech-savvy, so a webproxy is actually still a better option.

https://lemmy.ml/comment/24476403
Reply
$$10603
https://lemmy.ml/u/myszka posted on Mar 11, 2026 20:10
In reply to: https://programming.dev/comment/22662028

That’s exactly what I need, thanks!

https://lemmy.ml/comment/24476479
Reply
$$10604
https://lemmy.ml/u/myszka posted on Mar 11, 2026 20:12
In reply to: https://aussie.zone/comment/21873053

Thanks! I’ll look into it

https://lemmy.ml/comment/24476511
Reply
$$10605
https://lemmy.ml/u/myszka posted on Mar 11, 2026 20:14
In reply to: https://piefed.ca/comment/3805461

I’m trying to find an alternative to VPN to be used on a locked up Windows device I can’t install any apps on. And it should be easy enough to be usable by non-tech-savvy people. @moonpiedumplings@programming.dev already provided a good solution

https://lemmy.ml/comment/24476563
Reply
$$10611
https://lemmy.decronym.xyz/u/Decronym posted on Mar 11, 2026 20:20
In reply to: https://lemmy.ml/post/44338084

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

Fewer Letters More Letters
HTTP Hypertext Transfer Protocol, the Web
VPN Virtual Private Network
VPS Virtual Private Server (opposed to shared hosting)

[Thread #155 for this comm, first seen 11th Mar 2026, 20:20] [FAQ] [Full list] [Contact] [Source code]

https://lemmy.decronym.xyz/comment/17274
Reply
$$10864
https://lemmy.gf4.pw/u/ki9 posted on Mar 12, 2026 10:30
In reply to: https://lemmy.ml/post/44338084

This ones been up-to-date since 1997

http://anonymouse.org/anonwww.html

I don’t think any other commenters know what you’re talking about.

https://lemmy.gf4.pw/comment/71173
Reply
$$10880
https://piefed.blahaj.zone/u/sem posted on Mar 12, 2026 11:28
In reply to: https://lemmy.ml/comment/24476563

If I’m understanding, this is like the old trick of using Google translate to bypass web blacklists.

But it won’t work for networks which implement whitelists.

https://piefed.blahaj.zone/comment/3694440
Reply
$$10899
https://pawb.social/u/jode posted on Mar 12, 2026 12:24
In reply to: https://lemmy.gf4.pw/comment/71173

Wow I used that to play miniclip games at school in like 2007 I can’t believe it still exists.

https://pawb.social/comment/21107196
Reply
$$10948
https://programming.dev/u/moonpiedumplings posted on Mar 12, 2026 16:40
In reply to: https://piefed.blahaj.zone/comment/3694440

So, my high school used to have a domain/ip whitelist. The trick to get around whitelists is to take advandage of the fact that whole subdomains would be included in the whitelist, which would then also include any ip addresses.

Any duckdns subdomain, or anything hosted on many cloud providers would be unblocked.

So holy unblocker has a one click deploy, which can deploy to PaaS sites which would usually have their entire ip address space and subdomains included in the whitelist.

@myszka@lemmy.ml

https://programming.dev/comment/22680717
Reply
$$10960
https://programming.dev/u/moonpiedumplings posted on Mar 12, 2026 17:06
In reply to: https://lemmy.ml/comment/24476403

By the way: https://en.wikipedia.org/wiki/Shadow_IT

https://programming.dev/comment/22681217
Reply
$$10986
https://piefed.blahaj.zone/u/sem posted on Mar 12, 2026 19:06
In reply to: https://programming.dev/comment/22680717

Sweet!

https://piefed.blahaj.zone/comment/3700666
Reply
$$11674
https://lemmy.ml/u/myszka posted on Mar 13, 2026 23:08
In reply to: https://programming.dev/comment/22680717

Wow, that’s pretty neat, thanks!

https://lemmy.ml/comment/24523946
Reply