EdwardBian's Blog - 制造 创造
wget -N --no-check-certificate https://github.com/whunt1/onekeymakemtg/raw/master/mtproxy_go.sh && chmod +x mtproxy_go.sh && bash mtproxy_go.sh
curl -L https://raw.githubusercontent.com/iscoconut/nezha-v0/refs/heads/v0-final/script/install_v0.sh -o install.sh && chmod +x install.sh && ./install.sh 0.20.5 主控地址 5555 被控授权码
1、开放所有端口iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT iptables -F 2、关闭或强制删除防火墙apt-get purge netfilter-persistent && reboot 或rm -rf /etc/iptables && reboot
前置操作国内机器建议替换为国内源无法访问github可使用镜像站内存不足可能会编译报错,小内存机器可提前设置SWAP#创建一个交换文件,例如 swapfile: sudo fallocate -l 2G /swapfile #设置交换文件权限: sudo chmod 600 /swapfile #设置交换文件为交换空间: sudo mkswap /swapfile #启用交换空间: sudo swapon /swapfile #为了使该交换文件在每次系统启动时都启用,可以将其添加到 /etc/fstab 中: echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab 安装下载脚本wget --no-check-certificate https://raw.github.com/Lozy/danted/master/install.sh -O install.sh 安装脚本bash install.sh --port=端口 --user=用户名 --passwd=密码 卸载bash install.
自动保号服务USSD,每月自动扣除1坚戈Altel, Tele2有效期18个月启用*7233*1#停用*7233*0#Beeline有效期未知启用*241#停用*241*0#手动保号(充值最低门槛均为100坚戈)Tele2 Altel Beeline每年至少使用一次,短信69坚戈/条izi每半年使用或充值一次,短信50坚戈/条
EdwardBian