diff --git a/README.md b/README.md new file mode 100644 index 0000000..314c2a2 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# 106.105.181.70 - Hospital Web Server + +台北市立聯合醫院網頁伺服器 (`tpesupporter.tpech.gov.tw`) 相關設定與文件。 + +## 文件說明 + +| 檔案 | 說明 | +|---|---| +| `dns_records.md` | tpech.gov.tw 子網域 DNS A 記錄 | +| `ssh_config.md` | SSH 連線架構與跳板機設定 | + +## 伺服器架構 + +``` +[本機] → jason_hsieh_home_srv (跳板機) + ├── hospital_media (106.105.181.40) — 影音/通訊服務 (tel.tpech.gov.tw) + └── hospital_web (106.105.181.70) — 網頁/NPM 管理 (tpesupporter.tpech.gov.tw) +``` + +## 連線方式 + +```bash +# 連線至本機 (Hospital Web Server) +ssh hospital_web + +# 連線至影音伺服器 +ssh hospital_media +``` + +> 需於 `~/.ssh/config` 設定跳板機,詳見 `ssh_config.md`。