change wireguard vpn protocol implementation on Windows from wg.exe to wireguard windows embeddable-dll-service

This commit is contained in:
DiepDTN
2021-10-08 07:44:19 +07:00
parent d553d7f772
commit 6042317552
13 changed files with 243 additions and 3 deletions
+3
View File
@@ -4,4 +4,7 @@
include(common.pri)
qtservice-uselib:SUBDIRS=buildlib
SUBDIRS+=server
win32 {
SUBDIRS+=wireguard-service
}
}