直接通过官方ss代码库安装的ss, 只有一个可执行的sslocal, 也没找到对应的luci-app, 所以就自己写了一个. 因为/etc/init.d/sslocal 和 /etc/config/sslocal是现成的, 所以只需要写 controller 和 cbi model 就可以了. 1. 创建 /usr/lib/lua/luci/controller/admin/sslocal.lua module("luci.controller.a...
51CTO博客已为您找到关于sslocal config.json的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及sslocal config.json问答内容。更多sslocal config.json相关解答可以来51CTO博客参与分享和学习,帮助广大IT技术人实现成长和进步。
log.go add config file; fix rtt-select Aug 22, 2018 model.go fix HTTP/HTTPS 在keep-alive里请求分割, Aug 22, 2018 rule.go support global mode; support reqMap/respMap; Aug 24, 2018 selector.go add server list/select api Aug 22, 2018 ...
$ ss-local -s [host] -p [server_port] -l [local port] -k [password] -m [encrypt_method] Run a Shadowsocks proxy by specifying the configuration file $ ss-local -c [path/to/config/file.json] Use a plugin to run the proxy client $ ss-local --plugin [plugin_name] --plugin-op...
ss-quick 是一个为 ss-local 自动加载 gui-config.json 的工具。 它通过测试多个服务器的连接延迟,自动选择延迟最低的服务器,并输出为 ss-local 的选项。 你也可以直接指定要使用的服务器配置。 USAGE ss-quick -h usage: ss-quick [-h] [-c CONFIG_FILE] [-n N] A tool to load gui-config.json...
安装完成之后,就可以使用pip安装shadowsocks了: sudo pip3 install shadowsocks 安装完成之后,使用-c参数传入配置文件就可以运行shadowsocks了: sslocal...[program:shadowsocks] command=sslocal -c /foo/bar/config.json 然后启动supervisor任务, sudo supervisorctl start 66820 Redis 学习笔记 2.2 启动和停止 redis...
配置config.json1 2 3 4 5 6 7 8 9 10 { "server":"0.0.0.0", "server_port":xxx, "local_address":"127.0.0.1", "local_port":1080, "password":"xxx.xxx", "timeout":300, "method":"aes-256-cfb", "fast_open":false }sslocal 配置...
安装完成之后,就可以使用pip安装shadowsocks了: sudo pip3 install shadowsocks 安装完成之后,使用-c参数传入配置文件就可以运行shadowsocks了: sslocal...-c /foo/bar/config.json 使用chrome浏览器 大多数Linux发行版都已经预装了著名的开源软件火狐浏览器,但是可能有些人喜欢使用谷歌的chrome浏览器。...[program:...
sshcloud_config_modules: - mounts - locale - set-passwords - rh_subscription - yum-add-repo - package-update-upgrade-install - timezone - puppet - chef - salt-minion - mcollective - disa... 搭建WordPress博客网站(Ubuntu 18.04) 具体操作请参见搭建LAMP环境(Ubuntu 18.04)、搭建LNMP环境(Ubuntu ...
dockerstack,dockersecret,dockerconfig dockerstack 之前学的docker-compose.yml 就是一个单机版的多应用服务启动脚本. 那么dockerstack 就是个集群版本的多应用服务启动脚本,语法和compose基本相同.dockerstack是基于cluster集群模式,发布服务的一个功能。dockers ... ...