Skip to content

Commit

Permalink
Merge b733ec3 into c286362
Browse files Browse the repository at this point in the history
  • Loading branch information
viq committed Apr 25, 2018
2 parents c286362 + b733ec3 commit e21800c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions glances/plugins/glances_ip.py
Expand Up @@ -45,9 +45,9 @@
# - url: URL of the Web site
# - json: service return a JSON (True) or string (False)
# - key: key of the IP addresse in the JSON structure
urls = [('http://ip.42.pl/raw', False, None),
('http://httpbin.org/ip', True, 'origin'),
('http://jsonip.com', True, 'ip'),
urls = [('https://ip.42.pl/raw', False, None),
('https://httpbin.org/ip', True, 'origin'),
('https://jsonip.com', True, 'ip'),
('https://api.ipify.org/?format=json', True, 'ip')]


Expand Down

0 comments on commit e21800c

Please sign in to comment.