From 6c992a8d90b3c19d3ea16c32ee04990c79cd2f6d Mon Sep 17 00:00:00 2001 From: Sam Geyskens Date: Tue, 23 Dec 2025 17:07:46 +0100 Subject: [PATCH] update providers info --- INSTALL.md | 3 ++- README.md | 12 ++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 363f9b3..05bcc15 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -155,7 +155,8 @@ Open `config.json` and fill in your details: - `SafeLine.ApiToken`: Your SafeLine API token - `ApplyCert.Email`: Email for Let's Encrypt notifications - `ApplyCert.SavePath`: Where to save certificates (Linux: `/opt/safelineapi/certs`, Windows: `C:\SafelineAPI\certs`) -- `DNSProvider`: Your DNS provider (Cloudflare, TencentCloud, AliCloud, HuaweiCloud, WestCN) +- `DNSProvider`: Set to `Cloudflare` (additional providers coming in future versions) +- `Cloudflare.APIToken`: Your scoped Cloudflare API token with `Zone:DNS:Edit` permissions See [CONFIGURATION.md](docs/CONFIGURATION.md) for detailed configuration options. diff --git a/README.md b/README.md index 92141ac..12e72ee 100644 --- a/README.md +++ b/README.md @@ -46,16 +46,12 @@ For detailed setup instructions, see **[INSTALL.md](INSTALL.md)** which covers: For detailed configuration options, see [docs/CONFIGURATION.md](docs/CONFIGURATION.md) -## DNS Providers +## DNS Provider -Currently supported: -- **Cloudflare** - Recommended for most users -- **Tencent Cloud** - For Chinese users -- **Aliyun (Alibaba Cloud)** - For Chinese users -- **Huawei Cloud** - For Chinese users -- **WestCN** - For Chinese users +Currently supports: +- **Cloudflare** - Primary DNS provider -See [docs/cloudflare.md](docs/cloudflare.md) for Cloudflare-specific setup. +Additional providers can be added in the future. See [docs/cloudflare.md](docs/cloudflare.md) for Cloudflare setup instructions. ## Security Best Practices