Monthly:

使用haproxy实现国内中转加速

阿伟 | linux, 技巧分享 | 2015-06-21
由于晚上高峰时段,电信国际出口缓慢; 为了加快速度,根据shadowsocks的github页面的介绍,使用haproxy对ss做中转。 环境为阿里云ECS ,debian7.5 先添加apt源 vi  /etc/apt/sources.list 然后添加源 deb http://ftp.us.debian.org/debian/ wheezy-backports main 保存后 apt-get update 然后安装haproxy apt-get install haproxy ... [阅读全文]
ė