debian如何创建ss obfs
要在Debian上创建Shadowsocks obfs,请按照以下步骤进行操作:
- 安装Shadowsocks
在Debian上安装Shadowsocks,请使用以下命令:
sudo apt-get update
sudo apt-get install shadowsocks
- 安装obfs插件
在Debian上,您可以使用以下命令安装obfs插件:
sudo apt-get install libssl-dev git
git clone https://github.com/shadowsocks/simple-obfs.git
cd simple-obfs
git submodule update --init --recursive
sudo apt-get install automake libtool
./autogen.sh
./configure && make
sudo make install
- 配置Shadowsocks
编辑Shadowsocks配置文件,添加以下内容:
"plugin": "obfs-local",
"plugin_opts": "obfs=http;obfs-host=www.bing.com"
这将启用obfs插件并将其与http混淆一起使用。obfs-host参数设置混淆的目标主机。
- 启动Shadowsocks
使用以下命令启动Shadowsocks:
ssserver -c /etc/shadowsocks/config.json
现在,您的Shadowsocks服务器将使用obfs插件进行混淆
原文地址: http://www.cveoy.top/t/topic/fEe0 著作权归作者所有。请勿转载和采集!