From 5600fdb4a685afa9df5ae530b0a29252be033dc8 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 20 Dec 2018 18:37:42 +0100 Subject: [feat] add the TLS endpoint for the service --- standalone/bonafide.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone/bonafide.go') 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 ) -- cgit v1.2.3