/* 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