View Single Post
  #8  
Old 02-23-2012, 10:39 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Quote:
<!-- address has to be specified for minilogin to work -->
<address>192.168.1.100</address>
<localaddress>127.0.0.1</localaddress>
address should be your routable IP address that you would get from looking at your router, using whatismyip, etc., not a non-routable internal one.

localaddress might need to be your actual network card ip rather than localhost, although depending on how that;s used they may be equivalent. Either way, using 192.168.1.100 shouldn't hurt anything.
Reply With Quote