常用命令

中转服务器,client模式

nohup ./speederv2 -c -l0.0.0.0:9999 -r158.255.5.175:9999 -k "atrandys" --mode 0 -f2:4 -q1 >speeder.log 2>&1 &

speederv2 server模式

nohup ./speederv2 -s -l0.0.0.0:9999 -r127.0.0.1:10975 -k "atrandys" --mode 0 -f2:4 -q1 >speeder.log 2>&1 &

查看udp加速进程

ps -ef | grep speederv2
iptables
iptables -t nat -A POSTROUTING -s 内网IP/32 -j SNAT --to-source 外网IP
service iptables save
vi /etc/sysconfig/iptables
wg-quick down wg0
wg-quick up wg0

开机启动

vi /etc/rc.local
tar cvpzf backup.tgz / --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/sys
tar xvpfz backup.tgz -C /






 

Last Modified on 2020 年 2 月 6 日
This entry was posted in 兴趣
Bookmark this article 常用命令