From 174cf59fcca7f1dea07f95820d8c77ce94659931 Mon Sep 17 00:00:00 2001 From: Santeri Toikka <santeri.toikka@iki.fi> Date: Sun, 4 Dec 2016 19:17:31 +0200 Subject: [PATCH] Fixed ipv6 mask. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83189bf..c528f71 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ With the credentials, you can update the TXT response in the service to match th "allowfrom": [ "192.168.100.1/24", "1.2.3.4/32", - "2002:c0a8:2a01::0/32", + "2002:c0a8:2a00::0/40", } ``` -- GitLab