Skip to content

Go实现的Trojan代理,支持多路复用/路由功能/CDN中转/Shadowsocks混淆插件,多平台,无依赖。A Trojan proxy written in Go. An unidentifiable mechanism that helps you bypass GFW. https://p4gefau1t.github.io/trojan-go/

License

Notifications You must be signed in to change notification settings

Jabberwocky238/trojan-go

 
 

Repository files navigation

Trojan-Go Go Report Card Downloads

基于原仓库的二次开发,增加了一个完全匹配hysteria2的http验证和流量统计api

{
	"http": {
		"enabled": true,
		"api_url": "POST请求地址",
		"timeout": "超时时间"
	},
	"api": {
		"enabled": true,
		"api_key": "同HY2",
		"api_addr": "监听IP",
		"api_port": "监听端口"
	}
}

About

Go实现的Trojan代理,支持多路复用/路由功能/CDN中转/Shadowsocks混淆插件,多平台,无依赖。A Trojan proxy written in Go. An unidentifiable mechanism that helps you bypass GFW. https://p4gefau1t.github.io/trojan-go/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.2%
  • Makefile 1.5%
  • Dockerfile 0.3%