mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 03:54:34 +04:00
ddns-scripts: add support for Google Cloud DNS
The implementation uses a GCP service account. The user is expected to create and secure a service account and generate a private key. The "password" field can contain the key inline or be a file path pointing to the key file on the router. The GCP project name and Cloud DNS ManagedZone must also be provided. These are taken as form-urlencoded key-value pairs in param_enc. The TTL can optionally be supplied in param_opt. Signed-off-by: Chris Barrick <chrisbarrick@google.com>
This commit is contained in:
committed by
Chris Barrick
parent
02e154d3e5
commit
cbdc67bd10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "cloud.google.com-v1",
|
||||
"ipv4": {
|
||||
"url": "update_gcp_v1.sh"
|
||||
},
|
||||
"ipv6": {
|
||||
"url": "update_gcp_v1.sh"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user