From ce2bd1e214506360f832286afe915e1690d9f982 Mon Sep 17 00:00:00 2001 From: haliphax Date: Tue, 7 Mar 2023 17:04:16 -0600 Subject: [PATCH] do not use ipv4 for host binding, use hostname --- data/config.schema.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/data/config.schema.json b/data/config.schema.json index 8ec95a5..9bd5c0e 100644 --- a/data/config.schema.json +++ b/data/config.schema.json @@ -13,7 +13,8 @@ "default": 0 }, "host": { - "type": "string" + "type": "string", + "format": "hostname" }, "port": { "type": "integer", @@ -49,7 +50,7 @@ "properties": { "host": { "type": "string", - "format": "ipv4" + "format": "hostname" }, "host_keys": { "type": "array", @@ -117,7 +118,7 @@ "properties": { "host": { "type": "string", - "format": "ipv4" + "format": "hostname" }, "port": { "type": "integer",