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
94e4179fb7
Add NativeDialer method to mtglib.Network
1 месяц назад
9seconds
75392941da
Propagate settings to Proxy
1 месяц назад
9seconds
3b03c4a90a
More idioms related to go 1.26
2 месяцев назад
9seconds
8e87405d3e
Remove integration with gotd
2 месяцев назад
9seconds
308e372a5d
Propagate DcUpdateEach setting
2 месяцев назад
9seconds
36dad5a2f6
Update golangci-lint
3 лет назад
9seconds
6a19ded78e
Update docs
3 лет назад
9seconds
a27facaa16
More elegant management of ip allowlists
4 лет назад
9seconds
0ce0c668b9
Fix broken whitelists
4 лет назад
9seconds
ffad717829
Use CloseRead and CloseWrites
4 лет назад
9seconds
66f4d967e7
Get rid of buffersize everywhere
4 лет назад
9seconds
dbaa743e03
Add new BindJSON method to a logger
4 лет назад
9seconds
456ed5b051
Change algorithm of TCP relaying
4 лет назад
9seconds
e2073f0585
Remove timeattack module
5 лет назад
9seconds
0652f322fa
Add docstrings to a logger
5 лет назад
9seconds
d3aa0f2de5
Add mtglib-level documentation
5 лет назад
9seconds
463af648ce
Rework events
5 лет назад
9seconds
a3bae795c4
Add documentation for timeattack
5 лет назад
9seconds
372c703ad6
Add documentation for network
5 лет назад
9seconds
0dd890a09d
Add documentation for logger
5 лет назад
9seconds
0274b3436a
Add documentation for ipblocklist
5 лет назад
9seconds
04b88cc864
Add documentation for event stream
5 лет назад
9seconds
3661fe108d
Add documentation for antireplay package
5 лет назад
9seconds
10b78322a3
Implement caching dns resolver
5 лет назад
9seconds
bc2bd4510a
Rework stats
5 лет назад
9seconds
bddf180575
Implement domain fronting
5 лет назад
9seconds
40b483357f
Propagate network to proxy object
5 лет назад
9seconds
4a2d1df384
Can correctly accept faketls messages
5 лет назад
9seconds
657a74a5c2
Add defaults for proxy opts
5 лет назад
9seconds
f3112d4ba6
Add timeattack detector
5 лет назад
9seconds
b258581f47
Add Printf method to logger
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
23519913f2
Add skeleton of the proxy
5 лет назад
9seconds
e009d05a90
Add tests for noop event stream
5 лет назад
9seconds
b08d945d7c
Add event stream module
5 лет назад
9seconds
f52b3391d1
Add firehol blocklist
5 лет назад
9seconds
ab1b3b4863
Add antireplay cache
5 лет назад
9seconds
f8ad90c845
Refactor network to a top-level module
5 лет назад
9seconds
d1dd56550f
Add correct configuration
5 лет назад
9seconds
783c49db37
Correct secret parsing
5 лет назад