From cd16d7e397a81163856dedc8cf53efecea20fc7a Mon Sep 17 00:00:00 2001
From: Martin Polden
Date: Wed, 30 Aug 2017 19:40:38 +0200
Subject: [PATCH] Update FAQ
---
index.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/index.html b/index.html
index 979ef63..9d69752 100644
--- a/index.html
+++ b/index.html
@@ -106,6 +106,9 @@ $ http ifconfig.co/port/8080
for requests that exceed this limit. They may be rate-limited (with a
429 response code) or dropped entirely.
+ Is IPv6 supported?
+ IPv6 is currently not supported. You are however free to host your own service with IPv6 support, see next question.
+
Can I run my own service?
Yes, the source code and documentation is available on GitHub