2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-29 05:18:08 +00:00

updated generate zones config

Signed-off-by: Jay07GIT <jeyraj931@gmail.com>
This commit is contained in:
Jay07GIT 2025-03-07 16:52:26 +05:30
parent 56a31d44ad
commit 173f33bf88
No known key found for this signature in database
GPG Key ID: AC6B0308EFC79008
4 changed files with 38 additions and 0 deletions

View File

@ -50,6 +50,16 @@ vinyldns {
class-name = "vinyldns.api.backend.dns.DnsBackendProviderLoader"
settings = {
legacy = false
dns-provider-api ={
create-zone-uri ={
bind = "http://localhost:19000/api/zones/generate"
powerdns = "http://localhost:8081/api/v1/servers/localhost/zones"
}
api-key={
bind = "bind-api-key"
powerdns = "sample"
}
}
backends = [
{
id = "default"

View File

@ -40,6 +40,16 @@ vinyldns {
class-name = "vinyldns.api.backend.dns.DnsBackendProviderLoader"
settings = {
legacy = false
dns-provider-api ={
create-zone-uri ={
bind = "http://localhost:19000/api/zones/generate"
powerdns = "http://localhost:8081/api/v1/servers/localhost/zones"
}
api-key={
bind = "bind-api-key"
powerdns = "sample"
}
}
backends = [
{
id = "default"

View File

@ -15,6 +15,15 @@ vinyldns {
class-name = "vinyldns.api.backend.dns.DnsBackendProviderLoader"
settings = {
legacy = false
dns-provider-api ={
create-zone-uri ={
bind = "http://localhost:19000/api/zones/generate"
powerdns = "http://localhost:8081/api/v1/servers/localhost/zones"
}
api-key={
bind = "bind-api-key"
powerdns = "sample"
}
backends = [
{
id = "default"

View File

@ -54,6 +54,15 @@ vinyldns {
class-name = "vinyldns.api.backend.dns.DnsBackendProviderLoader"
settings = {
legacy = false
dns-provider-api ={
create-zone-uri ={
bind = "http://localhost:19000/api/zones/generate"
powerdns = "http://localhost:8081/api/v1/servers/localhost/zones"
}
api-key={
bind = "bind-api-key"
powerdns = "sample"
}
backends = [
{
id = "default"