1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:47:45 +00:00

LibCore+RequestServer: Add support for SOCKS5 proxies

This commit is contained in:
Ali Mohammad Pur 2022-04-06 04:14:18 +04:30 committed by Andreas Kling
parent bd5403adf1
commit cd9d740107
6 changed files with 470 additions and 15 deletions

View file

@ -26,6 +26,7 @@ set(SOURCES
ProcessStatisticsReader.cpp
Property.cpp
SecretString.cpp
SOCKSProxyClient.cpp
Stream.cpp
StandardPaths.cpp
System.cpp