Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.18 KB

File metadata and controls

27 lines (22 loc) · 1.18 KB

Bugfix release:

  • Linux: fix IPv6 SYN/ACK BPF filter (previously only matched IPv4)
  • Linux: fix SYN/ACK rules installed on iptables
  • Windows: remove unneeded IP checksum calculation

Installation

Windows

  1. Download the .zip from the below and extract it.
  2. Double-click dpibreak.exe to run, or start_fake.bat for fake mode.
  3. To run automatically on boot, run service_install.bat as administrator.

See WINDOWS_GUIDE.txt in the zip for more details. If you have trouble deleting the previous version's folder when updating, see #21.

Linux

One-liner install:

curl -fsSL https://raw.githubusercontent.com/dilluti0n/dpibreak/master/install.sh | sh

Or download the tarball from the assets below:

tar -xf DPIBreak-*.tar.gz
cd DPIBreak-*/
sudo make install

Also available via Arch AUR, Gentoo GURU and crates.io. See README.md for details.