Hypixel 加速 IP 搭建教程


准备工作

宝塔面板

教程开始

安装“Nginx”


配置“Nginx”

stream{
    server{
        listen 25565;
        proxy_pass mc.hypixel.net:25565;
    }
}

重启“Nginx”


Author: xyz8848
Reprint policy: All articles in this blog are used except for special statements CC BY 4.0 reprint policy. If reproduced, please indicate source xyz8848 !
  TOC