diff --git a/API.md b/API.md index f0aa5ee5..2d2cbad3 100644 --- a/API.md +++ b/API.md @@ -342,7 +342,18 @@ Returns: "timezone": "America/Los_Angeles", "latitude": 37.386, "longitude": -122.0838, - "accuracy": 1000 + "accuracy": 1000, + "net": [{"description": "Google Inc.", + "address": "1600 Amphitheatre Parkway", + "city": "Mountain View", + "state": "CA", + "postal_code": "94043", + "country": "United States", + ... + }, + {...} + ] + } json: {"error": "The address 127.0.0.1 is not in the database." diff --git a/data/interfaces/default/ip_address_modal.html b/data/interfaces/default/ip_address_modal.html index 5b80b13c..39c5f310 100644 --- a/data/interfaces/default/ip_address_modal.html +++ b/data/interfaces/default/ip_address_modal.html @@ -34,6 +34,15 @@