style:add_highlight

This commit is contained in:
dichgrem
2025-11-21 18:43:00 +08:00
parent f59ce84988
commit 845850871a
31 changed files with 429 additions and 428 deletions

View File

@@ -13,15 +13,15 @@ tags = ["Network"]
## VPS上的配置
### 修改VPS hostname
```
```bash
hostnamectl set-hostname mail.your-domain.com
```
### 修改hosts文件
```
```bash
vim /etc/hosts
```
添加一行
```
```bash
127.0.1.1 localhost.localdomain mail.your-domain.com
```
@@ -30,7 +30,7 @@ vim /etc/hosts
docker compose文件示例
```
```yaml
version: '3.7'
services: