aboutsummaryrefslogtreecommitdiff
path: root/test/full-config.json
diff options
context:
space:
mode:
authorGus Power <gus@infinitesidequests.com>2025-05-15 15:18:39 +0100
committerGus Power <gus@infinitesidequests.com>2025-05-15 15:18:39 +0100
commit5f2466e463edcf6d161f9ba6371eaf7afc3549e3 (patch)
tree6814ffd62c52245cc081ca6ebb419273d7b4b062 /test/full-config.json
parentdd1483cb6d9c060a17dc68357975de2b1ec09c08 (diff)
construct full config, use Args to load it
Diffstat (limited to 'test/full-config.json')
-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/"
+ }
}
]