Skip to content

Commit

Permalink
changed external IP resolver website
Browse files Browse the repository at this point in the history
  • Loading branch information
seuffert committed May 25, 2011
1 parent 92bf6b2 commit b0eacd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XBSlink/xbs_natstun.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class xbs_upnp
public static bool isPortReachable = false;

// External IP Service
private const String EXTERNAL_IP_WEB_SERVICE = "http://www.whatismyip.com/automation/n09230945.asp";
private const String EXTERNAL_IP_WEB_SERVICE = "http://automation.whatismyip.com/n09230945.asp";

#if DEBUG
class UPnPlogger : StringWriter
Expand Down

0 comments on commit b0eacd7

Please sign in to comment.