From 5f2466e463edcf6d161f9ba6371eaf7afc3549e3 Mon Sep 17 00:00:00 2001 From: Gus Power Date: Thu, 15 May 2025 15:18:39 +0100 Subject: construct full config, use Args to load it --- test/full-config.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'test/full-config.json') 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/" + } } ] -- cgit v1.2.3