Giter Site home page Giter Site logo

Comments (6)

hufrea avatar hufrea commented on August 16, 2024 4

Yes.

Download and run:

wget https://github.com/hufrea/byedpi/releases/download/v0.11/byedpi-11-x86_64.tar.gz
tar -xzf byedpi-11-x86_64.tar.gz

./ciadpi-x86_64 --disorder 3 --ip 127.0.0.1

Set as system proxy (if your DE is Gnome);

gsettings set org.gnome.system.proxy mode manual
gsettings set org.gnome.system.proxy.socks host '127.0.0.1'
gsettings set org.gnome.system.proxy.socks port 1080

If you want enable autostart:

mv ciadpi-x86_64 /usr/bin/ciadpi

Write this to /etc/systemd/user/byedpi.service

[Unit]
Description=ByeDPI

[Service]
ExecStart=ciadpi --disorder 3 --ip 127.0.0.1

[Install]
WantedBy=default.target

And run:

systemctl --user enable byedpi
systemctl --user start byedpi

from byedpi.

hufrea avatar hufrea commented on August 16, 2024 1

Try using other parameters, replace --disorder 3 with --auto=torst --tlsrec 1+s, for example.
And check if the proxy is working, add the --debug 1 parameter and look at the logs.

from byedpi.

rr1231234 avatar rr1231234 commented on August 16, 2024

Thank you very much, I did everything exactly as written but still can't access to the blocked sites. It's strange because on Windows 11 I made it working successfully.

from byedpi.

rr1231234 avatar rr1231234 commented on August 16, 2024

So the log says: byedpi.service: Failed with result 'exit-code'

from byedpi.

hufrea avatar hufrea commented on August 16, 2024

Then just run it without using the service and send the result:

./ciadpi-x86_64 --debug 2

from byedpi.

lufog avatar lufog commented on August 16, 2024

@rr1231234, I use it on both Windows 11 and Arch Linux. It works, the main thing is not to forget to specify it in the proxy settings.

For example, I use:

  • ciadpi.exe --auto --timeout 3 --disorder 1 --fake -1 --ttl 3 for Windows
  • ciadpi-x86_64 --auto --timeout 3 --fake -1 --ttl 3 for Arch

--ttl - time to live of the fake packet should be such that it reaches the DPI, but does not reach the site itself (3 in my case).
--auto --timeout 3 - just tries to connect directly, if it fails, it uses the parameters following it (--fake ... in my case).

from byedpi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.