aboutsummaryrefslogtreecommitdiffstats
path: root/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocol.h')
-rw-r--r--protocol.h12
1 files changed, 12 insertions, 0 deletions
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