forked from trojan-gfw/openwrt-trojan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
29 lines (20 loc) · 731 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
openwrt-trojan
==============
Usage
---
1. copy these two folders to <openwrt-source-tree>/package.
2. install feeds from openwrt official package repository.
./scripts/feeds update -a
./scripts/feeds install -a
3. use 'make menuconfig' to select trojan package
4. the buildroot generate trojan binary linked to our openssl.
You may use 'make package/trojan/{clean,compile} V=99' or
whatever you like.
5. edit '/etc/config/trojan' file to enable it.
The init script is disabled by default to avoid startup
before configuration.
FAQ
---
Q: May I use openssl from openwrt?
A: As long as you don't need cutting-edge features, e.g. TLS 1.3.
BTW, the Makefile doesn't depend on official openssl package.