You've already forked ddns-updater
Added ability to set/add Webhook Token in payload
This commit is contained in:
@@ -13,10 +13,6 @@ const (
|
||||
webhookTag = "webhook"
|
||||
)
|
||||
|
||||
type Doer interface {
|
||||
Do(*http.Request) (*http.Response, error)
|
||||
}
|
||||
|
||||
type WebhookConfig struct {
|
||||
Url string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user