From 64f825db92ce31102b29ac96fd382ac3643fb6ae Mon Sep 17 00:00:00 2001 From: Tushar Pankaj Date: Mon, 12 Nov 2018 17:06:07 -0600 Subject: Write client connect_to_server Signed-off-by: Tushar Pankaj --- protocol.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 protocol.h (limited to 'protocol.h') diff --git a/protocol.h b/protocol.h new file mode 100644 index 0000000..ff6c04d --- /dev/null +++ b/protocol.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: MIT */ +/* + * Copyright (C) 2018 Wireguard LLC + */ + +#ifndef PROTOCOL_H +#define PROTOCOL_H + +#define WG_DYNAMIC_SERVER_IP "::1" +#define WG_DYNAMIC_SERVER_PORT 51820 + +#endif -- cgit v1.2.3-59-g8ed1b