one problem for using unicorn

Hi all,

 

     I am trying to do a mobileOK checking for one web page using unicorn.
But I found one problem, I only could verify web page with public ip , my
web site with private ip can't be verified. I think it is by design.

In order to verify my web site with private ip, I download the source code
of unicorn, and compile it and deploy it on my local machine, however I
still only verify the web site with public ip.

Note: I have modified the parameter ACCEPT_LOCAL_ADDRESSED=true  in the
file:unicorn.properties.

 

I checked the code and the debug information again, It seems that the
unicorn is collecting the returned information from mobileOK validator with
public ip(http://validator.w3.org/mobile/).  Is it the reason why I can't
verify web site with private IP?  If so , I need to compile and install the
mobileOK validator on my local machine, right?

 

Could anyone give me some tips about how to deploy the unicorn so that I
could verify my web site with internal ip?

 

 

Thanks in advance!!!

Received on Friday, 1 April 2011 10:30:41 UTC