mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-02-21 10:00:09 +03:00
Include headers properly
This commit is contained in:
@ -8,6 +8,9 @@
|
||||
#ifndef SERVER_H
|
||||
#define SERVER_H
|
||||
|
||||
#include "Client.h"
|
||||
#include "Proto_WireGuard.h"
|
||||
|
||||
// Default ports
|
||||
#define SERVER_DEF_PORTS_1 443
|
||||
#define SERVER_DEF_PORTS_2 992
|
||||
|
||||
Reference in New Issue
Block a user