https://bugzilla.wikimedia.org/show_bug.cgi?id=30739
--- Comment #3 from Carl Austin Bennett <[email protected]> 2011-09-06 22:31:34 UTC --- This is weird, wfGetIP correctly determines $ipchain = {127.0.0.1 , 2001:5c0:1000:a::133 } and recognises 127.0.0.1 as a trusted proxy (localhost4) but then fails to recognise the IPv6 as compliant with IP::isPublic() Set $wgUsePrivateIPs = 1 and suddenly [[special:mypage]] indeed does go to [[User:2001:5C0:1000:A:0:0:0:133]] (or whatever dynamic IP I'm browsing from). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
