-
Analyze specific time ranges to find popular locations. Then use [OSM Nomatim](http://wiki.openstreetmap.org/wiki/Nominatim) to do reverse lookups and attempt to identify the location. Categorize and …
-
Currently, ENS domain lookups (i.e. someone.eth) is done via a subgraph that lists all ENS domains an address owns, then displays the first one in that list. A better way to do this would be to use th…
fafrd updated
3 years ago
-
```
adns-1.5.0 supports ipv6. The appended pathc extends adns-python to query for
AAAA records. I guess ipv6 reverse lookups should also be added.
```
Original issue reported on code.google.com …
-
I currently have a bunch of domain name records defined statically under the `customDNS.mapping` section of the blocky config file. I have multiple name records mapping to the same IP, which is quite …
-
```
adns-1.5.0 supports ipv6. The appended pathc extends adns-python to query for
AAAA records. I guess ipv6 reverse lookups should also be added.
```
Original issue reported on code.google.com …
-
Reasoning:
Various ssl implementations (notably java) have issues when trying to connect to ssl enabled servers when no PTR zones can be found.
This can happen regardless whether an actual A record…
-
```
adns-1.5.0 supports ipv6. The appended pathc extends adns-python to query for
AAAA records. I guess ipv6 reverse lookups should also be added.
```
Original issue reported on code.google.com …
-
```
adns-1.5.0 supports ipv6. The appended pathc extends adns-python to query for
AAAA records. I guess ipv6 reverse lookups should also be added.
```
Original issue reported on code.google.com …
-
Hello,
If I read the code well, pingCheck doesn't do reverse DNS lookups.
So if I recycle an IP for a new host, the old hostname will stay.
Could you please update the hostname field while doin…
-
We should display a textual location when we can. There are two options.
1. Store the location in the database with the photo (alter the db schema to support this)
2. Perform this on the frontend with…