安装shadowsocks
yum install python-setuptools && easy_install pip
pip install shadowsocks
创建配置文件
vim /etc/shadowsocks.json
{
...
water
7年前 (2017-09-19) 5941℃ 0评论
2喜欢
1.1 背景
随着程序功能的日益复杂,程序的配置日益增多:各种功能的开关、参数的配置、服务器的地址……
对程序配置的期望值也越来越高:配置修改后实时生效,灰度发布,分环境、分集群管理配置,完善的权限、审核机制……
在这样的大环境下,传统的通过配置文件、数据库等方式已经越来越无法满...
water
7年前 (2017-09-19) 2612℃ 0评论
0喜欢