Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frainzy1477/luci-app-trojan

Luci interface for Trojan -GO Openwrt
https://github.com/frainzy1477/luci-app-trojan

lua luci luci-app-trojan openwrt trojan-go

Last synced: 3 months ago
JSON representation

Luci interface for Trojan -GO Openwrt

Awesome Lists containing this project

README

        



Luci App For Trojan-Go



Proxy Client for Openwrt Based On Trojan-GO.









![](https://raw.githubusercontent.com/frainzy1477/luci-app-trojan/master/client.png)

## Install
- Upload ipk file to tmp folder
- cd /tmp
- opkg update
- opkg install luci-app-trojan_v2.1.1_all.ipk
- opkg install luci-app-trojan_v2.1.1_all.ipk --force-depends

## Uninstall
- opkg remove luci-app-trojan
- opkg remove luci-app-trojan --force-remove

## Features
- Subscription Config
- Create Config
- TProxy UDP
- IP Query
- DNS Forwarding
- Support Trojan(Trojan-Go)
- Ping Custom Proxy Servers
- Access Control
- Rule Manager

## Dependency
- curl
- bash
- pdnsd-alt
- dnscrypt-proxy
- libmbedtls
- ipset
- ip
- iptables
- luci
- luci-base
- wget-ssl
- unzip
- ca-certificates
- iptables-mod-tproxy
- coreutils
- coreutils-base64
- luci-compat
- ipt2socks

### trojan-go uri
```
trojan-go://[email protected]:443/?sni=abc.xxx.com&type=ws&host=cdn.xxx.com&path=/&encryption=ss%3Baes-128-gcm%3Asspassword#ABC
```
## Credits
* [Trojan-Go](https://github.com/p4gefau1t/trojan-go) by [p4gefau1t](https://github.com/p4gefau1t)

## License
Luci App For Trojan-Go OpenWrt is released under the GPL v3.0 License - see detailed [LICENSE](https://github.com/frainzy1477/luci-app-trojan/blob/master/LICENSE) .