Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
📝 Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AirportR committed Jul 28, 2023
1 parent a6e99e7 commit c9bf426
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ name: Go
on:
push:
branches: ["meta"]
paths-ignore:
- "build.key"
- "README.md"
jobs:
build:
name: Build
Expand Down
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# FullTCore
FullTClash的专用代理后端,基于clash内核改动。本人不会Golang开发,所以有缺点请及时指出谢谢。


## 分支
* 当前为origin分支,使用Clash 原生内核为上游,偏向稳定。
* 此外还有[meta分支](https://github.com/AirportR/FullTCore/tree/meta),使用Clash.Meta 代替,支持更多代理协议。
## 二进制文件

请前往github action页面获取,不会进行分发。
Expand All @@ -12,9 +14,12 @@ FullTClash的专用代理后端,基于clash内核改动。本人不会Golang
2、在该文件中写入你的 buildtoken,编译token可以任意定义。\
3、执行命令:
```shell
go build fulltclash.go
go build -ldflags="-s -w" fulltclash.go
```
提供 gvisor TUN栈支持(wireguard协议要用到):
```shell
go build -tags with_gvisor -ldflags="-s -w" fulltclash.go
```

## 特性

没有新的特性,把上游项目 Clash的拿来改改了,使之与FullTClash契合。
Expand All @@ -25,4 +30,9 @@ go build fulltclash.go
输入以下命令查看使用方法
```shell
fulltclash -h
```
```

## 致谢

* [Clash](https://github.com/Dreamacro/clash)
* [Clash.Meta](https://github.com/metacubex/clash.meta)

0 comments on commit c9bf426

Please sign in to comment.