Compare commits
2 Commits
9749d4a28d
...
210caefadd
| Author | SHA1 | Date | |
|---|---|---|---|
| 210caefadd | |||
| 2bbc33dcb4 |
23
README.md
23
README.md
@@ -23,6 +23,12 @@ dns_provider:
|
|||||||
config:
|
config:
|
||||||
api_key: <your-api-key>
|
api_key: <your-api-key>
|
||||||
base_url: https://api.hosting.ionos.com/dns
|
base_url: https://api.hosting.ionos.com/dns
|
||||||
|
notification_provider:
|
||||||
|
type: gotify
|
||||||
|
config:
|
||||||
|
url: <your-gotify-host>
|
||||||
|
token: <your-token>
|
||||||
|
priority: 0
|
||||||
domains:
|
domains:
|
||||||
- tld: example.com
|
- tld: example.com
|
||||||
subdomains:
|
subdomains:
|
||||||
@@ -53,3 +59,20 @@ url: <your-providers-URL>
|
|||||||
Examples for providers are:
|
Examples for providers are:
|
||||||
- https://ifconfig.me
|
- https://ifconfig.me
|
||||||
- https://api.ipify.org
|
- https://api.ipify.org
|
||||||
|
|
||||||
|
## Notification Providers
|
||||||
|
The notification provider is used to send notifications whena IP address changes and a DNS record is updated.
|
||||||
|
|
||||||
|
### Console
|
||||||
|
The console notification provider is used to print the notification to the console. This is the default notification provider.
|
||||||
|
|
||||||
|
### Gotify
|
||||||
|
The Gotify notification provider is used to send notifications to a Gotify server.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
url: <your-gotify-host>
|
||||||
|
token: <your-token>
|
||||||
|
priority: 0
|
||||||
|
```
|
||||||
|
|
||||||
|
The priority must be between 0 and 4.
|
||||||
Reference in New Issue
Block a user