Commit Graph

  • 71c739c18f
    Merge pull request #72 from apernet/update-readme Toby 2024-02-23 15:43:25 -0800
  • 182a6cf878 chore: better README Toby 2024-02-23 15:43:08 -0800
  • ed9e380a57 fix: variable support & update example in doc Toby 2024-02-23 14:37:05 -0800
  • 7353a16358 feat: logging support in ruleset Toby 2024-02-23 14:13:35 -0800
  • 40a1fb707d fix: allow unsupported systems; opengfw pname eum3l 2024-02-18 16:04:39 +0100
  • 9edaba0f8f Provide for eachDefaultSystem (flake-utils); Add hydraJobs eum3l 2024-02-18 14:41:57 +0100
  • 465373eaf1
    Merge pull request #66 from apernet/readme-tg Toby 2024-02-17 22:34:56 -0800
  • f598cb572d docs: add telegram group link Toby 2024-02-17 22:34:38 -0800
  • 54f62ce0bb
    Merge pull request #64 from apernet/wip-quic v0.2.0 Toby 2024-02-17 22:08:59 -0800
  • 22bbf0d9c7
    fix: typo in test Haruue Icymoon 2024-02-18 12:26:03 +0800
  • 7e511e94de fix merge Toby 2024-02-17 14:39:12 -0800
  • e177837301
    Merge branch 'master' into wip-quic Toby 2024-02-17 14:38:19 -0800
  • be672a97ab
    Merge pull request #65 from apernet/update-gopkt Toby 2024-02-17 14:34:23 -0800
  • 5c77cede3d feat: update gopacket to latest master Toby 2024-02-17 14:28:57 -0800
  • ebff4308e4
    Add CIDR support for expr (#62) Rinka 2024-02-18 06:21:12 +0800
  • 937222606a minor code tweaks Toby 2024-02-17 14:18:43 -0800
  • 94cfe7b2c1
    Add the configuration for the path of geoip and geosite. (#57) rootmelo92118 2024-02-18 06:03:50 +0800
  • 630b21a97f minor tweaks Toby 2024-02-17 14:03:13 -0800
  • ef352450a2 docs: add QUIC Toby 2024-02-17 13:56:33 -0800
  • aca830d189 feat: add Nix package and NixOS module eum3l 2024-02-17 20:34:01 +0100
  • dd7a997607 docs: add example for cidr KujouRinka 2024-02-17 15:22:24 +0800
  • b3078614d4 feat: add cidr support for expr KujouRinka 2024-02-17 15:18:54 +0800
  • 82f3fc2b2f
    Merge f7498b26d8 into 4ede93ce7b TAKO 2024-02-17 05:48:52 +0000
  • 4ede93ce7b
    fix: incorrect "virgin" handling causing rules with only built-in keywords to fail (#61) Toby 2024-02-16 19:08:19 -0800
  • 186b23a492 fix: incorrect "virgin" handling causing rules with only built-in keywords to fail Toby 2024-02-16 13:40:09 -0800
  • e78e75f3f2
    Update README.ja.md rootmelo92118 2024-02-16 18:12:21 +0800
  • c4e8cad437
    Update README.zh.md rootmelo92118 2024-02-15 01:42:58 +0800
  • 26bd9b5fac
    Update README.zh.md rootmelo92118 2024-02-15 01:41:08 +0800
  • 53e0668068
    Update README.md rootmelo92118 2024-02-15 01:19:34 +0800
  • c1e90960dd feat: quic analyzer (client side only) Toby 2024-02-11 22:25:37 -0800
  • 7a52228ec6
    docs: add a section about openwrt (#53) v0.1.1 Toby 2024-02-11 13:12:49 -0800
  • 42edf72ec3 docs: add a section about openwrt Toby 2024-02-11 13:12:21 -0800
  • 6d33a0d51c
    fix: incorrect verdict handling that caused packets to pass through even after they had been blocked (#52) Toby 2024-02-11 13:05:05 -0800
  • 27c9b91a61
    feat: nftables support (#50) Toby 2024-02-11 13:04:49 -0800
  • f59d66bf05 fix: incorrect verdict handling that caused packets to pass through even after they had been blocked Toby 2024-02-10 13:17:10 -0800
  • 1e74f54330 fix: format Toby 2024-02-09 12:11:07 -0800
  • c49424912c feat: nftables support Toby 2024-02-09 12:09:14 -0800
  • 36bb4b796d
    docs: update README.ja.md (#49) TAKAHASHI Shuuji 2024-02-06 13:44:56 +0900
  • 9ba61e1c73
    docs: update README.ja.md TAKAHASHI Shuuji 2024-02-06 12:58:07 +0900
  • 843f17896c
    fix: netlink race condition (#48) v0.1.0 Toby 2024-02-05 19:32:52 -0800
  • f3f12e5a65 fix: netlink race condition Toby 2024-02-05 15:30:05 -0800
  • 157bc9d525 feat: "log" rule action Toby 2024-02-04 15:23:07 -0800
  • 6871244809
    chore: improve built-in funcs handling (#43) Toby 2024-02-04 11:17:19 -0800
  • f8f0153664
    feat: rules hot reload via SIGHUP (#44) Toby 2024-02-03 10:55:20 -0800
  • affdfc2725 feat: rules hot reload via SIGHUP Toby 2024-02-02 16:50:32 -0800
  • bcad502a60 chore: improve built-in funcs handling Toby 2024-02-02 16:29:58 -0800
  • f7498b26d8 optimized HynoR 2024-02-02 10:34:34 +0800
  • c55aaa5502 change version to param HynoR 2024-02-01 10:37:42 +0800
  • 5f12e68a9f change version to param HynoR 2024-02-01 09:53:40 +0800
  • 94686f94b7 Add OICQAnalyzer HynoR 2024-01-31 12:50:40 +0800
  • 8d94400855
    Add WireGuard analyzer (#41) v0.0.5 Haruue 2024-01-31 10:05:51 +0800
  • 76c59e26d2
    Merge branch 'master' into wip-wireguard Toby 2024-01-30 18:05:45 -0800
  • 65c4442a67 docs: add wg usage Toby 2024-01-30 18:04:00 -0800
  • 997a31f9da chore: import format Toby 2024-01-30 17:33:48 -0800
  • f07a38bc47
    Add GeoIP and GeoSite support for expr (#38) Rinka 2024-01-31 09:30:35 +0800
  • ce1134e376 docs: add geoip/geosite usage Toby 2024-01-30 17:29:34 -0800
  • 30030e3b92 chore: minor code improvement Toby 2024-01-30 17:24:51 -0800
  • ccc94fc6cf
    chore(wg): reduce map creating for non wg packets Haruue Icymoon 2024-01-30 20:21:43 +0800
  • 47330de82a
    feat: add WireGuard analyzer Haruue Icymoon 2024-01-30 18:16:40 +0800
  • 8a0cfe3fda feat: make geosite and geoip lazy downloaded KujouRinka 2024-01-30 11:18:22 +0800
  • 1eb52f71af refactor: engine.Config should not contains geo KujouRinka 2024-01-30 09:54:04 +0800
  • 84bf143437 feat: expose config options to specify local geoip/geosite db files KujouRinka 2024-01-29 15:49:52 +0800
  • dc33367f89 refactor: geo matcher KujouRinka 2024-01-29 11:44:27 +0800
  • 17b69bea2c fix: typo KujouRinka 2024-01-29 11:30:30 +0800
  • a5102b4d52 refactor: geo matcher KujouRinka 2024-01-29 10:27:42 +0800
  • 3f11fb269c feat: add geoip and geosite support for expr KujouRinka 2024-01-28 22:23:35 +0800
  • e02d27836c feat: copy something from hysteria/extras/outbounds/acl KujouRinka 2024-01-28 22:21:07 +0800
  • e23f8e06a2 docs: add socks4 v0.0.4 Toby 2024-01-27 13:58:35 -0800
  • 3367cccf8c docs: update socks rules Toby 2024-01-27 13:56:08 -0800
  • e6e9656ec6
    Merge pull request #31 from eltociear/add_ja-readme Toby 2024-01-27 13:49:06 -0800
  • 73d78489b5
    Merge pull request #35 from KujouRinka/master Toby 2024-01-27 13:47:50 -0800
  • 63510eda5e chore: minor doc fix Toby 2024-01-27 13:40:29 -0800
  • a2475d3722 fix: remove "reject with tcp reset" for now as it doesn't work properly Toby 2024-01-27 13:27:27 -0800
  • bd724f43c0 docs: update socks doc KujouRinka 2024-01-27 20:59:41 +0800
  • ff27ee512a refactor: merge sock4 and socks5 into one KujouRinka 2024-01-27 20:45:11 +0800
  • 1ae0455fd5 docs: add sock4/4a doc KujouRinka 2024-01-27 14:09:21 +0800
  • 96716561e0 feat: add sock4/4a analyzer KujouRinka 2024-01-27 13:39:46 +0800
  • ddfb2ce2af style: rename vars to avoid namespace pollution KujouRinka 2024-01-27 11:17:39 +0800
  • 90542be7f2 docs: add SOCKS5 v0.0.3 Toby 2024-01-26 14:03:22 -0800
  • fe2ff6aa69
    Merge pull request #34 from KujouRinka/master Toby 2024-01-26 13:59:26 -0800
  • bd92e716ce docs: improve grammar Toby 2024-01-26 13:57:15 -0800
  • e0712f1d51 fix: import format Toby 2024-01-26 13:54:34 -0800
  • 4581d0babe Merge branch 'master' of https://github.com/KujouRinka/OpenGFW into feat-socks5 Toby 2024-01-26 13:37:41 -0800
  • b0106c9941 docs: add socks5 doc KujouRinka 2024-01-26 14:45:26 +0800
  • eeb234552c
    Merge pull request #33 from Fangliding/master Toby 2024-01-25 22:00:30 -0800
  • cbbca0353e
    Add ECH in doc 风扇滑翔翼 2024-01-26 12:54:20 +0800
  • f004d17522 feat: set Limit for socks5 analyzer KujouRinka 2024-01-26 11:31:11 +0800
  • d2d4fa723a feat: socks5 analyzer KujouRinka 2024-01-26 11:24:36 +0800
  • d7d3437d3c docs: analyzers Toby 2024-01-24 20:01:53 -0800
  • ce9f0145da docs: add Japanese README Ikko Eltociear Ashimine 2024-01-25 13:01:43 +0900
  • 63d04b02b6
    Create SECURITY.md-commit reddriffter 2024-01-24 16:30:55 +0530
  • 6c47da1794 Please projectdude15 2024-01-23 22:16:22 +0000
  • 7441d24aea docs: trivial updates Toby 2024-01-21 16:11:01 -0800
  • 99403d3150 docs: logo transparency Toby 2024-01-21 15:33:18 -0800
  • 1041d5fde1 feat: Trojan analyzer based on github.com/XTLS/Trojan-killer v0.0.2 Toby 2024-01-21 14:48:54 -0800
  • 00d88d7fbf fix: incorrect prop update logic Toby 2024-01-21 12:26:23 -0800
  • f9864628d2 feat: add invalid threshold to DNS analyzer for UDP offloading v0.0.1 Toby 2024-01-20 11:51:17 -0800
  • 25241c9df0 ci: add release workflow action Toby 2024-01-20 10:42:14 -0800
  • 4f86f91a15 first Toby 2024-01-19 16:45:01 -0800