Skip to content

Releases: xvzc/SpoofDPI

Release v0.81

21 Jul 05:42
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

Release v0.9

21 Jul 08:25
83326a0
Compare
Choose a tag to compare

Changes

  • Implemented #31

Release v0.8

08 Sep 08: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

Release v0.7

25 Apr 13:24
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"

Release v0.62

04 Aug 16:27
18ee517
Compare
Choose a tag to compare

Changes

  • Fixed the problem not being able to run binaries

Release v0.61

12 May 12:26
4ab34c7
Compare
Choose a tag to compare

Changes

  • set default listen address to 127.0.0.1 (to prevent insecure bot request)
  • additional argument to choose ip address

Release v0.6

08 May 21:14
Compare
Choose a tag to compare

Changes

  • Error log format
  • Changed proxy serving method to io.copy
  • Supports requests sent directly with ip address
  • Added missing tcp connection closing

Release v0.53

14 Apr 01:54
Compare
Choose a tag to compare

Changes

  • fixed issue that error is printed in byte format when a request couldn't be parsed

Release v0.52

20 Mar 13:42
Compare
Choose a tag to compare

Changes

Release v0.51

11 Mar 04:25
Compare
Choose a tag to compare

Changes

  • Fixed #15
  • Changed build process (now using docker container to build releases)