background
  • 分类:VPS软件安装
  • 文章总计:20

使用Docker Compose部署安装PeerBanHelper

Docker安装curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh验证 Docker 是否安装成功docker --version安装Compose#要安装其他版本的 Compose,请替换 v2.34.0 curl -L "https://github.co...暂无简介

# VPS

使用realm进行转发

下载realmwget https://github.com/zhboner/realm/releases/latest/download/realm-x86_64-unknown-linux-gnu.tar.gz tar -zvxf realm-x86_64-unknown-linux-gnu.tar.gz mkdir -p /app/realm c...暂无简介

# VPS

搭建reality,偷自己

服务端使用合理的端口,禁回国流量 只配置 XTLS Vision,不兼容普通 TLS 代理 回落到网页,不回落/分流到其它代理协议 客户端启用 uTLS(fingerprint)安装nginxapt update apt install nginx申请证书#nginx -s stop systemctl stop nginx apt-get in...暂无简介

# VPS

安装最新版Caddy

apt install -y debian-keyring debian-archive-keyring apt-transport-https curl curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | gpg --dearmor -o /usr/share/key...暂无简介

# VPS

WebDav配置和转发配置

申请证书#nginx -s stop systemctl stop nginx apt-get install socat curl cron curl https://get.acme.sh | sh #通配符证书申请 mkdir /etc/nginx/ssl/ acme.sh --issue --standalone -d kkiikk.top -...暂无简介

# VPS