34 lines
821 B
Markdown
34 lines
821 B
Markdown
---
|
||
title: "VPS"
|
||
type: entity
|
||
tags: [vps, server, reverse-proxy, frp]
|
||
last_updated: 2026-04-13
|
||
---
|
||
|
||
## Overview
|
||
VPS(Virtual 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]] |