aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/full-config.json12
1 files changed, 10 insertions, 2 deletions
diff --git a/test/full-config.json b/test/full-config.json
index fab3129..fe70d94 100644
--- a/test/full-config.json
+++ b/test/full-config.json
@@ -9,7 +9,11 @@
"type": "GANDI",
"api_key": "SOME_API_KEY"
}
- ]
+ ],
+ "ip_service": {
+ "type": "IDENTME",
+ "url": "https://v4.ident.me/"
+ }
},
{
"interface": "eth1",
@@ -21,6 +25,10 @@
"type": "GANDI",
"api_key": "SOME_OTHER_API_KEY"
}
- ]
+ ],
+ "ip_service": {
+ "type": "IDENTME",
+ "url": "https://v4.ident.me/"
+ }
}
]