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:
parent
56a31d44ad
commit
173f33bf88
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user