Sfoglia il codice sorgente
Added additional parameters
Added params for possible api-pass (enhanced powerdns security), and http-auth in case of the use of an (nginx) http(s)-reverse proxy for even more security
tags/v1.2.0
lowEagle
6 anni fa
Nessun account collegato all'indirizzo email del committer
|
@@ -1,5 +1,8 @@
|
1
|
1
|
{
|
|
2
|
+ "http-auth-user": "user",
|
|
3
|
+ "http-auth-pass": "change_it",
|
2
|
4
|
"api-key": "change_it",
|
|
5
|
+ "api-pass": "change_it_too",
|
3
|
6
|
"base-url": "http://127.0.0.1:34022/api/v1",
|
4
|
7
|
"axfr-time": 5
|
5
|
|
-}
|
|
8
|
+}
|