summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2018-12-20 18:37:42 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2018-12-20 18:38:48 +0100
commit5600fdb4a685afa9df5ae530b0a29252be033dc8 (patch)
tree229fa6f790f88bfbcc7a09816555786e6e66428c
parentc9163f221d4cc7b167b5f68eb51ce09843939352 (diff)
[feat] add the TLS endpoint for the service
-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
)