Logo
Explore Help
Sign In
github-starred/gerbil
2
0
Fork 0
You've already forked gerbil
mirror of https://github.com/fosrl/gerbil.git synced 2026-03-08 22:52:05 -05:00
Code Issues 8 Packages Projects Releases 8 Wiki Activity

8 Releases 10 Tags

RSS Feed
  • 1.2.2 16aef10cca
    Compare

    Stable

    GiteaMirror released this 2025-10-16 15:41:42 -05:00 | 66 commits to main since this release

    📅 Originally published on GitHub: Thu, 16 Oct 2025 21:30:11 GMT
    🏷️ Git tag created: Thu, 16 Oct 2025 20:41:42 GMT

    What's Changed

    • changed docker image from ubuntu to alpine by @Lokowitz in https://github.com/fosrl/gerbil/pull/24
    • Change default port to 3004 to avoid a conflict with Pangolin's integration API. by @SigmaSquadron in https://github.com/fosrl/gerbil/pull/28
    • Fixes to proxy protocol for downstream proxies when running as the TLS gateway

    BREAKING

    --listen is no longer supporter. The listen port is pulled from --reachableAt for backward compatability due to #28. Please make sure your port is in --reachableAt and ensure you are using the latest Pangolin version for this to be reflected in the database for communication!

    The default port has changed to 3004.

    New Contributors

    • @SigmaSquadron made their first contribution in https://github.com/fosrl/gerbil/pull/28

    Full Changelog: https://github.com/fosrl/gerbil/compare/1.2.1...1.2.2

    Downloads
    • gerbil_linux_amd64
      10 MiB
      2025-11-19 07:02:49 -06:00
    • gerbil_linux_arm64
      9.8 MiB
      2025-11-19 07:02:51 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.2.1 a8a0f92c9b
    Compare

    Stable

    GiteaMirror released this 2025-08-27 16:22:08 -05:00 | 88 commits to main since this release

    📅 Originally published on GitHub: Wed, 27 Aug 2025 21:36:56 GMT
    🏷️ Git tag created: Wed, 27 Aug 2025 21:22:08 GMT

    What's Changed

    • Add proxy protocol by @oschwartz10612 in https://github.com/fosrl/gerbil/pull/23

    BREAKING

    If you are on a managed node and update Gerbil to 1.2.1 you need to allow the proxy protocol with something like the following in your config/traefik_config.yml

    websecure:
        proxyProtocol:
          trustedIPs:
            - 0.0.0.0/0
            - ::1/128
    

    Full Changelog: https://github.com/fosrl/gerbil/compare/1.2.0...1.2.1

    Downloads
    • gerbil_linux_amd64
      10 MiB
      2025-11-19 07:02:42 -06:00
    • gerbil_linux_arm64
      9.8 MiB
      2025-11-19 07:02:45 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.2.0 554b1d55dc
    Compare

    Stable

    GiteaMirror released this 2025-08-23 14:24:21 -05:00 | 91 commits to main since this release

    📅 Originally published on GitHub: Sat, 23 Aug 2025 19:33:35 GMT
    🏷️ Git tag created: Sat, 23 Aug 2025 19:24:21 GMT

    What's Changed

    • update versions and sync go version in all files by @Lokowitz in https://github.com/fosrl/gerbil/pull/20
    • Documentation improvements
    • SNI proxy addition

    Full Changelog: https://github.com/fosrl/gerbil/compare/1.1.0...1.2.0

    Downloads
    • gerbil_linux_amd64
      10 MiB
      2025-11-19 07:02:36 -06:00
    • gerbil_linux_arm64
      9.7 MiB
      2025-11-19 07:02:38 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.1.0 38483f4a26
    Compare

    Stable

    GiteaMirror released this 2025-07-29 00:41:11 -05:00 | 108 commits to main since this release

    📅 Originally published on GitHub: Fri, 01 Aug 2025 16:30:03 GMT
    🏷️ Git tag created: Tue, 29 Jul 2025 05:41:11 GMT

    What's Changed

    Support relaying for Pangolin clients!

    New Contributors

    • @Lokowitz made their first contribution in https://github.com/fosrl/gerbil/pull/10

    Full Changelog: https://github.com/fosrl/gerbil/compare/1.0.0...1.1.0

    Downloads
    • gerbil_linux_amd64
      9.6 MiB
      2025-11-19 07:02:30 -06:00
    • gerbil_linux_arm64
      9.1 MiB
      2025-11-19 07:02:31 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.0.0 cba4dc646d
    Compare

    Stable

    GiteaMirror released this 2025-03-03 22:58:55 -06:00 | 138 commits to main since this release

    📅 Originally published on GitHub: Tue, 04 Mar 2025 05:04:32 GMT
    🏷️ Git tag created: Tue, 04 Mar 2025 04:58:55 GMT

    What's Changed

    • Add CICD by @oschwartz10612 in https://github.com/fosrl/gerbil/pull/8

    Full Changelog: https://github.com/fosrl/gerbil/compare/1.0.0-beta.3...1.0.0

    Downloads
    • gerbil_linux_amd64
      9.3 MiB
      2025-11-19 07:02:23 -06:00
    • gerbil_linux_arm64
      9.0 MiB
      2025-11-19 07:02:26 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.0.0-beta.3 aa4f4ebfab
    Compare

    Stable

    GiteaMirror released this 2025-01-19 16:27:52 -06:00 | 144 commits to main since this release

    📅 Originally published on GitHub: Sun, 19 Jan 2025 22:31:01 GMT
    🏷️ Git tag created: Sun, 19 Jan 2025 22:27:52 GMT

    What's Changed

    • MSS Clamping & Retry Remote Config by @oschwartz10612 in https://github.com/fosrl/gerbil/pull/5

    Full Changelog: https://github.com/fosrl/gerbil/compare/1.0.0-beta.2...1.0.0-beta.3

    Downloads
    • gerbil_linux_amd64
      9.3 MiB
      2025-11-19 07:02:17 -06:00
    • gerbil_linux_arm64
      9.0 MiB
      2025-11-19 07:02:19 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.0.0-beta.2 c04a6ecfd7
    Compare

    Stable

    GiteaMirror released this 2025-01-15 21:37:04 -06:00 | 148 commits to main since this release

    📅 Originally published on GitHub: Thu, 16 Jan 2025 03:39:26 GMT
    🏷️ Git tag created: Thu, 16 Jan 2025 03:37:04 GMT

    What's Changed

    • update CONTRIBUTING.md by @miloschwartz in https://github.com/fosrl/gerbil/pull/2
    • add security policy by @miloschwartz in https://github.com/fosrl/gerbil/pull/3
    • MTU Set to 1280 and Env Var Support by @oschwartz10612 in https://github.com/fosrl/gerbil/pull/4

    Full Changelog: https://github.com/fosrl/gerbil/compare/1.0.0-beta.1...1.0.0-beta.2

    Downloads
    • gerbil_linux_amd64
      9.2 MiB
      2025-11-19 07:02:12 -06:00
    • gerbil_linux_arm64
      8.9 MiB
      2025-11-19 07:02:14 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 1.0.0-beta.1 631b2c4645
    Compare

    Stable

    GiteaMirror released this 2025-01-04 20:23:14 -06:00 | 163 commits to main since this release

    📅 Originally published on GitHub: Sun, 05 Jan 2025 02:33:29 GMT
    🏷️ Git tag created: Sun, 05 Jan 2025 02:23:14 GMT

    First Gerbil Release!

    Full Changelog: https://github.com/fosrl/gerbil/commits/1.0.0-beta.1

    Gerbil is only tested on Linux right now. Compiled binaries are attached below or you can find the Docker container at: https://hub.docker.com/r/fosrl/gerbil

    Downloads
    • gerbil_linux_amd64
      9.2 MiB
      2025-11-19 07:02:07 -06:00
    • gerbil_linux_arm64
      8.9 MiB
      2025-11-19 07:02:09 -06:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.25.4 Page: 82ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API