hufrea / byedpi

Bypass DPI
MIT License
1.37k stars 102 forks source link

Unrecognized option '--disoob' #150

Open superclaw opened 6 days ago

superclaw commented 6 days ago

Hi! Today my config have stopped to work: "--disorder 1 --oob 3+s --ttl 1 -A torst --tlsrec 1+s --debug 1" I wanna try option "--disoob" instead of "--oob" but I'm getting an error "Unrecognized option '--disoob'". Is that option available now, or I have to try some other? Ubuntu server, last version of repo, Game-Service.

hufrea commented 6 days ago

Is that option available now

Yes. Check the version using --version and make sure it is 13+.

superclaw commented 6 days ago

Is that option available now

Yes. Check the version using --version and make sure it is 13+.

I'd checked and got "12". I'm just cloning this repo and running "make", then "ciadpi". Should I use any other branch?

superclaw commented 6 days ago

UPD: I run it in docker container, maybe it uses cache. Is 13 version new?

skiandrius commented 6 days ago

UPD: I run it in docker container, maybe it uses cache. Is 13 version new?

The latest version, v0.14.1, was released 5 days ago

superclaw commented 6 days ago

UPD: I run it in docker container, maybe it uses cache. Is 13 version new?

The latest version, v0.14.1, was released 5 days ago

It seems to be the cache inside of the docker container, thanks a lot, I'll try to fix