diff --git a/debian/README.Debian b/debian/README.Debian
index 4cff1cb8..005642c3 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -4,4 +4,8 @@ For this to work, your web server must have content negotiation enabled.
Or you have to remove for one language XY the file extensions of the
.html.XY files.
-For installation of a FastCGI script instead of the above, see README.
+Note that only the local host (ie. 127.0.0.1) can access this
+script. If you want to enable access from other hosts you have
+to adjust the ALLOWED_HOSTS and ALLOWED_SERVERS variables in
+the /usr/lib/cgi-bin/lc.cgi script.
+
diff --git a/debian/changelog b/debian/changelog
index e4cdd1e9..575bdc4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+linkchecker (1.13.1-2) unstable; urgency=low
+
+ * Added access notes about CGI script to README.Debian (Closes:
+ #263568)
+
+ -- Bastian Kleineidam