Metadata-Version: 2.4
Name: eodo
Version: 0.1.4
Summary: EdgeOneDynamicOrigin
Requires-Python: >=3.12
Requires-Dist: hatchling>=1.27.0
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: schedule
Requires-Dist: streamlit
Description-Content-Type: text/markdown

# EdgeOne Dynamic Origin

EdgeOne 是腾讯云的边缘安全加速平台。该脚本为其提供动态更新源站组 IP 的功能。
此功能特别适用于那些 IP 地址可能会变化的源站，确保 CDN 始终能够正确地获取最新的内容。比如仅有动态 IPV6 地址的服务器，
也能够长期稳定部署WEB服务，而不必使用 frp / ngork 等内网端口转发工具。

注意，若要使用该脚本，在 EdgeOne 中的加速域名必须使用源站组配置源站。

注意，该脚本仅适用于 Windows 系统。

### 使用方法

1. 安装：`pip install eodo -U`
2. 在 `http://localhost:54321` 中配置必要的配置项。
3. 运行 `eodo -i 15 -p 54321` 以启动。 -i 15 表示每 15 分钟检查一次源站组 IP 的变化，-p 54321 表示监听端口为 54321。
