最近经常有人被封端口,我自己搭的这个方案没被封过,现在分享出来。
首先要确保自己的vps是纯净的系统,不要商家预装的,在系统启动后操作DD重装脚本进行安装纯净版系统
wget -N --no-check-certificate https://raw.githubusercontent.com/qingee/dd/master/InstallNET.sh && chmod +x InstallNET.sh && ./InstallNET.sh -d 10 -v 64 -p "notetoday" -port "22"
系统root密码:notetoday
更改root密码:passwd
或者 passwd root
输入你想要设置的密码即可,在ssh命令窗口输入密码不显示是正常
的
apt update
apt install curl -y
apt install gnupg2 -y
apt install wget -y
# 自动配置 WARP WireGuard IPv4 网络
bash <(curl -fsSL git.io/warp.sh) 4
echo "1" > /proc/sys/net/ipv6/conf/all/disable_ipv6
1. Register the PGP key:
wget -qO - https://dl.xanmod.org/archive.key | sudo gpg --dearmor -o /usr/share/keyrings/xanmod-archive-keyring.gpg2. Add the repository:
echo 'deb [signed-by=/usr/share/keyrings/xanmod-archive-keyring.gpg] http://deb.xanmod.org releases main' | sudo tee /etc/apt/sources.list.d/xanmod-release.list3. Then update and install: ⇲ Check platform compatibility in x86-64 psABI level reference below.
sudo apt update && sudo apt install linux-xanmod-x64v34. Reboot.
执行完命令代码后等待系统重启,重启完成后执行以下脚本开启BBR2
bash <(curl -Lso- https://git.io/kernel.sh)
再次运行上面的代码,查看参数是否和下图一样,如果是一样的就是开启成功了
bash <(curl -Ls https://gitlab.com/rwkgyg/x-ui-yg/raw/main/install.sh)
使用这套配置操作,所有IP 都是CDNip
curl -fsSL https://gcore.jsdelivr.net/gh/midoks/mdserver-web@latest/scripts/install.sh | bash
curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/update_dev.sh | bash
trojan+xtls 12小时内必被封,该封还是会封,一样的
重点WARP
一直申请证书失败 日了狗了
这个简单,直接解析到宝塔服务器,用宝塔申请证书,再去填写
楼下 看起来都没配置好
创建证书失败,提示:please install 'idn' command first
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key().
wget -N --no-check-certificate https://raw.githubusercontent.com/qingee/dd/master/InstallNET.sh && chmod +x InstallNET.sh && ./InstallNET.sh -d 10 -v 64 -p "notetoday" -port "22"
--2023-02-15 13:48:27-- https://raw.githubusercontent.com/qingee/dd/master/InstallNET.sh
正在解析主机 raw.githubusercontent.com (raw.githubusercontent.com)... 0.0.0.0, ::
正在连接 raw.githubusercontent.com (raw.githubusercontent.com)|0.0.0.0|:443... 失败:拒绝连接。
正在连接 raw.githubusercontent.com (raw.githubusercontent.com)|::443... 失败:拒绝连接。
运行这句话,bash
国内服务器得换github源
为什么只有443挂域名有网,其他端口挂域名通通没网了
申请证书失败 报错
请教大神:我按照x-ui面板申请了证书,但无法使用浏览器登录加密面板,后重新重置了面板,但在文件夹cert里找不到证书,后续就无法进行下一步。请大神看看该怎么解决?
你按照他这个来的话,开启了cloudflare的小云朵就只能用ip加端口号登录,不能加密登录。重置面板的之后要重新申请证书,证书在/root/cert里面
按照这个办法 是不能开启小云朵的,WARP已经接管VPS的出站ip