Skip to content

Commit

Permalink
🐛 fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamgreyson committed Dec 11, 2024
1 parent b7937c4 commit f63e5a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[![CodeFactor](https://www.codefactor.io/repository/github/abrahamgreyson/update-whitelist/badge)](https://www.codefactor.io/repository/github/abrahamgreyson/update-whitelist)
[![Test](https://github.com/abrahamgreyson/update-whitelist/actions/workflows/test.yml/badge.svg)](https://github.com/abrahamgreyson/update-whitelist/actions/workflows/test.yml)
[![Codecov](https://codecov.io/gh/abrahamgreyson/update-whitelist/branch/main/graph/badge.svg?token=Fc4MbBmMpZ)](https://codecov.io/gh/abrahamgreyson/update-whitelist?branch=main)
![Python versions](https://img.shields.io/badge/python-3.9%7C3.10%7C3.11%7C3.12-blue)
![Views](https://komarev.com/ghpvc/?username=abe-update-whitelist&color=green)
[![Python versions](https://img.shields.io/badge/python-3.9%7C3.10%7C3.11%7C3.12-blue)](https://github.com/abrahamgreyson/update-whitelist/actions/workflows/test.yml)
[![Views](https://komarev.com/ghpvc/?username=abe-update-whitelist&color=green)](https://komarev.com/ghpvc/)

这个工具旨在在缺乏堡垒机的情况下,对在线服务器放行本地 ip,免得长期暴露敏感端口。它会定时(每 3 分钟)获取本地的外网 ip,更新到云服务器的安全组白名单(目前支持腾讯云、华为云,其它云请自己实现接口)。
支持多个云,每个云支持多个 region,每个 region 支持多个安全组,每个安全组支持多个端口的放行。
Expand Down

0 comments on commit f63e5a2

Please sign in to comment.