Alexey Dolotov
b230a2e768
fix: change module path to github.com/dolonet/mtg-multi
go install github.com/dolonet/mtg-multi@latest was broken because go.mod
declared module path as github.com/9seconds/mtg/v2 while the repo lives
at github.com/dolonet/mtg-multi. Users ended up installing upstream
binary without multi-secret support.
Fixes https://github.com/9seconds/mtg/issues/376#issuecomment-4162877568
hace 1 mes
9seconds
36546cec2f
Change default DOH to cloudflarte
hace 2 meses
9seconds
6a19ded78e
Update docs
hace 3 años
9seconds
ffad717829
Use CloseRead and CloseWrites
hace 4 años
9seconds
d19cfb1df4
Deprecate bufferSize
hace 4 años
9seconds
456ed5b051
Change algorithm of TCP relaying
hace 4 años
9seconds
e1864377c2
Update golangci-lint to 1.40.1
hace 5 años
9seconds
372c703ad6
Add documentation for network
hace 5 años
9seconds
657a74a5c2
Add defaults for proxy opts
hace 5 años
9seconds
f21ee40baf
Remove idle timeout from network
hace 5 años
9seconds
adf4ab1a35
Revert "Add new TCPBufferSize parameter to network"
This reverts commit 57cb1b5aa0 .
hace 5 años
9seconds
57cb1b5aa0
Add new TCPBufferSize parameter to network
hace 5 años
9seconds
f8ad90c845
Refactor network to a top-level module
hace 5 años
9seconds
546a5849f3
Add test for generate-secret command
hace 5 años
9seconds
2cc81219b1
Use HTTP timeout from config
hace 5 años
9seconds
d6566e5dfb
Change network to accept DialFunc
hace 5 años
9seconds
6b28488fbd
Move cli to separate package
hace 5 años
9seconds
757ea5b63c
Add PatchHTTPClient method
This method is mostly required for testing
hace 5 años
9seconds
24add0dce4
Make network as a separae interface
hace 5 años
9seconds
cbcc113e41
Add cli command for access
hace 5 años
9seconds
e386ae0daf
Move proxy consts into init file
hace 5 años
9seconds
7002e4cd09
Add load balancing network dialer
hace 5 años