[REBOL] Re: Ip adress
From: mat:plothatching at: 8-Jan-2003 15:15
Hi bryan,
bryan> Additional question to this, how would one get ones domain name?
Well, you could always do this;
domain: read dns://system/network/host-address
Of course, that would only work if the machine only had one ip and
that one was a real one. Realistically you'd have to check through the
list of ips, find one that looks like a real one and do it. Or prompt
the user as to which is the real one.
Even then, their ip may not resolve to a real domain anyway.
Regards,
Mat.