gVisor bot
13392ea6b4
Revert "make tun config compatible with premium"
...
This reverts commit ba6fdd2962
.
2022-01-05 01:56:05 +08:00
gVisor bot
acf9ba1280
make tun config compatible with premium
2022-01-05 01:50:43 +08:00
gVisor bot
f507672d4b
make tun config compatible with premium
2022-01-05 00:33:42 +08:00
gVisor bot
63254f0306
merge clash 1.9.0
2022-01-04 17:58:50 +08:00
gVisor bot
4208d48a9d
Merge remote-tracking branch 'clash/dev' into Meta
...
# Conflicts:
# .github/workflows/docker.yml
# dns/server.go
# go.mod
# go.sum
# hub/executor/executor.go
# test/go.mod
# test/go.sum
2022-01-04 17:31:07 +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
34b0cdf0f7
[Fix] Linux Tun
2021-12-27 07:09:45 +08:00
gVisor bot
5db5d143ca
[test]
2021-12-27 06:44:17 +08:00
gVisor bot
e97e562eb1
[fix]autoIptables
2021-12-27 03:29:14 +08:00
gVisor bot
0ecc9f4941
[fix]
2021-12-27 03:16:48 +08:00
gVisor bot
e1a1f87dd4
[Style] Add User-Agent for provider request
2021-12-26 22:26:53 +08:00
gVisor bot
074c28f0bd
Chore: ReCreate* do side effect job ( #1849 )
2021-12-26 22:08:53 +08:00
gVisor bot
5317d6e3e6
[Feature] 添加unified-delay boolean 控制延迟测试,默认为false,当设置true时忽略握手延迟,将统一延迟结果,从而利于不同协议的url-test
2021-12-26 21:20:41 +08:00
gVisor bot
4b8a1cdb08
Chore: remove reduce regex compile ( #1855 )
2021-12-26 20:47:12 +08:00
gVisor bot
9988b9d06f
Merge pull request #5 from xsxun/patch-1
...
Update vless.go, fix udp blocked
2021-12-20 18:13:43 +08:00
gVisor bot
7a2769621b
Update vless.go
2021-12-20 12:59:06 +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
ef28fde9db
[Fixed] Configure tun interface on linux
2021-12-11 22:34:45 +08:00
gVisor bot
46b2d3b0c1
[Fixed] launch resolver an enhancer when tun mode
2021-12-09 23:00:54 +08:00
gVisor bot
b22eeb86e2
[Fixed] Add retry to open tun
2021-12-09 22:52:32 +08:00
gVisor bot
c9001cc60c
[Fixed] The array may be sent out of bounds
2021-12-09 22:52:32 +08:00
gVisor bot
a7b3d928f9
[readme]
2021-12-09 17:54:53 +08:00
gVisor bot
4d8017574c
Chore: builtin right mime of .js ( #1808 )
2021-12-08 13:38:25 +08:00
gVisor bot
3fd3057f4e
[Fixed]Meaningless pointer
2021-12-07 20:49:39 +08:00
gVisor bot
0256d0e387
Revert: Revert Redir-Host, please add fallback dns and append proxy adapter
...
DNS pass proxy use:
- protocol://ip:port#AdapterName
- protocol://ip:port/query#AdapterName
sure as:
- tls://1.1.1.1:853#DNS
2021-12-06 22:45:59 +08:00
gVisor bot
eb07d8b820
Fixed: Does RuleSet resolve ip logic modification
2021-12-06 21:47:22 +08:00
gVisor bot
2cd16ea478
[Fix] 修正因xray服务端alpn参数为http/1.1而导致无法连接的问题
2021-12-06 00:19:03 +08:00
gVisor bot
bcf5a8d10c
[Fix] 修正因xray服务端alpn参数为http/1.1而导致无法连接的问题
2021-12-05 03:51:26 +08:00
gVisor bot
885ea9f7bf
[Fix] 修正因xray服务端alpn参数为http/1.1而导致无法连接的问题
2021-12-05 02:18:58 +08:00
gVisor bot
af1faabd04
README
2021-12-05 00:48:35 +08:00
gVisor bot
20db5ac57e
Makefile
2021-12-04 21:43:33 +08:00
gVisor bot
e2f3aec429
readme
2021-12-04 20:50:57 +08:00
gVisor bot
1fb702f832
readme
2021-12-04 20:40:09 +08:00
gVisor bot
2ce11362da
fix AutoIptables
2021-12-04 19:59:41 +08:00
gVisor bot
165e7ccc76
[style]
2021-12-04 17:41:13 +08:00
gVisor bot
934efb3d85
[fix]Linux TProxy
2021-12-04 14:34:01 +08:00
gVisor bot
a3ec549dbf
Fixed: Modify the trigger condition, only if it fails successively
2021-12-04 00:16:39 +08:00
gVisor bot
7f731d3676
fix Makefile
2021-12-03 22:13:05 +08:00
gVisor bot
97e89ed33b
style
2021-12-03 21:54:45 +08:00
gVisor bot
88a91ae1b8
test
2021-12-03 20:38:40 +08:00
gVisor bot
1c440d8d54
Experimental: Positive health testing
2021-12-03 14:35:21 +08:00
gVisor bot
a5d14996a0
Fixed:Rule-Set Supported RuleExtra
2021-12-02 23:32:30 +08:00
gVisor bot
2befea6893
Merge pull request #4 from Skyxim/meta
...
Feature:Supported Rule-Set
2021-12-02 23:17:02 +08:00
gVisor bot
590565f5c1
Feature:Supported Rule-Set
2021-12-02 22:56:17 +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
05b2332af7
Revert "[fix]code"
...
This reverts commit 0431969a73
.
2021-12-02 20:08:34 +08:00