aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorhttp://hands.com/~phil/ <hands@web>2011-12-12 19:33:58 -0400
committeradmin <admin@branchable.com>2011-12-12 19:33:58 -0400
commit8c21227bb645e3cfd0ff73000bfe2183ea88d4fc (patch)
tree6f4b5cd20950ab3d916db87f2759378c857a3d92 /doc/bugs
parent299c82705884133b29c508ce65bd3df2f25128cf (diff)
downloadikiwiki-8c21227bb645e3cfd0ff73000bfe2183ea88d4fc.tar
ikiwiki-8c21227bb645e3cfd0ff73000bfe2183ea88d4fc.tar.gz
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/blogspam__95__options_whitelist_vs._IPv6__63__.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/blogspam__95__options_whitelist_vs._IPv6__63__.mdwn b/doc/bugs/blogspam__95__options_whitelist_vs._IPv6__63__.mdwn
new file mode 100644
index 000000000..abe0bd098
--- /dev/null
+++ b/doc/bugs/blogspam__95__options_whitelist_vs._IPv6__63__.mdwn
@@ -0,0 +1,4 @@
+This is possibly/probably due to my weird setup, which is that I have apache behind nginx, with the result that apache sees the client's IPv4 address as having been mapped to IPv6. i.e. <tt>::ffff:10.11.12.13</tt>. That being the case, I currently need to specify that (with the <tt>::ffff:</tt> prepended) if I want to whitelist (or more importantly blacklist) and IPv4 address.
+
+It strikes me that this is liable to become more of a problem as people finally start using IPv6, so it might be worth ensuring that the code that compares IP addresses be able to treat the two formats (with and without the ffff's) as equivalent.
+