<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vpn on 自建 VPS 服务器的一些攻略</title><link>https://selfhostvps.github.io/tags/vpn/</link><description>Recent content in Vpn on 自建 VPS 服务器的一些攻略</description><generator>Hugo</generator><language>zh-CN</language><copyright>Copyright © 2025, Jane Doe.</copyright><lastBuildDate>Sun, 08 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://selfhostvps.github.io/tags/vpn/index.xml" rel="self" type="application/rss+xml"/><item><title>几种自建翻墙的方案（高级版）</title><link>https://selfhostvps.github.io/post/5507-vpn/</link><pubDate>Sun, 08 Mar 2026 00:00:00 +0000</pubDate><guid>https://selfhostvps.github.io/post/5507-vpn/</guid><description>reality Github：https://github.com/wulabing/xray_docker 数据库依赖：无 中文版：无 开销： CPU &amp;lt; 1% 内存 &amp;lt; 20 MB Docker Image：34 MB 本地存储：0 当前最新版本：0.0.34 默认 docker 端口号：443 本网站分配的端口号：5507 docker compose 目录结构
/DOCKERS/xray_reality_5507 └── docker-compose.yml # 配置文件 docker-compose.yml
services: xray_reality_5507: image: wulabing/xray_docker_reality:latest container_name: xray_reality_5507 restart: always ports: - 5507:443 environment: - EXTERNAL_PORT=5507 networks: - network_expose networks: network_expose: external: true</description></item></channel></rss>