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.