You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lidgren...@googlegroups.com
On 26.4.2010 02:18, willthiswork wrote:
> I have a dynamic IP and i'm hosting a small online game and it seems
> that if i dont hardcode my ip, it doesnt find the host. I'de like to
> input "microtanks.dyndns.org" as the host but it does'nt seem to work.
> Any suggestions?
>
>
Use Dns.GetHostEntry("mydomain.com"); to resolve the domain and get the IP.