Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: mr-karan/arbok

v0.2.1

31 Jul 11:36

Choose a tag to compare

Changelog

  • 19137a0 feat: improve web UI with wider command blocks and snake favicon

v0.2.0

30 Jul 14:47

Choose a tag to compare

Changelog

  • 2137d34 feat: add troubleshooting section and improve interface naming
  • 8f1acaf feat: migrate from logf to Go's standard slog and fix tunnel shutdown race condition

v0.1.7

29 Jul 19:04

Choose a tag to compare

Changelog

  • 63b0aa2 fix: add missing route for WireGuard CIDR in userspace implementation

v0.1.6

29 Jul 18:49

Choose a tag to compare

Changelog

  • dfb9976 fix: assign server first IP from CIDR range instead of entire subnet

v0.1.5

29 Jul 18:36

Choose a tag to compare

Changelog

  • 4a13189 fix: add missing server.endpoint config parsing

v0.1.4

29 Jul 17:23

Choose a tag to compare

Changelog

  • b10b826 feat: use wg.conf instead of tunnel.conf for better differentiation
  • 216fddc fix: correct WireGuard config generation format string

v0.1.3

29 Jul 16:47

Choose a tag to compare

Changelog

v0.1.2

29 Jul 16:44

Choose a tag to compare

Changelog

  • f220262 feat: implement clean routing architecture and enhanced UX
  • 7038d29 feat: simplify tunnel provisioning to single approach

v0.1.1

29 Jul 14:45

Choose a tag to compare

Changelog

  • 7ae3607 fix: move auth middleware to only protect /api endpoints
  • b5089c4 fix: update goreleaser format_overrides to use 'formats' instead of deprecated 'format'

v0.1.0

29 Jul 11:11

Choose a tag to compare

Changelog

  • 03170aa Initial commit
  • c315d4e feat: complete arbok modernization with embedded website and CI/CD
  • faa1fde feat: init server implementation
  • 7568cfc fix: add extra_files to goreleaser docker config for config.sample.toml
  • 9fa1a22 fix: create separate Dockerfile for goreleaser builds
  • 43e35f9 fix: resolve all golangci-lint issues
  • d97de31 fix: simplify dockerfile and update github actions to latest versions