1
0
Fork
You've already forked bostr2
0
forked from Yonle/bostr2
bostr next generation
  • Go 87.2%
  • Shell 9.3%
  • Dockerfile 1.8%
  • Makefile 1.7%
Find a file
2026年03月04日 19:50:48 +01:00
pingpong ping pong to client 2024年08月24日 13:32:56 +07:00
relayHandler finish up NOC-02 client 2025年05月08日 19:42:12 +07:00
.gitignore add build-release-binaries.sh 2025年01月25日 23:45:18 +07:00
auth.go add auth 2025年09月19日 22:02:19 +07:00
bouncer.go add auth 2025年09月19日 22:02:19 +07:00
build-release-binaries.sh build-release-binaries.sh: disable cgo 2025年01月26日 09:23:24 +07:00
config.example.yaml add auth 2025年09月19日 22:02:19 +07:00
config.go add auth 2025年09月19日 22:02:19 +07:00
Dockerfile build: add healthcheck to Dockerfile 2026年03月04日 19:50:48 +01:00
go.mod go.mod: bump dependencies 2025年09月15日 14:03:46 +07:00
go.sum go.mod: bump dependencies 2025年09月15日 14:03:46 +07:00
http.go finish up NOC-02 client 2025年05月08日 19:42:12 +07:00
killer.go 429 instead of hijack and kill 2024年08月24日 09:47:09 +07:00
LICENSE update LICENSE 2025年02月16日 10:26:01 +07:00
main.go add auth 2025年09月19日 22:02:19 +07:00
Makefile introduce connections per ip ratelimit 2024年08月23日 22:40:56 +07:00
ratelimiter.go yeah yeah. i know. you hate concurrent read/write. 2024年08月24日 20:38:06 +07:00
README.md Bump dependencies & update readme 2025年05月08日 14:18:12 +07:00
tracker.go finish up NOC-02 client 2025年05月08日 19:42:12 +07:00
websocket.go add auth 2025年09月19日 22:02:19 +07:00

bostr2

bostr next generation

Installation instructions

You will need to install Go on your system. After installation, run the following command:

go install codeberg.org/Yonle/bostr2@latest

Then run:

export PATH=$HOME/go/bin:$PATH
bostr2

You may need to manually configure a reverse proxy on your server (could be nginx or caddy).