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/darwin.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitmask/darwin.go') diff --git a/bitmask/darwin.go b/bitmask/darwin.go index 88d6f8b..32a9b07 100644 --- a/bitmask/darwin.go +++ b/bitmask/darwin.go @@ -18,4 +18,6 @@ package bitmask import "os" +const coreEndpoint = "ipc:///var/tmp/bitmask.core.sock" + var ConfigPath = os.Getenv("HOME") + "/Library/Preferences/leap" -- cgit v1.2.3