-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
548e275
commit 68fa51d
Showing
4 changed files
with
50 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
Proxy Client for Openwrt Based On <a href="https://github.com/p4gefau1t/trojan-go" target="_blank">Trojan-GO</a>. | ||
</p> | ||
<p align="center"> | ||
<a target="_blank" href="https://github.com/frainzy1477/luci-app-trojan/releases/tag/v2.0.1"> | ||
<img src="https://img.shields.io/badge/Luci%20App%20For%20TrojanGo-v2.0.1-blue.svg"> | ||
<a target="_blank" href="https://github.com/frainzy1477/luci-app-trojan/releases/tag/v2.0.2"> | ||
<img src="https://img.shields.io/badge/Luci%20App%20For%20TrojanGo-v2.0.2-blue.svg"> | ||
</a> | ||
<a href="https://github.com/frainzy1477/luci-app-trojan/releases" target="_blank"> | ||
<img src="https://img.shields.io/github/downloads/frainzy1477/luci-app-trojan/total.svg?style=flat-square"/> | ||
|
@@ -18,8 +18,8 @@ | |
- Upload ipk file to tmp folder | ||
- cd /tmp | ||
- opkg update | ||
- opkg install luci-app-trojan_v2.0.1_all.ipk | ||
- opkg install luci-app-trojan_v2.0.1_all.ipk --force-depends | ||
- opkg install luci-app-trojan_v2.0.2_all.ipk | ||
- opkg install luci-app-trojan_v2.0.2_all.ipk --force-depends | ||
|
||
## Uninstall | ||
- opkg remove luci-app-trojan | ||
|
@@ -53,7 +53,7 @@ | |
- iptables-mod-tproxy | ||
|
||
## Credits | ||
* Trojan-Go [Trojan-Go](https://github.com/p4gefau1t/trojan-go) by [p4gefau1t](https://github.com/p4gefau1t) | ||
* [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) . | ||
|
@@ -72,11 +72,6 @@ trojan-go://[email protected]:443/?sni=uk3.xxx.co | |
"enabled": true | ||
}, | ||
"buffer_size": 32, | ||
"forward_proxy": { | ||
"enabled": false, | ||
"proxy_addr": "127.0.0.1", | ||
"proxy_port": 1086 | ||
}, | ||
"local_addr": "0.0.0.0", | ||
"local_port": 51837, | ||
"log_level": 1, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v2.0.1 | ||
v2.0.2 |