WebThingsIO / registration_server

The registration server for WebThings Gateway.
Mozilla Public License 2.0
79 stars 33 forks source link

Implement GeoIP-based DNS resolution. #72

Closed mrstegeman closed 6 years ago

mrstegeman commented 6 years ago
mrstegeman commented 6 years ago

@andrenatal Ignore Travis, compilation works fine locally and on AWS.

mrstegeman commented 6 years ago

@andrenatal Unfortunately, I couldn't get the PowerDNS geoip module to play well with the "remote" module that we've implemented in this server, so I just did the geoip myself in rust.

It's not running on staging yet. I wanted to make sure this all looked sane before I spent any time doing AWS work. Thanks for taking a look!