Skyxim
|
6857b05039
|
chore: pure udp metadata
|
2022-10-02 20:08:41 +08:00 |
|
Skyxim
|
abbbcb02c0
|
Merge branch 'Alpha' into dev
|
2022-10-02 20:02:39 +08:00 |
|
MetaCubeX
|
de4985a9b6
|
Merge pull request #202 from oluceps/refactor_flake
Refactor flake
|
2022-10-02 02:23:57 +08:00 |
|
oluceps
|
6dd8cf6c0a
|
refactor: multi-platform support for nix build
|
2022-10-02 02:15:37 +08:00 |
|
metacubex
|
6b2eae36f2
|
adjust: gvisor version
|
2022-10-02 01:00:07 +08:00 |
|
oluceps
|
13445d815b
|
add: flake auto track latest commit
|
2022-10-02 00:18:35 +08:00 |
|
Kaming Chan
|
e2d71abecd
|
Fix: handle parse socks5 udp address properly (#2220)
(cherry picked from commit bec4df7b12 )
|
2022-10-01 23:45:06 +08:00 |
|
metacubex
|
ddf1c74091
|
adjust: routes for windows
|
2022-10-01 23:30:41 +08:00 |
|
metacubex
|
1bcc916807
|
chore: upgrade dependencies
|
2022-10-01 23:09:23 +08:00 |
|
MetaCubeX
|
c06b48af0e
|
Merge pull request #201 from oluceps/add_flake
add: flake.nix and other required files for nix build
|
2022-10-01 22:44:20 +08:00 |
|
oluceps
|
7e9549c05a
|
add: flake.nix and other required files for nix build
|
2022-10-01 22:34:39 +08:00 |
|
MetaCubeX
|
1684756b79
|
Merge pull request #191 from StashNetworks/patch-1
Chore: compatible with Stash hysteria config
|
2022-09-21 23:54:40 +08:00 |
|
Stash Networks
|
88e4a9a755
|
Chore: compatible with Stash hysteria config
|
2022-09-21 23:42:33 +08:00 |
|
wwqgtxx
|
b133bc58f0
|
fix: upgrade sing-vmess to let xudp work
|
2022-09-21 19:06:13 +08:00 |
|
wwqgtxx
|
82c9a1a2bb
|
chore: add xudp support for vmess
|
2022-09-19 18:26:43 +08:00 |
|
wwqgtxx
|
e1ec4a2502
|
fix: wrong host shown when using uot
|
2022-09-19 17:37:16 +08:00 |
|
MetaCubeX
|
b6dc539105
|
Merge pull request #189 from sjtuross/Alpha
Add iptables package to docker
|
2022-09-19 00:07:30 +08:00 |
|
Ross Shen
|
6e8d8befb8
|
docker: add iptables package
|
2022-09-18 23:19:25 +08:00 |
|
Skyxim
|
4597ed49cf
|
fix: adjust sub_rule to logic package, and fix not rule failed
|
2022-09-11 16:19:42 +08:00 |
|
metacubex
|
ef2f8317c7
|
Fix: wechat protocol is not working if no obfs string is configured
|
2022-09-11 15:24:56 +08:00 |
|
adlyq
|
9b89ff9f2d
|
feat: support sub-rule, eg.
rules:
- SUB-RULE,(AND,((NETWORK,TCP),(DOMAIN-KEYWORD,google))),TEST2
- SUB-RULE,(GEOIP,!CN),TEST1
- MATCH,DIRECT
sub-rules:
TEST2:
- MATCH,Proxy
TEST1:
- RULE-SET,Local,DIRECT,no-resolve
- GEOSITE,CN,Domestic
- GEOIP,CN,Domestic
- MATCH,Proxy
|
2022-09-06 17:30:35 +08:00 |
|
Skyxim
|
a9694fcdc0
|
chore: update doc
|
2022-08-30 15:59:52 +08:00 |
|
Skyxim
|
d823dde43c
|
chore: update doc
|
2022-08-29 13:07:38 +08:00 |
|
Skyxim
|
d69e0bce4a
|
fix: resolve ip of udp proxy error
|
2022-08-29 13:04:48 +08:00 |
|
Skyxim
|
7f197ede51
|
fix: hysteria udp crash
|
2022-08-29 12:10:46 +08:00 |
|
Skyxim
|
af97922e94
|
fix: no main result conn, will fail
|
2022-08-28 20:26:13 +08:00 |
|
Skyxim
|
db94dc76b4
|
fix: udp default resolve ip
|
2022-08-28 15:57:10 +08:00 |
|
Skyxim
|
99effb051b
|
feat: add ip-version param
|
2022-08-28 13:41:43 +08:00 |
|
Skyxim
|
98f4f4d6c4
|
chore: log error
|
2022-08-23 20:12:28 +08:00 |
|
metacubex
|
42e489e199
|
Merge remote-tracking branch 'origin/Alpha' into Alpha
# Conflicts:
# component/sniffer/http_sniffer.go
|
2022-08-22 23:22:26 +08:00 |
|
metacubex
|
d3b88d1b4f
|
fix: ebpf support
|
2022-08-22 23:17:41 +08:00 |
|
Skyxim
|
ec318f1cc5
|
Chore: the default sniffing is changed to a standard port, and the sniffing result is only used for this connection.
|
2022-08-21 08:43:57 +08:00 |
|
MetaCubeX
|
6cfae6919f
|
Merge pull request #167 from H1JK/Alpha
feat: Update Converter
|
2022-08-20 02:32:44 +08:00 |
|
Hellojack
|
b23a071050
|
feat: Converter VMessAEAD share link standard support
|
2022-08-19 22:00:22 +08:00 |
|
Hellojack
|
732e82e3d0
|
fix: Converter VMess security field typo
|
2022-08-19 21:17:44 +08:00 |
|
H1JK
|
fecbc7a091
|
chore: Clean converter code and add doc
|
2022-08-19 19:46:50 +08:00 |
|
metacubex
|
4b39362039
|
chore: Skip initial "lan" rules that load geoip
|
2022-08-17 12:42:33 +08:00 |
|
Skyxim
|
835cab58cf
|
fix: http sniffer skip ip
|
2022-08-17 12:41:36 +08:00 |
|
metacubex
|
9317dd610b
|
chore: Skip initial "lan" rules that load geoip
|
2022-08-17 00:33:03 +08:00 |
|
Skyxim
|
8dc56b56ad
|
fix: http sniffer skip ip
|
2022-08-16 22:59:53 +08:00 |
|
metacubex
|
4611fbfe0c
|
chore: disable tcp_test
|
2022-08-15 15:52:03 +08:00 |
|
metacubex
|
b725c91b05
|
chore: clean code
|
2022-08-15 15:46:07 +08:00 |
|
Skyxim
|
482062376e
|
fix: Temporarily delete marking node alive as false when error occurs
|
2022-08-13 18:25:28 +08:00 |
|
Skyxim
|
32fc990c68
|
fix: Unhandled dns resolve failure error
|
2022-08-13 16:47:24 +08:00 |
|
metacubex
|
dfeb901417
|
Fix: no_gviosr tags
|
2022-08-12 12:53:11 +08:00 |
|
metacubex
|
02933ae568
|
Fix: nil pointer
|
2022-08-12 12:49:35 +08:00 |
|
metacubex
|
4ca2d4146b
|
Merge remote-tracking branch 'origin/Alpha' into Alpha
|
2022-08-12 03:36:15 +08:00 |
|
metacubex
|
5d97a7f9ca
|
Chore: clean code
|
2022-08-12 03:35:49 +08:00 |
|
metacubex
|
6eab1f158a
|
Fixed: gViosr func
|
2022-08-12 03:34:59 +08:00 |
|
metacubex
|
65a289e16f
|
Chore: clean code
|
2022-08-12 03:04:58 +08:00 |
|