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?

Edit: The reason I need this is that there are some locked up Windows computers I can’t install any traditional VPNs on and that are used by non-tech-savvy people.

I can’t pin the comment with the solution so here’s the link

  • moonpiedumplings@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 hours ago

    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.

    • wildbus8979@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      2 hours ago

      Then SOCKS 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.

      I just had a look at croxy and there’s a TON of data that doesn’t get proxied.

      • moonpiedumplings@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        1 hour ago

        No, Socks5 does not work for this usecase. You don’t get permissions to run it locally via crostini (or use crostini in general) and the relevant proxy 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.