Home

Awesome

Shadowsocks-Rust for OpenWrt

Download Release

简介

本项目是 shadowsocks-rust 在 OpenWrt 上的移植

特性

软件包只包含 shadowsocks-rust 的可执行文件, 可与 luci-app-shadowsocks 搭配使用

编译

配置

软件包本身并不包含配置文件, 配置文件内容为 JSON 格式, 支持的键:

键名数据类型说明
server字符串服务器地址, 可以是 IP 或者域名
server_port整数值服务器端口号
local_address字符串本地绑定的 IP 地址, 默认 127.0.0.1
local_port整数值本地绑定的端口号
password字符串服务端设置的密码
method字符串加密方式, 详情参考
timeout整数值超时时间(秒), 默认 60
plugin字符串插件名称, eg: v2ray-plugin
plugin_opts字符串插件参数, eg: tls;host=www.bing.com;path=/websocket
nofile整数值设置 Linux ulimit
mode枚举值转发模式, 可用值: [tcp_only, udp_only, tcp_and_udp]