diff options
| author | Gus Power <gus@infinitesidequests.com> | 2025-05-15 15:18:39 +0100 |
|---|---|---|
| committer | Gus Power <gus@infinitesidequests.com> | 2025-05-15 15:18:39 +0100 |
| commit | 5f2466e463edcf6d161f9ba6371eaf7afc3549e3 (patch) | |
| tree | 6814ffd62c52245cc081ca6ebb419273d7b4b062 /test | |
| parent | dd1483cb6d9c060a17dc68357975de2b1ec09c08 (diff) | |
construct full config, use Args to load it
Diffstat (limited to 'test')
| -rw-r--r-- | test/full-config.json | 12 |
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/" + } } ] |
