mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
283 B
283 B
title, draft, weight
| title | draft | weight |
|---|---|---|
| 基本介绍 | false | 1 |
Trojan-Go的核心部分有
-
protocol 各个协议具体实现
-
proxy 代理核心,使用protocol各协议实现,处理入站和出站流量
-
conf 配置解析模块
可以在对应文件夹中找到相关源代码。