summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_ip.py
diff options
context:
space:
mode:
Diffstat (limited to 'glances/plugins/glances_ip.py')
-rw-r--r--glances/plugins/glances_ip.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/glances/plugins/glances_ip.py b/glances/plugins/glances_ip.py
index 6a488452..bacbb3ce 100644
--- a/glances/plugins/glances_ip.py
+++ b/glances/plugins/glances_ip.py
@@ -32,8 +32,6 @@ else:
# - json: service return a JSON (True) or string (False)
# - key: key of the IP address in the JSON structure
urls = [
- # glances_ip.py plugin relies on low rating / malicious site domain #1975
- # ('https://ip.42.pl/raw', False, None),
('https://httpbin.org/ip', True, 'origin'),
('https://api.ipify.org/?format=json', True, 'ip'),
('https://ipv4.jsonip.com', True, 'ip'),