From 88634c81e5a1b243caf9ecff0402a79dc93c8b59 Mon Sep 17 00:00:00 2001 From: Tushar Pankaj Date: Tue, 20 Nov 2018 20:24:47 -0600 Subject: Get capnproto decode of WgClientMsg working Signed-off-by: Tushar Pankaj --- protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocol.h') diff --git a/protocol.h b/protocol.h index ff6c04d..fd482a2 100644 --- a/protocol.h +++ b/protocol.h @@ -7,6 +7,7 @@ #define PROTOCOL_H #define WG_DYNAMIC_SERVER_IP "::1" +/*#define WG_DYNAMIC_SERVER_IP "fe80::"*/ #define WG_DYNAMIC_SERVER_PORT 51820 #endif -- cgit v1.2.3-59-g8ed1b