# HG changeset patch # User IBBoard # Date 1589637513 -3600 # Node ID c90dc847246b4368a7e912aef796a69bd770b3c5 # Parent 7e3c977e970a38c59b8aacbafdffab09c2293f61 Add an IPv6-only header My ISP now supports IPv6, so I want something special for it! diff -r 7e3c977e970a -r c90dc847246b modules/website/files/zzz-0-custom.conf --- a/modules/website/files/zzz-0-custom.conf Sat May 16 14:46:59 2020 +0100 +++ b/modules/website/files/zzz-0-custom.conf Sat May 16 14:58:33 2020 +0100 @@ -92,3 +92,8 @@ Header always set Referrer-Policy "no-referrer-when-downgrade" # FIXME: This shouldn't be a fixed URL! Header always set Expect-CT "max-age=0, report-uri='https://ibboard.report-uri.io/r/default/ct/reportOnly'" + +# We can't just use IPV6 because we're proxying, so look for a colon to tell IPv4 from v6 + + Header always set X-The-Future "Welcome to the future with IPv6!" + \ No newline at end of file