Project of QUIC-based VPN, built ontop of soter2 codebase.
Built in C, uses abs build system, currently unavailble for building
- SOCKS5 listens to incoming requests
- SOCKS5 redirects requests to local tcp socket
- Local TCP socket redirects data to QUIC socket
- On the other side server reads data from QUIC socket
- After reading data server starts/ends connections, sends actual data to destinstations
