gyteng / luci-app-ssmgr

LuCI Support for shadowsocks-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

luci-app-ssmgr

编译

git clone https://github.com/gyteng/luci-app-ssmgr.git package/luci-app-ssmgr
pushd package/luci-app-ssmgr/tools/po2lmo
make && sudo make install
popd
# 选择要编译的包 LuCI -> 3. Applications -> luci-app-ssmgr
make menuconfig
# 开始编译
make package/luci-app-ssmgr/compile V=99

注意,运行的时候需要使用curl,如果网站用的是 https,还需要 curl 的 https 支持,编译的时候记得打包相应的东西。

截图

screenshot0

说明

本插件用于配合 shadowsocks-manager 使用。

  1. shadowsocks-manager 里启动 macAccount 插件,详情请参考项目文档。

  2. 给相应的用户添加账号,类型选“MAC地址”,并选择对应的端口和地址。
    screenshot1

  3. 在路由器上启用该插件,当没有勾选“自定义服务器”时,会使用服务端指定的服务器,勾选后则手工指定用哪个服务器。

About

LuCI Support for shadowsocks-manager


Languages

Language:Shell 72.2%Language:Makefile 15.7%Language:Lua 12.1%