diff options
Diffstat (limited to 'includes/IP.php')
-rw-r--r-- | includes/IP.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/IP.php b/includes/IP.php index 5f492c66..50d57583 100644 --- a/includes/IP.php +++ b/includes/IP.php @@ -303,7 +303,7 @@ class IP { static $privateRanges = false; if ( !$privateRanges ) { $privateRanges = array( - array( 'fc::', 'fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff' ), # RFC 4193 (local) + array( 'fc00::', 'fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff' ), # RFC 4193 (local) array( '0:0:0:0:0:0:0:1', '0:0:0:0:0:0:0:1' ), # loopback ); } |