-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
400 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
|
||
[![Discord](https://img.shields.io/discord/1158169192114163722?style=for-the-badge&logo=discord&label=SUPPORT)](https://discord.gg/fK5DKwRhPj) | ||
[![Build Status](https://img.shields.io/github/actions/workflow/status/kmcsr/go-liter/build.yml?style=for-the-badge&logo=github&label=Build%20Status)](https://github.com/kmcsr/go-liter/actions) | ||
|
||
- [English](./README.MD) | ||
- **中文** | ||
|
||
# Go Liter | ||
|
||
一个可扩展的 Minecraft 代理 | ||
|
||
如果您对开发插件感兴趣, 请见 [script/README_zh.MD](./script/README_zh.MD) | ||
|
||
## 功能 | ||
|
||
- 支持正向代理和反向代理 | ||
- 可用 **JavaScript** 扩展 | ||
- 使用 [Golang](https://go.dev/) 编写, 快速并且易于理解 | ||
|
||
## 应用程序 | ||
|
||
- [liter-proxy](./cmds/liter-proxy/README.MD): 一个支持 socks5 的 Minecraft 代理 | ||
- [liter-server](./cmds/liter-server/README.MD): 内置一个简易管理面板的 Minecraft 反向代理 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.