saleacy and GitHub
3bc1e415f9
fix: ensure network.Dial and MakeHTTPClient use socks5 proxy
...
The package `network/v2/proxy_network.go` does not wrap `network.Dial`
and `network.MakeHTTPClient`, which causes them to bypass the SOCKS5
proxy and initiate TCP connections directly from the local machine.
2026-03-17 01:35:18 +08:00
9seconds
a85348d6be
Use curl as user agent
2026-03-12 21:43:04 +01:00
9seconds
62cba24071
Use native dialer to communicate with fronting domain
2026-03-12 20:51:02 +01:00
9seconds
94e4179fb7
Add NativeDialer method to mtglib.Network
2026-03-12 19:25:53 +01:00
9seconds
897e6bf505
Propagate DNS setting to configuration
2026-02-27 16:23:24 +01:00
9seconds
317d7380cb
Add support for custom DNS resolvers
2026-02-27 16:08:28 +01:00
9seconds
1151291535
Use network v2 instead of network v1
2026-02-27 15:52:29 +01:00
9seconds
42927c8bdc
Add v2 network package
2026-02-27 15:50:21 +01:00
9seconds
0440ccf4ff
Rewrite to WaitGroup.Go
2026-02-18 10:34:31 +01:00
9seconds
a0aabf2391
Switch to rand/v2
2026-02-18 10:34:31 +01:00
9seconds
3b03c4a90a
More idioms related to go 1.26
2026-02-17 23:38:12 +01:00
9seconds
36546cec2f
Change default DOH to cloudflarte
2026-02-16 17:18:31 +01:00
9seconds
ecba88d2e3
Update to the latest golangci-lint
2026-02-11 10:20:04 +01:00
9seconds
36dad5a2f6
Update golangci-lint
2022-08-08 15:54:38 +03:00
9seconds
6a19ded78e
Update docs
2022-08-04 18:39:00 +03:00
9seconds
e0850869ba
Linting
2022-03-18 14:58:08 +03:00
9seconds
5282ca26f3
Update golangci-lint to 1.44.2
2022-03-11 17:08:33 +03:00
9seconds
bc3b517e8b
Remove redundant setting of TCP keepalive since it is default
2021-12-02 05:47:45 +03:00
Sergey Arkhipov and GitHub
3f8f96b91f
Merge pull request #230 from 9seconds/simplify-sockopts
...
Simplify sockopts
2021-12-01 16:03:52 +04:00
9seconds
ffad717829
Use CloseRead and CloseWrites
2021-12-01 10:37:31 +03:00
9seconds
66f4d967e7
Get rid of buffersize everywhere
2021-11-28 18:08:40 +03:00
9seconds
d19cfb1df4
Deprecate bufferSize
2021-11-28 17:58:14 +03:00
Sergey Arkhipov and GitHub
853395106b
Merge pull request #223 from boypt/fixdohv6
...
fix ipv6 doh-ip
2021-11-02 18:17:42 +03:00
Bot Git and boypt
d1b0d1f133
fix ipv6 doh-ip
2021-11-02 20:56:58 +08:00
9seconds
d1e5f9d145
Fix windows build
2021-10-04 09:46:49 +03:00
9seconds
686f177ab9
Correct error for non-getting of underlying connection
2021-10-04 09:34:10 +03:00
9seconds
456ed5b051
Change algorithm of TCP relaying
2021-08-27 17:22:36 +03:00
9seconds
eaa757b6d0
Update code to the latest golangci-lint
2021-07-31 11:35:05 +03:00
9seconds
e1864377c2
Update golangci-lint to 1.40.1
2021-05-17 15:26:16 +03:00
9seconds
585ebfeb50
Update golanci-lint
2021-04-09 14:35:04 +03:00
9seconds
372c703ad6
Add documentation for network
2021-04-05 18:46:15 +03:00
9seconds
24fdec6694
Move testlib to internal
2021-04-02 21:32:06 +03:00
9seconds
155a97c25d
Add test for network
2021-04-02 10:34:30 +03:00
9seconds
87a720dd58
Do not use ristretto
...
Memory usage is too big
2021-03-30 16:34:16 +03:00
9seconds
10b78322a3
Implement caching dns resolver
2021-03-30 14:14:37 +03:00
9seconds
7108fe99ec
Add implementation of telegram dialer
2021-03-22 12:30:23 +03:00
9seconds
657a74a5c2
Add defaults for proxy opts
2021-03-18 11:16:08 +03:00
9seconds
f21ee40baf
Remove idle timeout from network
2021-03-17 22:08:47 +03:00
9seconds
adf4ab1a35
Revert "Add new TCPBufferSize parameter to network"
...
This reverts commit 57cb1b5aa0 .
2021-03-17 22:03:36 +03:00
9seconds
57cb1b5aa0
Add new TCPBufferSize parameter to network
2021-03-17 21:44:42 +03:00
9seconds
f52b3391d1
Add firehol blocklist
2021-03-15 16:21:07 +03:00
9seconds
f8ad90c845
Refactor network to a top-level module
2021-03-14 21:43:30 +03:00