From ac5e85dbe531fcf5eed1f3195964b30ef778bccc Mon Sep 17 00:00:00 2001 From: spiralvoice Date: Sun, 7 Jul 2013 11:04:11 +0000 Subject: [PATCH] patch #8113 --- distrib/ChangeLog | 1 + src/daemon/common/commonGlobals.ml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/distrib/ChangeLog b/distrib/ChangeLog index 4c9e085e..8e48afd0 100644 --- a/distrib/ChangeLog +++ b/distrib/ChangeLog @@ -15,6 +15,7 @@ ChangeLog ========= 2013/07/07: +8113: IP discover: Fix broken URL 8112: BT/HTML: select/unselect whole directories in BT multifile downloads (ygrek) 8110: http_server: refactor error_page (ygrek) 8109: FTP: fix CWD (ygrek) diff --git a/src/daemon/common/commonGlobals.ml b/src/daemon/common/commonGlobals.ml index 9f80cacd..5153daad 100644 --- a/src/daemon/common/commonGlobals.ml +++ b/src/daemon/common/commonGlobals.ml @@ -836,7 +836,7 @@ let discover_ip force = if !verbose then lprintf_nl "started IP discovery"; let module H = Http_client in let r = { H.basic_request with - H.req_url = Url.of_string "http://automation.whatismyip.com/n09230945.asp"; + H.req_url = Url.of_string "http://dynupdate.no-ip.com/ip.php"; H.req_proxy = !CommonOptions.http_proxy; H.req_max_retry = 10; H.req_user_agent = get_user_agent () } -- 2.11.4.GIT