Gii Ipfilters

Hi All

I have a doubt ie;

have any security issues if i add $_SERVER[‘REMOTE_ADDR’] in ipFilters




'gii'=>array(

		........

			'ipFilters'=>array($_SERVER['REMOTE_ADDR'],'::1'),

     		.............

),

Hi

I thing it is enough secured, but you can use extra measures

Check also these links

http://www.sitepoint.com/forums/showthread.php?621896-Security-question-_SERVER-REMOTE_ADDR

thanks for you valuable reply