# HG changeset patch # User Goffi # Date 1461693568 -7200 # Node ID a74047906dfd4f710d5fb18c055b7ebc6a8af0e3 # Parent f6d560cabeee85a5f91406dd952bc9c8046ccc66 plugin misc ip: changed URL of GET_IP_PAGE for the new one on salut-a-toi.org diff -r f6d560cabeee -r a74047906dfd src/plugins/plugin_misc_ip.py --- a/src/plugins/plugin_misc_ip.py Tue Apr 26 19:04:59 2016 +0200 +++ b/src/plugins/plugin_misc_ip.py Tue Apr 26 19:59:28 2016 +0200 @@ -53,7 +53,7 @@ } # TODO: GET_IP_PAGE should be configurable in sat.conf -GET_IP_PAGE = "http://www.goffi.org/sat_tools/get_ip.php" # This page must only return external IP of the requester +GET_IP_PAGE = "http://salut-a-toi.org/whereami/" # This page must only return external IP of the requester GET_IP_LABEL = D_(u"Allow external get IP") GET_IP_CATEGORY = "General" GET_IP_NAME = "allow_get_ip"