Update README.md and some fixes.

This commit is contained in:
2026-05-29 23:01:47 +08:00
parent ef160828c1
commit 7ae8d4330a
2 changed files with 21 additions and 2 deletions
+12
View File
@@ -43,6 +43,18 @@ doUpdate: true # set it to true to enable updater
domains: [] # subdomains that you want auto-update (Example: { "name": "www.example.com", "proxied": true })
zone: null # zone of your domain name (such as example.com)
ddnsBroadcastCode: code-here # IMPORTANT: Replace it that only you know
maintenancePageURL: "" # Maintenance page url (set it to an existing URL if you would use maintenance mode)
```
For dns item, use this template:
```
{
"name": "www.example.com", # DNS name
"proxied": false, # Enable proxy (Enable this if you want to hide your server's real IP)
"type": "A", # or "CNAME", "AAA", "TEXT", "MX"
"allowMaintenance": true # Redirect to maintenancePage if maintenance mode is enabled.
}
```
Remember to restart the tool after you save the config file.