2019121202.png

这么小的设备,主要是被我定向流量,这个得于网上的大神的各种教程。

这也是能让我们愉快的玩耍的定向流量的一种,我们把OrangePI Zero 当成小型服务器来用。
我们在完成之前所有的配置前提下,我们开始。

1.搭建基础服务,我们确定防火墙是没有组建策略如果是 iptables 那我们清除所有规则。

iptables -F

2.替换掉DNS ,以防被本地运营商劫持。

echo -e "options timeout:1 attempts:1 rotate\nnameserver 8.8.8.8\nnameserver 114.114.114.114" >/etc/resolv.conf;

3.优化本地转发(可不做此操作)

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh"\
chmod +x tcp.sh\
./tcp.sh

4.安装转发服务器

wget -N --no-check-certificate https://raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/ssrmu.sh\
chmod +x ssrmu.sh\
bash ssrmu.sh

安装过程过程中我运行,在脚本自动让我们选择安装中转服务器,首先选择1安装,在安装过程中选择混淆插件。
选择:

http_simple

直至安装完成即可,然后我们保存上面配置信息。

标签: 教程, wget, iptables, 114.114.114.114, 8.8.8.8, 定向, rotate

相关文章推荐

一起交流,含*的栏目必须填