mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
add initial WebSOCKS implementation
This commit is contained in:
parent
d0e9fe1e3e
commit
0d83a34cfd
6 changed files with 458 additions and 2 deletions
|
@ -98,6 +98,7 @@ set (CLIENT_SRC
|
|||
"${CMAKE_SOURCE_DIR}/HTTP.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/HTTPProxy.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/I2CP.cpp"
|
||||
"${CMAKE_SOURCE_DIR}/WebSocks.cpp"
|
||||
)
|
||||
|
||||
if(WITH_WEBSOCKETS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue