Commit graph

12 commits

Author SHA1 Message Date
Evsyukov Denis
229ad7a95d
feat: migration to github.com/things-go/go-socks5
- preallocate config slices
- not used interfaces in consumer
- do not allocate new variables in loops
2024-02-08 15:16:52 +03:00
François Guerraz
5f76f777d5
Use io.Copy instead of io.CopyBuffer (#85) 2023-08-17 22:40:19 +01:00
François Guerraz
aa207764b2
Implement STDIOTunnel (#70) 2023-06-14 03:17:32 +01:00
Wayback Archiver
25e6568f4d
Add support for http proxy (#68)
* Add support for http proxy

* add test case for http proxy

---------

Co-authored-by: octeep <github@bandersnatch.anonaddy.com>
Co-authored-by: pufferfish <74378430+pufferffish@users.noreply.github.com>
2023-05-22 17:47:33 +01:00
Fabian Off
b18b709f84 make VirtualTun fields public 2022-12-23 14:32:36 +01:00
octeep
e686381fa9 update go version to 1.18 2022-05-20 12:25:48 +01:00
octeep
6a66de7ef9 resolve host for every new connection in static tunnels 2022-04-04 20:45:28 +01:00
octeep
da4990df06 replace log.Panic with log.Fatal 2022-04-03 19:42:19 +01:00
octeep
4b3bcb80ea add documentation 2022-04-01 00:47:14 +01:00
octeep
2defb13396 constant time string comparison for socks5 credential validation 2022-03-31 10:07:44 +01:00
octeep
5af80fad6a use system nameserver if DNS field is empty #26 2022-03-31 09:32:43 +01:00
octeep
6a557b1f06 code refactor 2022-03-29 00:19:29 +01:00