自建节点Vless+Reality+Vision
🚀VPS设置 使用FinalShell连接vps 系统组件升级至最新 1apt update -y && apt upgrade -y && apt install sudo curl -y 安装3x-ui面板 1bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) 💡可能遇到的问题 执行「3XUI面板搭建命令」,首先问你要不要随机端口,选择n (注:如果选择y建议设置port为10000 到 65000 之间任意你喜欢的数字,建议避开 22, 80, 443) 然后问你要不要绑定域名,不管你有没有域名,先别绑定,直接选择2 选择2的意思是:给你的IPV4地址临时申请一个「为期6天的SSL证书」,你不用担心6天后证书到期怎么办,注意“auto-renews”,翻译为“自动续签”,也就是说3XUI面板申请的临时SSL证书6天后自动续签 是否添加IPV6地址,不用添加,直接回车跳过 ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment