Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frainzy1477/luci-app-trojan
- Owner: frainzy1477
- Created: 2020-08-23T01:27:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T11:03:52.000Z (over 3 years ago)
- Last Synced: 2024-10-10T13:09:31.406Z (4 months ago)
- Topics: lua, luci, luci-app-trojan, openwrt, trojan-go
- Language: HTML
- Homepage:
- Size: 2.67 MB
- Stars: 120
- Watchers: 7
- Forks: 44
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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) .