mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
I2PTunnel added
This commit is contained in:
parent
377d390dff
commit
0110b70195
5 changed files with 110 additions and 3 deletions
|
@ -42,6 +42,7 @@ set ( SOURCES
|
|||
aes.cpp
|
||||
Daemon.cpp
|
||||
SOCKS.cpp
|
||||
I2PTunnel.cpp
|
||||
)
|
||||
|
||||
set ( HEADERS
|
||||
|
@ -74,6 +75,7 @@ set ( HEADERS
|
|||
aes.h
|
||||
Daemon.h
|
||||
SOCKS.h
|
||||
I2PTunnel.h
|
||||
)
|
||||
|
||||
if (WIN32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue