summaryrefslogtreecommitdiff
path: root/standalone/bonafide.go
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/bonafide.go')
-rw-r--r--standalone/bonafide.go2
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
)