aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/full-config.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/full-config.json b/test/full-config.json
new file mode 100644
index 0000000..fab3129
--- /dev/null
+++ b/test/full-config.json
@@ -0,0 +1,26 @@
+[
+ {
+ "interface": "eth0",
+ "fqdn": "vpn.private-client.com",
+ "ttl": 600,
+ "record_type": "A",
+ "providers": [
+ {
+ "type": "GANDI",
+ "api_key": "SOME_API_KEY"
+ }
+ ]
+ },
+ {
+ "interface": "eth1",
+ "fqdn": "vpn2.private-client2.com",
+ "ttl": 1800,
+ "record_type": "AAAA",
+ "providers": [
+ {
+ "type": "GANDI",
+ "api_key": "SOME_OTHER_API_KEY"
+ }
+ ]
+ }
+]