Skip to content

Releases: xvzc/SpoofDPI

v1.2.0

15 Dec 11:25
v1.2.0
d5d090d

Choose a tag to compare

Changelog

Features

  • feat: improve rule configuration system (#341) by @xvzc
  • feat: add `https-disorder` option (#332) by @xvzc

Other

  • refactor(config): group https options and clarify split strategy (#334) by @xvzc
  • refactor: overhaul config, logging, and DNS packages (#333) by @xvzc

v1.1.3

24 Nov 19:13
6d87210

Choose a tag to compare

Changelog

Other

  • chore: add custom source archive including commit file (#327) by @xvzc

v1.1.2

24 Nov 18:32
13abf95

Choose a tag to compare

Changelog

Fixes

  • fix: use fmt.Println to print version information #326 by @xvzc

v1.1.1

24 Nov 12:44
4f8b22e

Choose a tag to compare

Changelog

Fixes

  • fix(proxy): check if hopTracker is nil before running RegisterUntracked() (#325) by @xvzc

v1.1.0

24 Nov 10:40
822d840

Choose a tag to compare

⚠️ WARNING: BROKEN RELEASE This version contains a critical bug. Please upgrade to v1.1.1 immediately.

Changelog

Features

  • feat: add auto-policy option (#310) by @xvzc
  • feat: merge --allow/--ignore flags into --policy (#307) by @xvzc

Fixes

  • fix(proxy): go routine leak for tunnel function (#311) by @xvzc
  • fix: condition for shouldExploit (#306) by @xvzc

Documentation

  • fix(proxy): go routine leak for tunnel function (#311) by @xvzc
  • docs: add site docs (#308) by @xvzc

v1.0.2

11 Nov 08:12
a0cd135

Choose a tag to compare

Changes

  • feat: tidy up unnecessary logs and add log-level flag (#301) by @xvzc
  • feat: support toml config file (#300) by @xvzc

v1.0.1

06 Nov 17:53
e25e6a3

Choose a tag to compare

Changes

  • renamed --pattern argument to --allow
  • added --ignore argument

v1.0.0

06 Nov 12:28
2a7c51d

Choose a tag to compare

Changes

  • add feature sending fake packges before tls handshake (#297) by @xvzc

This major release includes a new feature to send fake HTTPS packets before the TLS handshake.

This feature introduces a dependency on libpcap, which has created significant challenges in providing pre-compiled binaries for all platforms.

Therefore, we unfortunately do not plan to provide pre-compiled binaries going forward. We sincerely apologize for this inconvenience.

v0.12.2

05 Nov 06:43
dfa240a

Choose a tag to compare

Changes

  • fix: unmatched types error for system.SetProxy() (#295) by @xvzc
  • Fix 293 (#294) by @xvzc

There was an issue with the 0.12.1 release, and the Linux and Windows binaries were not published. Sorry for the inconvenience this may have caused.

v0.12.1

04 Nov 15:29
4679fb0

Choose a tag to compare

Changes

  • refactor: reorganize project folder structure for maintainability (#291) by @xvzc
  • added dns caching for better performance
  • replaced colored banner with ascii art