Commit Graph

  • 5e55d6b08f Merge branch 'Alpha' into dev Skyxim 2022-06-18 17:30:49 +08:00
  • 21098d2627 feat: RESTful api add interface-name field on patch config Skyxim 2022-06-18 17:29:19 +08:00
  • 8da67ba61c Add shadowsocks uot in relay wwqgtxx 2022-06-18 16:38:44 +08:00
  • 54a0947bb4 fix: force update provider happen loopback Skyxim 2022-06-18 16:05:09 +08:00
  • a562b249a2
    Add shadowsocks uot and test 世界 2022-06-18 10:50:18 +08:00
  • 5af17f70b4
    Fix buffered shadowsocks aead tcp request 世界 2022-06-18 10:49:51 +08:00
  • ca5bb91977 Merge branch 'dev' into Alpha Skyxim 2022-06-17 21:44:54 +08:00
  • bbac54433e fix: resolve ipv4 of 4 in 6 Skyxim 2022-06-17 21:44:06 +08:00
  • 98fea448c1 Fix: nat table stack overflow yaling888 2022-06-17 02:20:18 +08:00
  • b6a5ec6490
    fix: fix async conn usage 世界 2022-06-16 00:49:06 +08:00
  • aaf700f0b5 chore: Allow VLESS protocol TLS to be FALSE MetaCubeX 2022-06-16 01:20:33 +08:00
  • 2ce89aca1e Merge remote-tracking branch 'Meta/Alpha' into Alpha MetaCubeX 2022-06-16 01:13:33 +08:00
  • efdf69022a
    fix: fix async conn usage 世界 2022-06-16 00:49:06 +08:00
  • d4d1d4cc2a Merge remote-tracking branch 'Meta/Alpha' into Alpha MetaCubeX 2022-06-16 01:01:03 +08:00
  • a8c4900891
    fix: fix async conn usage maybe 世界 2022-06-16 00:49:06 +08:00
  • 930a7af8e7 chore: hy URI Scheme 解析 MetaCubeX 2022-06-15 23:18:06 +08:00
  • 77acd4ba8d Update README.md bash99 2022-06-15 14:00:05 +08:00
  • 691cf1d8d6
    Merge pull request #94 from bash99/Meta wwqgtxx 2022-06-15 19:15:51 +08:00
  • d1decb8e58
    Update README.md bash99 2022-06-15 14:00:05 +08:00
  • 625c4a1079
    Update util.go MetaCubeX 2022-06-15 08:44:16 +08:00
  • c0ea0cfd5d Chore: update dependencies v1.12.1_tun yaling888 2022-06-15 04:45:08 +08:00
  • f700f4b6a3 Chore: upgrade gVisor yaling888 2022-06-15 04:35:06 +08:00
  • f750bc96cb Chore: code style yaling888 2022-06-15 04:29:19 +08:00
  • 341ef19099 fix: ss/ssr URI Scheme 解析问题 MetaCubeX 2022-06-15 03:03:26 +08:00
  • 2563b20019 fix: ss/ssr URI Scheme 解析问题 MetaCubeX 2022-06-15 03:03:26 +08:00
  • 0002064c07 Chore: add redir-host deprecated warnning Dreamacro 2022-06-14 11:26:04 +08:00
  • 1b3b5b4dfe fix: find process error Skyxim 2022-06-14 23:14:43 +08:00
  • 2e6bdc5636 feat: add param general.enable-process, it will always find process or uid, default value is false Skyxim 2022-06-14 23:08:07 +08:00
  • be298cfa16 refactor: finding process and uid should to find with match process or uid rule, reduce memory allocation Skyxim 2022-06-14 22:50:57 +08:00
  • 277e71b26a chore: hysteria test Skyxim 2022-06-14 21:05:52 +08:00
  • f7c903a586 Merge branch 'dev' into Alpha Skyxim 2022-06-14 20:23:51 +08:00
  • ff4a5bef9b fix: up/down of hysteria must be a valid value Skyxim 2022-06-14 20:23:36 +08:00
  • d8dc44e786
    Refactor: vmess 世界 2022-06-14 13:21:22 +08:00
  • c968104a19 fix: udp listen use udp4 when general.ipv6 is false; general.ipv6 default value is true Skyxim 2022-06-14 12:35:24 +08:00
  • fbb27b84d1 Chore: add redir-host deprecated warnning Dreamacro 2022-06-14 11:26:04 +08:00
  • 9ef850a55b Chore: update tproxy udp packet read logic Dreamacro 2022-06-12 19:37:27 +08:00
  • 37ed4a2b94 Fix: missing import Dreamacro 2022-06-12 21:22:02 +08:00
  • f7481ecadf chore: delete DOQ meaningless ALPN Skyxim 2022-06-12 23:16:47 +08:00
  • 85c37b473a fix: DOQ blocked dns return result because DOQ goroutine leak Skyxim 2022-06-12 21:41:01 +08:00
  • e0c5a85314 Fix: missing import Dreamacro 2022-06-12 21:22:02 +08:00
  • 2fa1a5c4b9 Chore: update tproxy udp packet read logic Dreamacro 2022-06-12 19:37:27 +08:00
  • 23bc231df3 chore: doq default port change to 853, ALPN use doq Skyxim 2022-06-12 17:53:11 +08:00
  • 2146b605f7 refactor: deprecated params(up_mbps,down_mpbs,auth) in hysteria; up/down no use append unit equivalent up_mbps/down_mbps, default unit is Mbps; up/down become a required option. Skyxim 2022-06-12 11:50:57 +08:00
  • 8853e97b40 fix: sni invalid on hysteria Skyxim 2022-06-12 00:00:42 +08:00
  • 06d75da257 Chore: adjust Relay copy memory alloc logic Dreamacro 2022-06-11 20:38:16 +08:00
  • 7d04904109 fix: leak dns when domain in hosts list v1.11.2 Skyxim 2022-06-10 14:29:19 +08:00
  • a5acd3aa97 refactor: clear linkname,reduce cycle dependencies,transport init geosite function Skyxim 2022-06-10 13:36:09 +08:00
  • 099aa1e3c2
    fix: disable unsafe buffer in windows by default 世界 2022-06-10 15:50:12 +08:00
  • 63fdb348db fix: leak dns when domain in hosts list Skyxim 2022-06-10 14:29:19 +08:00
  • 81ee44f6c0 Merge branch 'rule' into A Skyxim 2022-06-10 13:38:43 +08:00
  • 130a3a261d refactor: clear linkname,reduce cycle dependencies,transport init geosite function Skyxim 2022-06-10 13:36:09 +08:00
  • 94368f43eb fix: Vmess URI Scheme 解析问题 MetaCubeX 2022-06-10 03:15:30 +08:00
  • 637a8b6ed5
    refactor: udp dev-refactor-udp 世界 2022-06-09 21:16:42 +08:00
  • cd466f05d3
    chore: reformat code 世界 2022-06-09 21:08:46 +08:00
  • 9a55213ddc
    chore: add more shadowsocks tests 世界 2022-06-09 18:10:00 +08:00
  • 5055542d61
    chore: update dependencies 世界 2022-06-09 18:00:41 +08:00
  • 23063ae0b9
    fix: make CodeQL happy Dreamacro Dreamacro 2022-06-01 21:38:05 +08:00
  • a7f9aa909a
    fix: upgrade to yaml v3 Dreamacro 2022-05-26 17:47:05 +08:00
  • 15ecc451f3
    fix: benchmark read bytes Dreamacro 2022-05-23 12:58:18 +08:00
  • 186a4cfdf3
    fix: test broken on opensource repo Dreamacro 2022-05-23 12:30:54 +08:00
  • 220ef9e2e2
    chore: add benchmark r/w Dreamacro 2022-05-23 12:27:34 +08:00
  • 7079116aa8
    chore: cleanup test code Dreamacro 2022-05-21 17:37:06 +08:00
  • b9e6de45e6
    chore: make linter happy Dreamacro 2022-05-17 19:58:33 +08:00
  • d3503ff940
    fix: fix upgrade header detect (#2134) Kr328 2022-05-15 09:12:53 +08:00
  • c3f4e1ba2e
    fix: add length check for ssr auth_aes128_sha1 (#2129) Kaming Chan 2022-05-13 11:21:39 +08:00
  • 695fb64fa8
    fix: vmess ws 世界 2022-06-09 16:23:06 +08:00
  • eea9a12560 fix: 规则匹配默认策略组返回错误 Skyxim 2022-06-09 13:52:02 +08:00
  • 0a4570b55c fix: group filter touch provider adlyq 2022-06-07 17:19:25 +08:00
  • d32ab9ce74 fix: 规则匹配默认策略组返回错误 Skyxim 2022-06-09 13:52:02 +08:00
  • 94648989b8 fix: hysteria URI Scheme 解析问题 MetaCubeX 2022-06-09 00:22:47 +08:00
  • 26dd6343a1 Chore: typos yaling888 2022-06-08 08:20:14 +08:00
  • 07522d3c2e chore: 修改test文件 MetaCubeX 2022-06-08 02:03:34 +08:00
  • c14c07d2e3 feat: 代理集支持 Hysteria 分享格式订阅解析 MetaCubeX 2022-06-08 01:50:14 +08:00
  • 9511ccfe47 chore: refine code MetaCubeX 2022-06-08 01:47:50 +08:00
  • ed17a1bf23 fix: group filter touch provider adlyq 2022-06-07 17:19:25 +08:00
  • 2a4f2f3942
    fix: hysteria dialer 世界 2022-06-07 15:49:10 +08:00
  • 3254eaf51c
    fix: hysteria parse auth 世界 2022-06-07 15:24:46 +08:00
  • 7941bae141 fix: hysteria parse adlyq 2022-06-07 14:53:00 +08:00
  • 35a6666a84
    feat: add hysteria 世界 2022-06-07 13:38:45 +08:00
  • 73d5042774
    fix: some test 世界 2022-06-07 10:45:32 +08:00
  • 9126cbab91
    fix: shadowsocks-2022 on 32-bit systems 世界 2022-06-07 10:14:26 +08:00
  • f8366f6e42 fix: 代理集转换ws类型 feat: 新增grpc h2 http 等支持 MetaCubeX 2022-06-07 03:17:33 +08:00
  • 100c9b94ba Merge branch 'dev' into Alpha Skyxim 2022-06-06 23:15:33 +08:00
  • 8343c3597e fix: doq maybe crash when use adapter Skyxim 2022-06-06 21:45:08 +08:00
  • d31adafa11
    Merge pull request #76 from nekohasekai/Alpha Skyxim 2022-06-06 20:21:01 +08:00
  • 1acc6759e9
    feat: add support for shadowsocks 2022 ciphers 世界 2022-06-06 19:52:02 +08:00
  • 3610d3dd84 Feature: add path to script config plus_pro yaling888 2022-06-06 05:20:59 +08:00
  • 663017a775 Feature: add match_provider to script shortcuts yaling888 2022-06-06 04:35:52 +08:00
  • 05f0c1060b Refactor: script auto load geosite as a rule provider yaling888 2022-06-06 04:28:54 +08:00
  • e03f1d0565 Chore: merge branch 'with-tun' into plus-pro yaling888 2022-06-06 03:22:48 +08:00
  • c1821e28d3 Refactor: load geo domain matcher v1.12.0_tun yaling888 2022-06-06 03:13:10 +08:00
  • 763929997b Chore: code style yaling888 2022-06-06 02:37:10 +08:00
  • e995003c27 Merge branch 'dev' into Alpha Skyxim 2022-06-05 21:23:14 +08:00
  • 9edee2435c chore: amd64v3 改名为amd64,amd64v2改为amd64-compatible, darwin删除v2 Skyxim 2022-06-05 21:23:06 +08:00
  • 190c930294 Merge branch 'js-core' into release test Skyxim 2022-06-05 21:10:57 +08:00
  • d578ca788c feat: 添加resolve方法解析dns,关闭script规则需要解析IP Skyxim 2022-06-05 21:06:26 +08:00
  • 9602d42d7d feat: 修改元数据 Skyxim 2022-06-05 17:54:51 +08:00
  • 55c7c4edb3 feat: 尝试实现脚本rule Skyxim 2022-06-05 17:28:19 +08:00
  • 5d337b75f9 feat: proxy provider 支持V2ray格式订阅链接 MetaCubeX 2022-06-05 16:54:56 +08:00
  • 2188fad9c1 Feature: add V2Ray subscription support to proxy provider yaling888 2022-06-03 04:47:58 +08:00