Commit Graph

  • 75d1a6d52e chore: update release template v0.10.8 xvzc 2024-08-15 13:32:01 +0900
  • d9ac95bb98 chore: update release template xvzc 2024-08-15 13:28:42 +0900
  • 527ffa9199 cicd: update release template xvzc 2024-08-15 13:27:02 +0900
  • 884a855a4d
    chore: add release action (#143) xvzc 2024-08-15 13:22:07 +0900
  • 8a7ccec864 cicd: test xvzc 2024-08-15 13:16:49 +0900
  • bbbf310b3b cicd: test xvzc 2024-08-15 13:16:31 +0900
  • 8a78f4c4a3 cicd: test xvzc 2024-08-15 13:14:01 +0900
  • 1a17fe6c5a cicd: test xvzc 2024-08-15 13:00:59 +0900
  • 1b6501b40a cicd: test xvzc 2024-08-15 12:58:54 +0900
  • 8650e239d3 cicd test xvzc 2024-08-15 12:55:07 +0900
  • cca27bfa29 cicd: test xvzc 2024-08-15 12:53:48 +0900
  • d8744c2da0 cicd: test xvzc 2024-08-15 12:51:32 +0900
  • 84032058d4 cicd: test xvzc 2024-08-15 12:48:24 +0900
  • 3c41fd5061 cicd: test xvzc 2024-08-15 12:45:57 +0900
  • a1cc96ad7f cicd: test xvzc 2024-08-15 12:42:04 +0900
  • 9c9f675bf5 cicd: test xvzc 2024-08-15 12:41:53 +0900
  • 27c9a7ad6a cicd: test xvzc 2024-08-15 11:14:31 +0900
  • b4ac01d01d cicd: test xvzc 2024-08-15 11:11:21 +0900
  • 5aafa4f636 cicd: test xvzc 2024-08-15 11:07:22 +0900
  • 9e9587455d cicd: test xvzc 2024-08-15 11:07:00 +0900
  • 8bacc222ed cicd: test xvzc 2024-08-15 11:02:41 +0900
  • 864bea2fae cicd: test xvzc 2024-08-15 10:57:59 +0900
  • 67d5005075 cicd: test xvzc 2024-08-15 10:56:28 +0900
  • bbff2c983c cicd: test xvzc 2024-08-15 10:52:58 +0900
  • decc5ec2c5 cicd: test xvzc 2024-08-15 10:48:03 +0900
  • 37837f2ee6 cicd: test xvzc 2024-08-15 10:36:05 +0900
  • 465f30011e cicd: test xvzc 2024-08-15 10:29:32 +0900
  • bfe60758b9 cicd: test xvzc 2024-08-15 10:25:57 +0900
  • 2c9aa21ff4 cicd: test xvzc 2024-08-15 10:24:18 +0900
  • 2bb1180b49 cicd: test xvzc 2024-08-15 10:20:08 +0900
  • 4c240ad9e7 Implement loading of regex patterns from file. ledorub 2024-08-09 23:55:25 +0300
  • 714c77f523 Change Config.AllowedPattern type from slice to set. ledorub 2024-08-09 04:09:00 +0300
  • b23c10ab02 Replace StringArray with StringSet in config.go. ledorub 2024-08-09 02:55:07 +0300
  • 389e40baf7 cicd: test xvzc 2024-08-15 10:11:27 +0900
  • dd37dace5a cicd: test xvzc 2024-08-15 10:09:14 +0900
  • b1d61f6ddf cicd: test xvzc 2024-08-15 10:05:01 +0900
  • 525b7379db cicd: test xvzc 2024-08-15 10:02:54 +0900
  • 9a804151ca cicd: test xvzc 2024-08-15 09:54:30 +0900
  • 2e080ec622 cicd: test xvzc 2024-08-15 09:45:56 +0900
  • 33884c294c cicd: test xvzc 2024-08-15 09:32:07 +0900
  • cc0d0d22dd No commit message xvzc 2024-08-15 09:30:17 +0900
  • 07b48b31cd cicd: test xvzc 2024-08-15 09:28:56 +0900
  • 29264866ab No commit message xvzc 2024-08-15 09:22:57 +0900
  • 601ba35699 cicd: test xvzc 2024-08-15 09:20:04 +0900
  • 9edb4dc0f4 cicd: make release action run on workflow_dispatch xvzc 2024-08-15 09:14:50 +0900
  • d02efac9af cicd: add release-template xvzc 2024-08-15 09:13:26 +0900
  • 38b0ea90b7 cicd: add release action xvzc 2024-08-15 09:13:05 +0900
  • 7d1d711025 docs: uppercase names of readme files xvzc 2024-08-15 08:57:32 +0900
  • 5d0fd16995 doc: uppercase readme files xvzc 2024-08-15 08:54:46 +0900
  • ca13c0179b
    Merge f5db23fc21 into ffdd93539c xuhe 2024-08-14 11:09:39 -0700
  • ffdd93539c prepare for v0.10.8 xvzc 2024-08-15 02:57:36 +0900
  • e57f95c604 refactor reading http request xvzc 2024-08-15 02:39:23 +0900
  • bdc1a68691 add windows release v0.10.7 xvzc 2024-08-15 01:58:52 +0900
  • 3bdf24ca8a
    Merge pull request #140 from LiquidTheDangerous/fix-nilpointer-deref/main xvzc 2024-08-14 22:57:37 +0900
  • fa2cfc4c8c fix: nil pointer deref LiquidTheDangerous 2024-08-14 18:55:04 +0500
  • 4721bd6067
    Merge pull request #138 from xvzc/refactor-client-hello xvzc 2024-08-14 17:16:36 +0900
  • 7f1ad9e7ec refactor #133 xvzc 2024-08-14 17:01:14 +0900
  • c76e21cec0
    Merge pull request #133 from LiquidTheDangerous/client-hello-fix/main xvzc 2024-08-14 16:23:50 +0900
  • c80b729c31 Merge remote-tracking branch 'origin/client-hello-fix/main' into client-hello-fix/main LiquidTheDangerous 2024-08-14 12:06:55 +0500
  • 48488a3af4 refactor LiquidTheDangerous 2024-08-14 02:33:58 +0500
  • 852b789ac3 fix: client hello LiquidTheDangerous 2024-08-11 18:54:06 +0500
  • 6b0547b431 fix: client hello LiquidTheDangerous 2024-08-11 16:44:34 +0500
  • 874256c9bc remove buffer-size parameter Andrey Semenov 2024-08-10 21:19:52 +0500
  • 173b5da2a5 Parse request from connection instead of buffer Andrey Semenov 2024-08-09 03:07:29 +0500
  • dbee4964f8 perf: remove loop Andrey Semenov 2024-08-09 01:52:59 +0500
  • 10d1ee4860 perf: reuse allocated buffer. add config parameter Andrey Semenov 2024-08-08 23:47:34 +0500
  • f5b183c62f
    Merge branch 'xvzc:main' into client-hello-fix/main LiquidTheDangerous 2024-08-14 12:02:21 +0500
  • 4c7dff92f2 fix: unlock the cache mutex... ohaiibuzzle 2024-08-14 11:44:29 +0700
  • 9a3cbbdc34 feat: dns caching ohaiibuzzle 2024-08-11 18:16:28 +0700
  • fa064736a8 refactor LiquidTheDangerous 2024-08-14 02:33:58 +0500
  • ea22bd2451
    Merge pull request #136 from xvzc/refactor xvzc 2024-08-13 21:33:09 +0900
  • 84ad7288ea fix: re-add handling leading https and trailing /dns-query xvzc 2024-08-13 13:30:59 +0900
  • 464afe937d chore: refactor doh xvzc 2024-08-13 07:53:37 +0900
  • 76b16da2e8 chore: refactor doh xvzc 2024-08-13 07:37:20 +0900
  • dbe7f32a1f
    Merge pull request #129 from ohaiibuzzle/feat/internal-doh xvzc 2024-08-13 06:50:12 +0900
  • c8c18a4651 fix: remove automatic retry when doh fails ohaiibuzzle 2024-08-12 22:33:31 +0700
  • 1f7fe642d5 fix: client hello LiquidTheDangerous 2024-08-11 18:54:06 +0500
  • e9de332163 fix: make doh truly singleton ohaiibuzzle 2024-08-11 19:35:02 +0700
  • 4c0f5ca6c8 fix: client hello LiquidTheDangerous 2024-08-11 16:44:34 +0500
  • 6d87e679ad
    Merge pull request #119 from LiquidTheDangerous/buffer-size/main xvzc 2024-08-11 14:45:41 +0900
  • faef0aa046 remove buffer-size parameter Andrey Semenov 2024-08-10 21:19:52 +0500
  • c93ddd67e0 fix: re-implement cancellation context ohaiibuzzle 2024-08-10 14:15:22 +0700
  • 714daeab99 feat: ipv6 joins the ride. ohaiibuzzle 2024-08-10 14:02:50 +0700
  • a86b7b3d07 fixed: move doh to internal ohaiibuzzle 2024-08-10 13:34:37 +0700
  • 608a56c0fb
    Update main.go KIRIllpizdec 2024-08-09 06:48:00 +0400
  • 22d6a064fa Parse request from connection instead of buffer Andrey Semenov 2024-08-09 03:07:29 +0500
  • 884389256d perf: remove loop Andrey Semenov 2024-08-09 01:52:59 +0500
  • 7bf3f9e4e5 perf: reuse allocated buffer. add config parameter Andrey Semenov 2024-08-08 23:47:34 +0500
  • f5db23fc21 fix: capitalize the title; feat: add options usage for docker and change chinese readme.md xuhe 2024-08-07 13:25:26 +0800
  • c31fc37610 update documentation xvzc 2024-08-07 13:30:32 +0900
  • e53927850d docs: add docs for docker deployment xuhe 2024-08-07 11:51:11 +0800
  • bce4d4cd24 remove unnecessary import xvzc 2024-08-07 07:49:06 +0900
  • c021a992fe move docs to _docs directory xvzc 2024-08-07 07:47:32 +0900
  • 11fa22c7da fix version module xvzc 2024-08-07 07:38:16 +0900
  • 6c66b2857c add version module xvzc 2024-08-07 07:32:35 +0900
  • 7397f831bb
    Update main.go fix typo Manav 2024-08-06 18:53:33 +0530
  • a958ede7b9
    Setting up a system-wide proxy (linux) nborisenkov 2024-08-06 14:26:22 +0300
  • 641ded49d8 use system-dns when patterns are not matched v0.10.6 xvzc 2024-08-06 17:48:18 +0900
  • 24c48c6c9a udpate docs xvzc 2024-08-06 17:48:10 +0900
  • 92b42293bb release v0.10.5 xvzc 2024-08-06 12:30:53 +0900