gVisor bot
917c1cd699
Revert "Chore: upgrade gvisor version"
...
This reverts commit d633e3d96e
.
2022-01-30 00:45:02 +08:00
gVisor bot
b448d10ff9
Feature: process condition for rules
2022-01-28 22:52:35 +08:00
gVisor bot
18e0f75e9e
Chore: upgrade gvisor version
2022-01-28 22:42:58 +08:00
gVisor bot
6db466fa80
Merge from remote branch
2022-01-28 19:51:40 +08:00
gVisor bot
300b73da50
Fix: domain trie search
2022-01-26 22:28:13 +08:00
gVisor bot
14a453b1b1
Improve: change provider file modify time when updated ( #1918 )
2022-01-18 13:32:47 +08:00
gVisor bot
30008fdf9c
Merge from remote branch[ssh]
2022-01-18 10:05:06 +08:00
gVisor bot
f45de76b4a
Merge from remote branch
2022-01-18 09:51:20 +08:00
gVisor bot
6e33263167
Fix: tls handshake requires a timeout ( #1893 )
2022-01-15 19:33:21 +08:00
gVisor bot
70c8e6e1ba
Feature: support snell v3 ( #1884 )
2022-01-10 20:24:20 +08:00
gVisor bot
45037114e3
Fix: ignore empty dns server error
2022-01-05 11:41:31 +08:00
gVisor bot
fd5852ce1c
Merge from remote branch
2022-01-05 01:46:37 +08:00
gVisor bot
91c5381222
Fix: duplicate provider err typo
2022-01-03 17:21:27 +08:00
gVisor bot
d66d50409d
Chore: fix docker dependencies security warning
2022-01-02 11:15:40 +08:00
gVisor bot
4f7bf172ce
Chore: update dependencies
2022-01-02 01:15:49 +08:00
gVisor bot
85f1b22340
Fix: multiple port string parsing overflow ( #1868 )
...
Ports in TCP and UDP should be parsed as an unsigned integer,
otherwise ports > 32767 get truncated to 32767. As this is
the case with Metadata.UDPAddr(), this fundamentally breaks
UDP connections where demand for high port numbers is high.
This commit fixes all known cases where ParseInt is used for ports,
and has been verified to fix Discord voice connections on port
50001~50004.
Fixes: d40e5e4fe6
Co-authored-by: Hamster Tian <haotia@gmail.com>
2022-01-02 01:09:29 +08:00
gVisor bot
6fa3953335
Chore: remove forward compatible code
2022-01-02 00:48:57 +08:00
gVisor bot
074c28f0bd
Chore: ReCreate* do side effect job ( #1849 )
2021-12-26 22:08:53 +08:00
gVisor bot
4b8a1cdb08
Chore: remove reduce regex compile ( #1855 )
2021-12-26 20:47:12 +08:00
gVisor bot
e1fe9c6157
Fix: when both providers and proxies are present, use the health check configuration for proxies ( #1821 )
...
Co-authored-by: Ho <ho@fluidex.com>
2021-12-12 20:37:30 +08:00
gVisor bot
a7d32607ce
Merge from remote branch
2021-12-09 21:38:24 +08:00
gVisor bot
4d8017574c
Chore: builtin right mime of .js ( #1808 )
2021-12-08 13:38:25 +08:00
gVisor bot
4fbb6d6fca
Feature: add linux/arm/v6 for the container image ( #1771 )
2021-12-02 21:12:45 +08:00
gVisor bot
d5558aad2c
Fix: fakeip pool cycle used
2021-11-23 22:01:49 +08:00
gVisor bot
76fe2b0bb8
Fix: provider filter potential panic
2021-11-21 17:44:03 +08:00
gVisor bot
ca43efdaaa
Feature: add filter on proxy provider ( #1511 )
2021-11-20 23:38:49 +08:00
gVisor bot
81e1b7a2b5
Fix: should return io.EOF immediately
2021-11-20 23:01:22 +08:00
gVisor bot
9f8324e9e3
Fix: should return io.EOF immediately
2021-11-20 12:44:31 +08:00
gVisor bot
8e330640ea
Change: use nop packet conn for reject
2021-11-20 12:34:14 +08:00
gVisor bot
04ac1e948b
Merge from remote branch
2021-11-14 20:25:22 +08:00
gVisor bot
a5f270e40e
Fix: revert ssr udp fix
2021-11-14 14:48:00 +08:00
gVisor bot
46e51bfc86
Fix: resolver dial context options
2021-11-12 11:05:02 +08:00
gVisor bot
24cadc4b3e
Merge from remote branch
2021-11-11 00:54:43 +08:00
gVisor bot
7d2a7f4154
Fix: resolver dial context udp
2021-11-11 00:53:42 +08:00
gVisor bot
d6454f36bf
Fix: bind iface should throw control error
2021-11-10 22:19:11 +08:00
gVisor bot
fa0e36beed
Merge from remote branch
2021-11-09 21:12:08 +08:00
gVisor bot
1e98d26dbb
Merge from remote branch
2021-11-09 21:11:38 +08:00
gVisor bot
5c51a83fa5
Feature: resolve ip with proxy adapter
2021-11-09 19:44:16 +08:00
gVisor bot
f0e12a1285
Fix: windows arm7 build
2021-11-08 21:24:39 +08:00
gVisor bot
a226cba447
Chore: update dependencies and rename profile props
2021-11-08 20:48:29 +08:00
gVisor bot
fa244e6cfd
Feature: mark on socket ( #1705 )
2021-11-08 16:59:48 +08:00
gVisor bot
a3189021a5
Fix: parse dial interface option
2021-11-08 13:31:08 +08:00
gVisor bot
af069e3340
Fix: codeql alerts
2021-11-08 00:32:21 +08:00
gVisor bot
2762c33ad3
Feature: dial different NIC for all proxies ( #1714 )
2021-11-07 16:48:51 +08:00
gVisor bot
801dc4886d
Chore: use custom buffer pool for lwIP stack
2021-11-04 18:33:11 +08:00
gVisor bot
768a66065e
Chore: adjust all udp alloc size
...
Chore: adjust all udp alloc size
2021-11-04 00:44:16 +08:00
gVisor bot
cc9ff5ccd7
Chore: adjust all udp alloc size
2021-11-03 22:29:24 +08:00
gVisor bot
feff4a93a9
Wintun: use new swdevice-based API for upcoming Wintun 0.14
2021-11-03 15:10:31 +08:00
gVisor bot
4dcb8294ca
Chore: move "geodata" to package "component"
2021-10-29 00:52:44 +08:00
gVisor bot
0f57484f8b
Chore: update dependencies
2021-10-28 13:35:27 +08:00