Skip to content

Releases: xvzc/SpoofDPI

v0.10.4

27 Aug 20:39
Compare
Choose a tag to compare

Changes

  • spoof-dpi now uses legacy style fragmentation by default.

v0.10.3

27 Aug 20:39
Compare
Choose a tag to compare

Changes

  • disable timeout option when not given

v0.10.2

27 Aug 20:40
Compare
Choose a tag to compare

Changes

  • enhance logging for dns package

v0.10.1

27 Aug 20:40
Compare
Choose a tag to compare

Changes

  • re-added legacy style tcp level fragmentation. This can be used when the given window-size option is 0

v0.10.0

27 Aug 20:40
96f597d
Compare
Choose a tag to compare

Changes

  • Added window-size option that sets the size of fragmented client hello packet.
  • Added -v option that shows the version string
  • Removed net package and use proxy package instead
  • Dns over HTTPS is now disabled by default and we can enable it with --enable-doh option.

v0.9.0

27 Aug 20:40
83326a0
Compare
Choose a tag to compare

Changes

  • Implemented #31

v0.8.1

27 Aug 20:40
d84dff0
Compare
Choose a tag to compare

Changes

  • Set default timeout to 2000ms because there are cases that the client requests to some website that takes long time to response

v0.8.0

27 Aug 20:40
Compare
Choose a tag to compare

Changes

  • Added --timeout option.
  • Fixed #46. The timeout option is disabled by default. use --timeout option to enable it.
  • Changed name for --banner to --no-banner
    • Now there's no longer a need to run with spoof-dpi --banner=false, but just spoof-dpi --no-banner

v0.7.0

27 Aug 20:40
49f7138
Compare
Choose a tag to compare

Changes

Now we support options for white listed urls and url patterns.
It will only bypass when users are trying to send requests to those urls

Examples

  • --url=google.com --url=github.com
  • --pattern="google|github"

v0.6.2

27 Aug 20:41
18ee517
Compare
Choose a tag to compare

Changes

  • Fixed the problem not being able to run binaries