From 8382f3b14a6e82f0359a4fe68aee077c1c8665ef Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 10 May 2018 18:43:32 +0200 Subject: [feat] configure the zmq bitmask endpoint per platform Windows uses tcp and linux/darwin uses a local socket. --- bitmask/windows.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitmask/windows.go') diff --git a/bitmask/windows.go b/bitmask/windows.go index 8babd4b..b3d41aa 100644 --- a/bitmask/windows.go +++ b/bitmask/windows.go @@ -18,4 +18,6 @@ package bitmask import "os" +const coreEndpoint = "tcp://127.0.0.1:5001" + var ConfigPath = os.Getenv("APPDATA") + "\\leap" -- cgit v1.2.3