• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: February 8th, 2025

help-circle

  • Traefik is what it uses to proxy things. You’re comparing a full suite of tools with just one piece.

    I mean, that’s debatable. Taking a look at their docker-compose.yml there are 3 containers they recommend running, with a 4 optional container.

    To say this is a “full-suite” is a bit much when majority of the heavy lifting is done by Traefik, the middleware’s you assign to Traefik and WireGuard. Pangolin if I’m reading this correctly;

    “Pangolin combines reverse proxy and VPN capabilities into one platform.”

    Which is great! However as I mentioned previously, does not integrate well when these services are already setup to work standalone.

    I suspect the same reaction from folks when they hear “download pangolin from the App Store, and use xyz credentials to connect.” And “download WireGuard from the App Store, and use xyz file to connect.”





  • I believe it still relies on Reddit’s APi however, the token used is regularly refreshed to circumvent their rate limiting.

    OAuth token spoofing: To circumvent rate limits imposed by Reddit, OAuth token spoofing is used to mimick the most common iOS and Android clients. While spoofing both iOS and Android clients was explored, only the Android client was chosen due to content restrictions when using an anonymous iOS client.

    Token refreshing: The authentication token is refreshed every 24 hours, emulating the behavior of the official Android app.

    HTTP header mimicking: Efforts are made to send along as many of the official app’s headers as possible to reduce the likelihood of Reddit’s crackdown on Redlib’s requests.