Skyxim
|
e4138c3e1e
|
chore: add description
|
2022-10-04 22:16:03 +08:00 |
|
Skyxim
|
f2b5ae6894
|
Merge remote-tracking branch 'meta/Alpha' into Alpha
|
2022-10-03 22:41:40 +08:00 |
|
Skyxim
|
0a89107b8b
|
fix: global fingerprints load failed
|
2022-10-03 22:41:24 +08:00 |
|
MetaCubeX
|
2a323f77ce
|
Merge pull request #203 from oluceps/Alpha
add: current version and BuildTime for nix build
|
2022-10-03 13:19:04 +08:00 |
|
H1JK
|
59edcf33bd
|
feat: Add VMess global padding support
|
2022-10-02 22:42:33 +08:00 |
|
H1JK
|
35506e179a
|
chore: Unify config field name style
|
2022-10-02 21:46:01 +08:00 |
|
H1JK
|
6ce3805719
|
feat: Converter support packet encodings for VMess
|
2022-10-02 21:10:29 +08:00 |
|
Skyxim
|
c1a82f2fae
|
chore: fix doc
|
2022-10-02 20:54:51 +08:00 |
|
Skyxim
|
4f9478a336
|
chore: adjust doc
|
2022-10-02 20:53:52 +08:00 |
|
Skyxim
|
e1dc2681f1
|
chore: adjust doc
|
2022-10-02 20:48:50 +08:00 |
|
Skyxim
|
ce77c3fd8b
|
chore: add SUB-RULE demo
|
2022-10-02 20:47:43 +08:00 |
|
Skyxim
|
9f1194056a
|
Merge branch 'udp' into Alpha
|
2022-10-02 20:28:44 +08:00 |
|
Skyxim
|
b82c9ba190
|
chore: remove buffer for relay
|
2022-10-02 20:28:31 +08:00 |
|
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 |
|
oluceps
|
ec6144250d
|
add: current version and BuildTime for nix build
|
2022-10-02 18:29:20 +08:00 |
|
oluceps
|
89d1222b8f
|
rm: default.nix
|
2022-10-02 18:20:26 +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 |
|