aboutsummaryrefslogtreecommitdiffstats
path: root/protocol.h
blob: fd482a2fd9f40b1951b0afce8b324d9b66b3ca7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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_IP "fe80::"*/
#define WG_DYNAMIC_SERVER_PORT 51820

#endif