新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

34
wiki/entities/VPS.md Normal file
View File

@@ -0,0 +1,34 @@
---
title: "VPS"
type: entity
tags: [vps, server, reverse-proxy, frp]
last_updated: 2026-04-13
---
## Overview
VPSVirtual Private Server作为公网中转服务器运行FRPS和Caddy提供内网穿透和反向代理服务。
## Attributes
| 属性 | 值 |
|------|-----|
| 提供商 | RackNerd |
| 公网IP | 192.227.222.142 |
| 域名 | vps.ishenwei.online |
| SSH | ssh vps1 |
| 操作系统 | Ubuntu |
## 运行的服务
| 服务 | 说明 | 端口 |
|------|------|------|
| Caddy | HTTPS反向代理 | 80/443 |
| FRP Server | 内网穿透服务端 | 7000 |
| FRP Dashboard | FRP管理面板 | 7500 |
## 架构位置
```
Internet → VPS (192.227.222.142) → 内网FRP客户端
```
## 相关文档
- [[通过VPS+内网反向代理实现域名访问内网穿透]]
- [[家庭网络环境概览 2026-04-03]]