Commit graph

19 commits

Author SHA1 Message Date
pufferffish
efc7e62704 implement ICMP ping 2024-04-11 01:46:08 +01:00
pufferffish
4cf68c94dd implement metric endpoint 2024-04-10 02:46:29 +01:00
pufferffish
bbde9cd266 bump version 2024-04-06 20:21:37 +01:00
Evsyukov Denis
a2d7aecb6f
fix: improvements in memory consumption (#100)
* fix: must close the connection after processing

I think it should help to close #80

* feat: migration to github.com/things-go/go-socks5

- preallocate config slices
- not used interfaces in consumer
- do not allocate new variables in loops

* feat: close connection after full processing

* feat: correct process sigint signal

* feat: improve build system

* fix: http proxy

* feat: update golangci-lint-action to v3.7.0

* feat: correct process routines

* fix: close http conn correctly

* feat: update golangci-lint-action to v4

* fix: goreleaser used clean now
2024-02-11 12:45:43 +00:00
François Guerraz
aa207764b2
Implement STDIOTunnel (#70) 2023-06-14 03:17:32 +01:00
Wayback Archiver
30d2697f03
Add silent flag to reduce output (#67) 2023-05-20 23:47:19 +01:00
octeep
2d53f675af add Makefile 2022-09-01 19:06:20 +08:00
octeep
9a1616cb25 bump version to 1.0.4 2022-08-23 22:04:36 +08:00
octeep
f2c20380a1 add print version flag 2022-08-23 21:43:30 +08:00
octeep
6a66de7ef9 resolve host for every new connection in static tunnels 2022-04-04 20:45:28 +01:00
octeep
7704fa76b9 OpenBSD unveil to prevent -d from executing other binaries 2022-04-04 06:00:38 +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
50ba66c898 add pledge call on OpenBSD 2022-03-31 20:15:05 +01:00
octeep
77bd80fbbd add configtest flag 2022-03-30 18:27:52 +01:00
octeep
0feb8624fa reworked argument parsing + daemon flag #19 2022-03-30 03:00:58 +01:00
octeep
4937223047 fix project file structure 2022-03-29 00:33:59 +01:00
octeep
6a557b1f06 code refactor 2022-03-29 00:19:29 +01:00
octeep
7a02954897 refactor config system 2022-03-28 23:41:10 +01:00