add multi instance support
This commit is contained in:
@@ -76,14 +76,15 @@ config
|
||||
key: "fixtures/test/server-key.pem"
|
||||
cert: "fixtures/test/server-cert.pem"
|
||||
}
|
||||
pdns
|
||||
pdns:
|
||||
{
|
||||
api-key: "123password"
|
||||
api-url: "http://127.0.0.1:8081/api/v1/servers/localhost"
|
||||
timeout: 300
|
||||
defaultTTL: 172800
|
||||
|
||||
|
||||
instance:
|
||||
{
|
||||
api-key: "123password"
|
||||
api-url: "http://127.0.0.1:8081/api/v1/servers/localhost"
|
||||
timeout: 300
|
||||
defaultTTL: 172800
|
||||
}
|
||||
}
|
||||
zoneProfile
|
||||
{
|
||||
|
||||
@@ -65,9 +65,12 @@ config
|
||||
}
|
||||
pdns:
|
||||
{
|
||||
api-key: "123password"
|
||||
api-url: "http://127.0.0.1:8081/api/v1/servers/localhost"
|
||||
defaultTTL: 172800
|
||||
instance:
|
||||
{
|
||||
api-key: "123password"
|
||||
api-url: "http://127.0.0.1:8081/api/v1/servers/localhost"
|
||||
defaultTTL: 172800
|
||||
}
|
||||
}
|
||||
zoneProfile:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user