aboutsummaryrefslogtreecommitdiffstats
path: root/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'server.h')
-rw-r--r--server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server.h b/server.h
index 43f8af2..ec8942c 100644
--- a/server.h
+++ b/server.h
@@ -8,6 +8,8 @@
#include <stdbool.h>
+#define BASE_DYN_IP 0xc0a80100
+
bool is_wg_up_on_iface(const char iface[]);
int setup_server();
int handle_connections(int sock);