Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aa65535/openwrt-simple-obfs
Simple-obfs for OpenWrt/LEDE
https://github.com/aa65535/openwrt-simple-obfs
openwrt simple-obfs
Last synced: 17 days ago
JSON representation
Simple-obfs for OpenWrt/LEDE
- Host: GitHub
- URL: https://github.com/aa65535/openwrt-simple-obfs
- Owner: aa65535
- License: gpl-3.0
- Created: 2017-01-04T08:05:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T10:33:46.000Z (over 4 years ago)
- Last Synced: 2024-10-29T21:10:29.735Z (2 months ago)
- Topics: openwrt, simple-obfs
- Language: Makefile
- Homepage:
- Size: 93.8 KB
- Stars: 91
- Watchers: 11
- Forks: 46
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple-obfs for OpenWrt
===编译
---- 从 OpenWrt 的 [SDK][S] 编译
```bash
# 以 ar71xx 平台为例
tar xjf OpenWrt-SDK-ar71xx-for-linux-x86_64-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2
cd OpenWrt-SDK-ar71xx-*
# 添加 feeds
git clone https://github.com/shadowsocks/openwrt-feeds.git package/feeds
# 获取 simple-obfs Makefile
git clone https://github.com/aa65535/openwrt-simple-obfs.git package/simple-obfs
# 选择要编译的包 Network -> simple-obfs
make menuconfig
# 开始编译
make package/simple-obfs/compile V=99
```[S]: https://wiki.openwrt.org/doc/howto/obtain.firmware.sdk