├── .gitignore ├── LICENSE ├── Makefile ├── README.md └── files └── uci-defaults /.gitignore: -------------------------------------------------------------------------------- 1 | dist/* 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/honwen/openwrt-shadowsocks-rust/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/honwen/openwrt-shadowsocks-rust/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/honwen/openwrt-shadowsocks-rust/HEAD/README.md -------------------------------------------------------------------------------- /files/uci-defaults: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/honwen/openwrt-shadowsocks-rust/HEAD/files/uci-defaults --------------------------------------------------------------------------------