Commit Graph

1622 Commits

Author SHA1 Message Date
gVisor bot
110e0014d1 chore: fix sing-tun's BuildAndroidRules 2022-10-06 22:18:49 +08:00
gVisor bot
afd5e48adc chore: use sing-tun to replace old tun_adapter 2022-10-06 19:23:38 +08:00
gVisor bot
7e67fb2f58 fix: dns tcp hijack not working 2022-10-05 13:29:10 +08:00
gVisor bot
894b37b4f3 chore: add description 2022-10-04 22:16:03 +08:00
gVisor bot
81c73e3800 Merge remote-tracking branch 'meta/Alpha' into Alpha 2022-10-03 22:41:40 +08:00
gVisor bot
d8ce08c70f fix: global fingerprints load failed 2022-10-03 22:41:24 +08:00
gVisor bot
ca7719aaa0 Merge pull request #203 from oluceps/Alpha
add: current version and BuildTime for nix build
2022-10-03 13:19:04 +08:00
gVisor bot
acd541b7ea feat: Add VMess global padding support 2022-10-02 22:42:33 +08:00
gVisor bot
a0cf44947a chore: Unify config field name style 2022-10-02 21:46:01 +08:00
gVisor bot
424dc76ba2 feat: Converter support packet encodings for VMess 2022-10-02 21:10:29 +08:00
gVisor bot
4817d69dbb chore: fix doc 2022-10-02 20:54:51 +08:00
gVisor bot
c46b50fb5f chore: adjust doc 2022-10-02 20:53:52 +08:00
gVisor bot
1044b39fcb chore: adjust doc 2022-10-02 20:48:50 +08:00
gVisor bot
c180c7e4c1 chore: add SUB-RULE demo 2022-10-02 20:47:43 +08:00
gVisor bot
a3a9fbd283 Merge branch 'udp' into Alpha 2022-10-02 20:28:44 +08:00
gVisor bot
125733ea70 chore: remove buffer for relay 2022-10-02 20:28:31 +08:00
gVisor bot
dd2b4f9476 chore: pure udp metadata 2022-10-02 20:08:41 +08:00
gVisor bot
7183865dec Merge branch 'Alpha' into dev 2022-10-02 20:02:39 +08:00
gVisor bot
22e78ce349 add: current version and BuildTime for nix build 2022-10-02 18:29:20 +08:00
gVisor bot
6ebd4ef417 rm: default.nix 2022-10-02 18:20:26 +08:00
gVisor bot
f0793b4535 Merge pull request #202 from oluceps/refactor_flake
Refactor flake
2022-10-02 02:23:57 +08:00
gVisor bot
fdc5ebb137 refactor: multi-platform support for nix build 2022-10-02 02:15:37 +08:00
gVisor bot
120b7e6e69 adjust: gvisor version 2022-10-02 01:00:07 +08:00
gVisor bot
b0f22f88cb add: flake auto track latest commit 2022-10-02 00:18:35 +08:00
gVisor bot
97ea1e66ad Fix: handle parse socks5 udp address properly (#2220)
(cherry picked from commit bec4df7b12)
2022-10-01 23:45:06 +08:00
gVisor bot
86b86c69d0 adjust: routes for windows 2022-10-01 23:30:41 +08:00
gVisor bot
c7c277a37a chore: upgrade dependencies 2022-10-01 23:09:23 +08:00
gVisor bot
8b3654e7b6 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
gVisor bot
dc0e362361 add: flake.nix and other required files for nix build 2022-10-01 22:34:39 +08:00
gVisor bot
a28a2630db Merge pull request #191 from StashNetworks/patch-1
Chore: compatible with Stash hysteria config
2022-09-21 23:54:40 +08:00
gVisor bot
a692e3b2c7 Chore: compatible with Stash hysteria config 2022-09-21 23:42:33 +08:00
gVisor bot
59ec6a6a32 fix: upgrade sing-vmess to let xudp work 2022-09-21 19:06:13 +08:00
gVisor bot
fe21e4873e chore: add xudp support for vmess 2022-09-19 18:26:43 +08:00
gVisor bot
27be7b300d fix: wrong host shown when using uot 2022-09-19 17:37:16 +08:00
gVisor bot
cf429c441c Merge pull request #189 from sjtuross/Alpha
Add iptables package to docker
2022-09-19 00:07:30 +08:00
gVisor bot
f6932c9c49 docker: add iptables package 2022-09-18 23:19:25 +08:00
gVisor bot
f57225e360 fix: adjust sub_rule to logic package, and fix not rule failed 2022-09-11 16:19:42 +08:00
gVisor bot
575c25215e Fix: wechat protocol is not working if no obfs string is configured 2022-09-11 15:24:56 +08:00
gVisor bot
d6dc5ba19c 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
gVisor bot
b86428884c chore: update doc 2022-08-30 15:59:52 +08:00
gVisor bot
1399fe47e7 chore: update doc 2022-08-29 13:07:38 +08:00
gVisor bot
843e1c0f27 fix: resolve ip of udp proxy error 2022-08-29 13:04:48 +08:00
gVisor bot
c7c80cf90e fix: hysteria udp crash 2022-08-29 12:10:46 +08:00
gVisor bot
45aff6c969 fix: no main result conn, will fail 2022-08-28 20:26:13 +08:00
gVisor bot
eeac5354a1 fix: udp default resolve ip 2022-08-28 15:57:10 +08:00
gVisor bot
2022605546 feat: add ip-version param 2022-08-28 13:41:43 +08:00
gVisor bot
4a3d53c7ee chore: log error 2022-08-23 20:12:28 +08:00
gVisor bot
f2d7db4a41 Merge remote-tracking branch 'origin/Alpha' into Alpha
# Conflicts:
#	component/sniffer/http_sniffer.go
2022-08-22 23:22:26 +08:00
gVisor bot
48f30b01ef fix: ebpf support 2022-08-22 23:17:41 +08:00
gVisor bot
be49fcfd12 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