Debian 上启用 Shadowsocks Obfs 混淆教程
要在 Debian 上启用 Shadowsocks Obfs 混淆,需要进行以下步骤:
-
安装 Shadowsocks-libev:在终端中输入以下命令:
sudo apt-get update sudo apt-get install shadowsocks-libev
2. 创建一个新的 Shadowsocks 配置文件(例如 config.json):
{ 'server':'your_server_ip', 'server_port':your_server_port, 'local_port':1080, 'password':'your_password', 'timeout':60, 'method':'your_encryption_method', 'plugin':'obfs-server', 'plugin_opts':'obfs=http' }
其中,'your_server_ip' 和 'your_server_port' 是您的 Shadowsocks 服务器的 IP 地址和端口号,'your_password' 是您的 Shadowsocks 密码,'your_encryption_method' 是您要使用的加密方法(例如 aes-256-cfb)。
3. 安装 obfs-server 插件:在终端中输入以下命令:
sudo apt-get install shadowsocks-libev-plugin-obfs
4. 启动 Shadowsocks:在终端中输入以下命令:
sudo ss-local -c /path/to/config.json
其中,'/path/to/config.json' 是您的 Shadowsocks 配置文件的路径。
现在,您的 Shadowsocks 连接已经启用了 Obfs 混淆。
原文地址: https://www.cveoy.top/t/topic/nIbs 著作权归作者所有。请勿转载和采集!