diff --git a/backend/input.json b/backend/input.json index 039b8cd9c82d4827904f894c2848cb4573a7ad1e..658c4f7a3f4b3adad8a01361b743b09a8c9351c5 100644 --- a/backend/input.json +++ b/backend/input.json @@ -1,6 +1,6 @@ { "domains": { - "web": [ + "https": [ "expired.badssl.com", "wrong.host.badssl.com", "self-signed.badssl.com", @@ -34,6 +34,9 @@ "firmware.freifunk.lu", "map.freifunk.lu" ], + "tls" : [ + {"host": "example.org", "port": 443} + ], "smtp": [ {"host": "smtp.c3l.lu", "port": 587} ],