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
1ヶ月前
9seconds
36546cec2f
Change default DOH to cloudflarte
3ヶ月前
9seconds
6a19ded78e
Update docs
3年前
9seconds
ffad717829
Use CloseRead and CloseWrites
4年前
9seconds
d19cfb1df4
Deprecate bufferSize
4年前
9seconds
456ed5b051
Change algorithm of TCP relaying
4年前
9seconds
e1864377c2
Update golangci-lint to 1.40.1
5年前
9seconds
372c703ad6
Add documentation for network
5年前
9seconds
657a74a5c2
Add defaults for proxy opts
5年前
9seconds
f21ee40baf
Remove idle timeout from network
5年前
9seconds
adf4ab1a35
Revert "Add new TCPBufferSize parameter to network"
This reverts commit 57cb1b5aa0 .
5年前
9seconds
57cb1b5aa0
Add new TCPBufferSize parameter to network
5年前
9seconds
f8ad90c845
Refactor network to a top-level module
5年前
9seconds
546a5849f3
Add test for generate-secret command
5年前
9seconds
2cc81219b1
Use HTTP timeout from config
5年前
9seconds
d6566e5dfb
Change network to accept DialFunc
5年前
9seconds
6b28488fbd
Move cli to separate package
5年前
9seconds
757ea5b63c
Add PatchHTTPClient method
This method is mostly required for testing
5年前
9seconds
24add0dce4
Make network as a separae interface
5年前
9seconds
cbcc113e41
Add cli command for access
5年前
9seconds
e386ae0daf
Move proxy consts into init file
5年前
9seconds
7002e4cd09
Add load balancing network dialer
5年前