download [open source] - GreenTunnel - băm nhỏ gói tin để bypass các hình thức chặn truy cập/bóp băng thông

Công nhận món này gần đây nhờn thuốc rồi sao ấy. DNS Next rồi dpi các kiểu vẫn ko ăn, phải VPN mới được.
 
Công nhận món này gần đây nhờn thuốc rồi sao ấy. DNS Next rồi dpi các kiểu vẫn ko ăn, phải VPN mới được.
ko nhờn đâu fen, thử từ trên xuống, quất cái cuối cùng là bảo đảm đc thôi
Code:
goodbyedpi.exe -e 2 --native-frag
goodbyedpi.exe -p -r -s -m -f 2 -k 2 -n -e 2
goodbyedpi.exe -p -r -s -m -f 2 -k 2 -n -e 2 --wrong-chksum --wrong-seq --native-frag
goodbyedpi.exe -p -r -s -m -f 2 -k 2 -n -e 2 -w --allow-no-sni --auto-ttl --wrong-chksum --wrong-seq --native-frag --reverse-frag
 
ko nhờn đâu fen, thử từ trên xuống, quất cái cuối cùng là bảo đảm đc thôi
Code:
goodbyedpi.exe -e 2 --native-frag
goodbyedpi.exe -p -r -s -m -f 2 -k 2 -n -e 2
goodbyedpi.exe -p -r -s -m -f 2 -k 2 -n -e 2 --wrong-chksum --wrong-seq --native-frag
goodbyedpi.exe -p -r -s -m -f 2 -k 2 -n -e 2 -w --allow-no-sni --auto-ttl --wrong-chksum --wrong-seq --native-frag --reverse-frag
Quất luôn cái cuối ko được luôn thím ơi. Mềnh mạng chú 7. Cần vào medium đọc mà đến giờ chưa rõ tại sao nó block trang này.
 
thím có đổi dùng doh trên trình duyệt chưa?
này phải ko thím. ff hay chrome đều rứa. :-(
1675057503312.png
 
@Fioren thím giúp em tạo file cmd install as Windows Service với, chỉ cần chạy file chay như bấm GoodbyeDPI.exe tại em dùng NextDNS trong trình duyệt, em cho khởi động cùng win mà sao trong Taskmanager ko thấy process nên đổi hướng dùng service :sad:
 
@Fioren thím giúp em tạo file cmd install as Windows Service với, chỉ cần chạy file chay như bấm GoodbyeDPI.exe tại em dùng NextDNS trong trình duyệt, em cho khởi động cùng win mà sao trong Taskmanager ko thấy process nên đổi hướng dùng service :sad:
là sao install service của cái gì? :sweat:
 
là sao install service của cái gì? :sweat:

How to install as Windows Service​

Check examples in service_install_russia_blacklist.cmd, service_install_russia_blacklist_dnsredir.cmd and service_remove.cmd scripts.

Modify them according to your own needs.
vụ này thím ạ, em cần nó chạy bt như bấm vào file exe thôi, ko thêm bớt :sad:
 
ý là chạy có cái ô cmd khi nào cần là tắt? dùng code này, bỏ file .bat chung với file goodbyedpi.exe trong folder x86_64
goodbyedpi.exe -e 2 --native-frag
đại khái là file service_install_russia_blacklist.cmd này, em muốn edit sao để chạy như chỉ bấm vào file exe chứ ko thêm bớt như tác giả có nói "
  • Chrome: Settings → Privacy and security → Use secure DNS → With: NextDNS
  • Firefox: Settings → Network Settings → Enable DNS over HTTPS → Use provider: NextDNS
Then run the goodbyedpi.exe executable without any options. If it works — congratulations! You can use it as-is or configure further, for example by using --blacklist option if the list of blocked websites is known and available for your country."
@ECHO OFF
PUSHD "%~dp0"
set _arch=x86
IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (set _arch=x86_64)
IF DEFINED PROCESSOR_ARCHITEW6432 (set _arch=x86_64)

echo This script should be run with administrator privileges.
echo Right click - run as administrator.
echo Press any key if you're running it as administrator.
pause
sc stop "GoodbyeDPI"
sc delete "GoodbyeDPI"
sc create "GoodbyeDPI" binPath= "\"%CD%\%_arch%\goodbyedpi.exe\" -5 --blacklist \"%CD%\russia-blacklist.txt\"" start= "auto"
sc description "GoodbyeDPI" "Passive Deep Packet Inspection blocker and Active DPI circumvention utility"
sc start "GoodbyeDPI"

POPD
 
đại khái là file service_install_russia_blacklist.cmd này, em muốn edit sao để chạy như chỉ bấm vào file exe chứ ko thêm bớt như tác giả có nói "
  • Chrome: Settings → Privacy and security → Use secure DNS → With: NextDNS
  • Firefox: Settings → Network Settings → Enable DNS over HTTPS → Use provider: NextDNS
Then run the goodbyedpi.exe executable without any options. If it works — congratulations! You can use it as-is or configure further, for example by using --blacklist option if the list of blocked websites is known and available for your country."
vẫn chưa hiểu fen muốn gì :v
 
ý em là thay vì phải bấm chạy exe thì dùng cách service ko cần bấm nữa :sad:
Code:
@ECHO OFF
PUSHD "%~dp0"
set _arch=x86
IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (set _arch=x86_64)
IF DEFINED PROCESSOR_ARCHITEW6432 (set _arch=x86_64)

echo This script should be run with administrator privileges.
echo Right click - run as administrator.
echo Press any key if you're running it as administrator.
pause
sc stop "GoodbyeDPI"
sc delete "GoodbyeDPI"
sc create "GoodbyeDPI" binPath= "\"%CD%\%_arch%\goodbyedpi.exe\" -e 2 --native-frag"" start= "auto"
sc description "GoodbyeDPI" "Passive Deep Packet Inspection blocker and Active DPI circumvention utility"
sc start "GoodbyeDPI"

POPD
giờ đã hiểu :v
 
Code:
@ECHO OFF
PUSHD "%~dp0"
set _arch=x86
IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (set _arch=x86_64)
IF DEFINED PROCESSOR_ARCHITEW6432 (set _arch=x86_64)

echo This script should be run with administrator privileges.
echo Right click - run as administrator.
echo Press any key if you're running it as administrator.
pause
sc stop "GoodbyeDPI"
sc delete "GoodbyeDPI"
sc create "GoodbyeDPI" binPath= "\"%CD%\%_arch%\goodbyedpi.exe\" -e 2 --native-frag"" start= "auto"
sc description "GoodbyeDPI" "Passive Deep Packet Inspection blocker and Active DPI circumvention utility"
sc start "GoodbyeDPI"

POPD
giờ đã hiểu :v
kiểu này ko chạy đc trên W11 á thím, W10 thì ok :sad:
 
mọi người cho hỏi cái bản UI ở #1 nó mặc định theo ý tác giả mà k config gì dc luôn hả ?!
thanks
 
Back
Top