已经找到方法,脚本为bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -a -d 10 -v 64 -p "Abcd123456789" --ip-addr 2001:bc8:62c:233::1/64 --ip-gate 2001:bc8:62c:233:: --ip-mask 255.255.255.254 --ip-dns 2001:67c:2b0::4

一键脚本来自于这两个帖子:1. https://hostloc.com/thread-882460-1-1.html 2. https://hostloc.com/thread-594248-1-1.html
加的参数为 --ip-addr ,这里填写你IPv6的地址,/64不可少;-ip-gate 为网关(Gateway),这俩个参数在小鸡页面都有。

             --ip-mask 参照第二个帖子,自己找一下;--ip-dns 是加了一个IPv6的DNS,可以自己换。

纯IPv6环境下已成功DD系统。

自动配置 WARP WireGuard:
SSH下:

1、自动配置 WARP WireGuard 双栈全局网络

bash <(curl -fsSL git.io/warp.sh) d

2、自动配置 WARP WireGuard IPv4 网络

bash <(curl -fsSL git.io/warp.sh) 4

3、自动配置 WARP WireGuard IPv6 网络

bash <(curl -fsSL git.io/warp.sh) 6

4、开启 WARP 官方客户端 SOCKS5 代理

bash <(curl -fsSL git.io/warp.sh) s5

5、显示功能菜单和网络状态

标签: none

添加新评论