had forgotten to add patch to org.kost.externalip

This commit is contained in:
David Black 2013-04-09 13:46:41 +01:00
parent 7fc854da47
commit 29b8003356

View file

@ -0,0 +1,16 @@
diff -r 431da48bfb10 -r c7c8c7aa3f67 src/org/kost/externalip/ExternalIP.java
--- a/src/org/kost/externalip/ExternalIP.java Thu Jun 09 01:11:36 2011 +0200
+++ b/src/org/kost/externalip/ExternalIP.java Fri Oct 26 14:25:52 2012 +0100
@@ -83,10 +83,11 @@
ip.setText("Please wait...");
try {
HttpClient httpclient = new DefaultHttpClient();
- HttpGet httpget = new HttpGet("http://wiki.iti-lab.org/ip.php");
+ // HttpGet httpget = new HttpGet("http://wiki.iti-lab.org/ip.php");
// HttpGet httpget = new HttpGet("http://whatismyip.everdot.org/ip");
// HttpGet httpget = new HttpGet("http://whatismyip.com.au/");
// HttpGet httpget = new HttpGet("http://www.whatismyip.org/");
+ HttpGet httpget = new HttpGet("http://checkip.dyndns.org");
HttpResponse response;
response = httpclient.execute(httpget);