From 601c2043a24cc8a02dbdcd03244ab2eb70fc2f8d Mon Sep 17 00:00:00 2001 From: Imre Kristoffer Eilertsen Date: Wed, 8 Jan 2020 07:38:41 +0100 Subject: [PATCH] Update Syntax.json --- data/Syntax.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/data/Syntax.json b/data/Syntax.json index 21db53a0c..e4540194c 100644 --- a/data/Syntax.json +++ b/data/Syntax.json @@ -2,7 +2,7 @@ { "id": 1, "definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)", - "name": "Hosts (localhost)" + "name": "Hosts (localhost IPv4)" }, { "id": 2, @@ -58,7 +58,7 @@ { "id": 14, "definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)", - "name": "Non-localhost hosts" + "name": "Non-localhost hosts (IPv4)" }, { "id": 15, @@ -144,5 +144,20 @@ { "id": 34, "name": "IPs (CIDR only)" + }, + { + "id": 35, + "definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)", + "name": "Hosts (localhost IPv4 + IPv6)" + }, + { + "id": 36, + "definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)", + "name": "Hosts (localhost IPv6)" + }, + { + "id": 37, + "definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)", + "name": "Non-localhost hosts (IPv6)" } ]