diff options
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/bonafide.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/bonafide.go b/standalone/bonafide.go index e28eb08..92c1011 100644 --- a/standalone/bonafide.go +++ b/standalone/bonafide.go @@ -34,7 +34,7 @@ import ( const ( certAPI = "https://api.black.riseup.net/1/cert" eipAPI = "https://api.black.riseup.net/1/config/eip-service.json" - geolocationAPI = "https://api.black.riseup.net/getmyip/json" + geolocationAPI = "https://api.black.riseup.net:9001/json" secondsPerHour = 60 * 60 ) |