Files
nexus/wiki/entities/VPS.md
2026-04-14 16:02:50 +08:00

34 lines
821 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]