diff --git a/standalone/bonafide.go b/standalone/bonafide.go index e28eb089ab2cf4c19fce88120dc5a7217d5f0457..92c1011bcafcf76d2ed5078b965349c12d4bf9c2 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 )