免费白嫖:Stackryze 免费二级域名申请指南(完美支持接入 Cloudflare)

如果你正在寻找用于网站测试、搭建个人博客或练手小项目的免费域名,那么千万不要错过 Stackryze !这是一家来自印度的公司,近期推出了十分良心的免费二级域名注册服务。它不仅完全开放了 DNS 管理权限,还支持修改 NS 记录,最关键的是——可以白嫖接入 Cloudflare! 下面就带大家详细了解如何申请和使用。 🌟 核心亮点 极简注册: 没有任何复杂的验证,仅需一个电子邮箱即可搞定。 高度自由: 拥有域名的完全掌控权,支持自带的 Nameservers,也支持修改为第三方 NS 解析。 支持 CDN: 部分后缀完美兼容 cf,套上 CDN 速度起飞。 🚀 注册与额度解锁教程 注册过程非常丝滑,直接访问 Stackryze 官网 进行邮箱注册。 默认额度与“隐藏”福利: 新注册的账号初始状态下只能申请 1 个 indevs.in 后缀的域名。但官方提供了一个非常简单的扩容方法: 操作提示: 在后台绑定你的 GitHub 账号 ,并给他们的项目点个 Star(⭐),即可瞬间解锁更多域名配额: 5 个 indevs.in 1 个 .sryze.cc 1 个 .ryzedns.org 1 个 .nx.kg 避坑指南: 根据近期的实测情况, .nx.kg 这个后缀经常会因为“请求太多”而导致注册失败。建议大家优先抢注前三个后缀。 ⏳ 有效期与续期规则 白嫖最怕的就是随时回收,但 Stackryze 给出的条件还算宽裕: 有效期: 注册成功后,域名使用期限为 一年 。 续期方式: 当域名剩余有效期 不足 60 天 时,后台会出现续期按钮,点击即可继续免费使用。 ⚙️ 如何接入 Cloudflare 如果你想使用 Cloudflare 来管理 DNS 或套用免费的 CDN 服务,可以通过修改 Nameservers 来实现。 经过实际测试,目前 indevs.in 和 sryze.cc 这两个后缀可以毫无障碍地添加到 Cloudflare 中进行解析。如果你有建站需求,只需将域名的 NS 修改为 Cloudflare 提供的地址,等待生效后即可进行全盘接管。 总结: 在免费域名越来越稀缺的今天,Stackryze 提供的服务可以说是相当良心了。特别是对于学生党和开发者来说,拿来做测试或部署个人小工具再合适不过。感兴趣的朋友赶快去注册...

常用VPS脚本,整合

 

1、DD重装脚本

史上最强脚本

wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh && bash InstallNET.sh -debian 12 -pwd 'password'

萌咖大佬的脚本

bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p 密码 -port 端口 -a -firmware

beta.gs大佬的脚本

wget --no-check-certificate -O NewReinstall.sh https://raw.githubusercontent.com/fcurrk/reinstall/master/NewReinstall.sh && chmod a+x NewReinstall.sh && bash NewReinstall.sh

DD windows(使用史上最强DD脚本)

bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh) -windows 10  -lang "cn"
账户:Administrator
密码:Teddysun.com

2、综合测试脚本

LemonBench

wget -qO- https://raw.githubusercontent.com/LemonBench/LemonBench/main/LemonBench.sh | bash -s -- --fast

融合怪

bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)

NodeBench

bash <(curl -sL https://raw.githubusercontent.com/LloydAsp/NodeBench/main/NodeBench.sh)

yabs

curl -sL yabs.sh | bash

使用gb5测试yabs

curl -sL yabs.sh | bash -5

3、性能测试

gb5专测

bash <(curl -sL bash.icu/gb5)

4、流媒体及IP质量测试

最常用版本

bash <(curl -L -s check.unlock.media)

原生检测脚本

bash <(curl -sL Media.Check.Place)

准确度最高

bash <(curl -L -s https://github.com/1-stream/RegionRestrictionCheck/raw/main/check.sh)

IP质量体检脚本

bash <(curl -sL IP.Check.Place)

5、测速脚本

Speedtest

bash <(curl -sL bash.icu/speedtest)

Taier

bash <(curl -sL res.yserver.ink/taier.sh)

hyperspeed

bash <(curl -Lso- https://bench.im/hyperspeed)

全球测速

curl -sL network-speed.xyz | bash

6、回程测试

直接显示回程(小白用这个)

curl https://raw.githubusercontent.com/ludashi2020/backtrace/main/install.sh -sSf | sh

回程详细测试(推荐)

wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh
wget https://ghproxy.com/https://raw.githubusercontent.com/vpsxb/testrace/main/testrace.sh -O testrace.sh && bash testrace.sh

7、功能脚本

添加SWAP

wget https://www.moerats.com/usr/shell/swap.sh && bash swap.sh

Fail2ban

wget --no-check-certificate https://raw.githubusercontent.com/FunctionClub/Fail2ban/master/fail2ban.sh && bash fail2ban.sh 2>&1 | tee fail2ban.log

一键开启BBR,适用于较新的Debian、Ubuntu

echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
sysctl net.ipv4.tcp_available_congestion_control
lsmod | grep bbr

多功能BBR安装脚本

wget -N --no-check-certificate "https://gist.github.com/zeruns/a0ec603f20d1b86de6a774a8ba27588f/raw/4f9957ae23f5efb2bb7c57a198ae2cffebfb1c56/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

锐速/BBRPLUS/BBR2/BBR3

wget -O tcpx.sh "https://github.com/ylx2016/Linux-NetSpeed/raw/master/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh

TCP窗口调优

wget http://sh.nekoneko.cloud/tools.sh -O tools.sh && bash tools.sh

添加SWAP

wget https://www.moerats.com/usr/shell/swap.sh && bash swap.sh

25端口开放测试

telnet smtp.aol.com 25

8、一键安装常用环境及软件

docker

curl -sSL https://get.daocloud.io/docker | sh

Python

curl -O https://raw.githubusercontent.com/lx969788249/lxspacepy/master/pyinstall.sh && chmod +x pyinstall.sh && ./pyinstall.sh

iperf3

apt install iperf3

realm

bash <(curl -L https://raw.githubusercontent.com/zhouh047/realm-oneclick-install/main/realm.sh) -i

gost

wget --no-check-certificate -O gost.sh https://raw.githubusercontent.com/qqrrooty/EZgost/main/gost.sh && chmod +x gost.sh && ./gost.sh

极光面板

bash <(curl -fsSL https://raw.githubusercontent.com/Aurora-Admin-Panel/deploy/main/install.sh)

哪吒监控

curl -L https://raw.githubusercontent.com/naiba/nezha/master/script/install.sh  -o nezha.sh && chmod +x nezha.sh && sudo ./nezha.sh

WARP

wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh

Aria2

wget -N git.io/aria2.sh && chmod +x aria2.sh && ./aria2.sh

宝塔

wget -O install.sh http://v7.hostcli.com/install/install-ubuntu_6.0.sh && sudo bash install.sh

PVE虚拟化

bash <(wget -qO- --no-check-certificate https://raw.githubusercontent.com/oneclickvirt/pve/main/scripts/build_backend.sh)

9、综合功能脚本

科技lion

curl -sS -O https://kejilion.pro/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh

SKY-BOX

wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh


评论

此博客中的热门博文