####修改后的小鸡可访问ipv6资源,也可作为ipv4 only环境下连接ipv6 only机器的跳板机,亲测可在ipv4环境中连接EUserv ####默认已设置小鸡自带的IPV4优先,仅访问ipv6时启用通过WARP,为Cloudflare WARP节省资源
wget -qO- https://cdn.jsdelivr.net/gh/sunnynctu/Addv6-warp/WARP6.sh|bash
curl -6 ip.p3terx.com
{
"outbounds": [
{
"tag":"IP6-out",
"protocol": "freedom",
"settings": {}
},
{
"tag":"IP4-out",
"protocol": "freedom",
"settings": {
"domainStrategy": "UseIPv4"
}
}
],
"routing": {
"rules": [
{
"type": "field",
"outboundTag": "IP4-out",
"domain": [""]
},
{
"type": "field",
"outboundTag": "IP6-out",
"network": "udp,tcp"
}
]
}
}
手动临时关闭WARP网络接口
wg-quick down wgcf
手动开启WARP网络接口
wg-quick up wgcf
查看WARP当前统计状态
wg
启动systemctl enable wg-quick@wgcf
开始systemctl start wg-quick@wgcf
重启systemctl restart wg-quick@wgcf
停止systemctl stop wg-quick@wgcf
关闭systemctl disable wg-quick@wgcf
感谢P3terx及原创者们,参考来源:
https://p3terx.com/archives/debian-linux-vps-server-wireguard-installation-tutorial.html