Commit Graph
89 Commits
Author SHA1 Message Date
9seconds 5ad64390d6 There is no need to set rlimit in go 1.19 2022-08-04 10:58:31 +03:00
9seconds f9ad93dd06 More comprehensive build info collection 2022-08-04 10:57:28 +03:00
9seconds 5df1f594cc Use embedded buildinfo 2022-03-18 18:06:56 +03:00
9seconds 2b5b325722 Add doc for cli package 2021-04-09 14:51:46 +03:00
9seconds ea7033d569 Move cli to internal 2021-04-02 21:36:15 +03:00
9seconds 2fe04c7c9b Move utils to internal 2021-04-02 21:27:34 +03:00
9seconds 0330a0e5cd Fixes for obfuscated2 2021-03-18 17:15:55 +03:00
9seconds 185baf6bc9 Add tests for access command 2021-03-12 21:57:53 +03:00
9seconds d6566e5dfb Change network to accept DialFunc 2021-03-11 06:08:15 +03:00
9seconds 6b28488fbd Move cli to separate package 2021-03-11 05:50:04 +03:00
9seconds 94084674c0 Use custom cli classes 2021-03-10 18:08:25 +03:00
9seconds 9aa56191f9 Linting 2021-03-10 17:18:53 +03:00
9seconds cbcc113e41 Add cli command for access 2021-03-10 16:59:19 +03:00
9seconds 6f0b0e0c32 Add command for generating secrets 2021-03-10 15:59:48 +03:00
9seconds 783c49db37 Correct secret parsing 2021-03-10 12:26:07 +03:00
9seconds d5147f1935 Rename dialers into network 2021-03-05 14:12:38 +03:00
9seconds 4689479745 Add base dialers module 2021-03-05 12:20:57 +03:00
9seconds baee322cd7 Reset a project 2021-03-04 10:15:34 +03:00
9seconds 7a6695f6c4 Update golangci-lint 2020-08-10 14:39:50 +03:00
9seconds 289e8f5945 Tune buffer limits to 32kb by default 2020-03-25 10:07:10 +03:00
9seconds 91726d461f Decrease defaults 2020-03-24 16:58:30 +03:00
9seconds 8e29ff78ba Add possibility to define your own ntp servers 2020-03-20 14:32:23 +03:00
9seconds 07f00a363e Add new option for preferring of new IP 2020-03-20 12:51:56 +03:00
9seconds 307910fe4a More reasonable version management 2019-11-19 18:13:35 +03:00
9seconds c6223e256d Fix prometheus namespace 2019-11-19 11:39:09 +03:00
9seconds 7928c2b323 Rename app from MTG to mtg 2019-11-19 11:37:30 +03:00
9seconds b2e7e1a225 Use buildinfo to get a version 2019-11-19 11:36:14 +03:00
9seconds 843fc4b70f Rename module from mtg to github.com/9seconds/mtg 2019-11-19 11:17:14 +03:00
pexcnandGitHub 0ff5ca6808 fix typo
according to README.md, read buffer should set to 128KB.
2019-11-12 20:30:01 +08:00
Sergey ArkhipovandGitHub 196ef3d449 Merge pull request #108 from 9seconds/fix-buffers
Fix minor issues with cli
2019-11-12 12:28:36 +03:00
9seconds 3451832d13 Fix minor issues with cli 2019-11-12 12:20:25 +03:00
9seconds dfa53af567 Fix for statsd incorrect types 2019-11-12 12:13:00 +03:00
9seconds 273aa18367 Rename full path in order to favor modules 2019-11-11 15:09:29 +03:00
9seconds a7a4da8ee5 Make connection multiplexing configurable 2019-11-11 15:03:59 +03:00
9seconds 34ad883559 Use ristretto instead of bigcache 2019-11-11 14:59:09 +03:00
9seconds 22905b2a25 Correct multiplexing 2019-11-11 14:04:15 +03:00
9seconds 559a1a666b Generate tls secrets 2019-11-05 11:01:29 +03:00
9seconds 4c5f1a5636 Propagate cloak_port setting 2019-11-05 10:44:23 +03:00
9seconds 5009859a1e linting the code 2019-10-11 09:41:18 +03:00
9seconds c62afbdfd8 Rename prometheus namespace to stats-namespace 2019-10-10 16:06:50 +03:00
9seconds 6c7edfb7db Add new stats metric 2019-10-08 11:55:57 +03:00
9seconds 2918ed11e5 Remove juju/errors 2019-09-06 16:10:55 +03:00
9seconds 701f62ed4c More reasonable shutdowns 2019-09-04 10:54:38 +03:00
9seconds 299a34252e Move rlimit to utils 2019-09-04 10:30:21 +03:00
9seconds 2492a47d0a Direct proxy works 2019-09-04 10:19:01 +03:00
9seconds 07985cf418 Reworked base 2019-08-29 13:16:08 +03:00
9seconds 33852ca481 Base prevention of replay attacks on proxy 2019-04-26 15:53:10 +03:00
9seconds f68b195306 Update golangci-lint 2019-01-24 08:15:56 +03:00
9seconds ea97bf51c8 Remove autogeneration of version.go 2018-11-02 18:54:28 +03:00
9seconds c3f21a7b0d Log configuration on proxy start
This has to simplify the debugging because usually we do not know all
options which user used to start mtg.
2018-11-01 18:07:16 +03:00