Releases: xvzc/SpoofDPI
Releases · xvzc/SpoofDPI
v0.6.1
v0.6.0
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.0
Changes
- Fixed recursive http redirection issue
This change replaces http request packet like below
GET http://google.com/ HTTP/1.1
Host: google.com
User-Agent: curl/7.77.0
Accept: */*
Proxy-Connection: Keep-Alive
The packet above gets replaced like below
GET / HTTP/1.1
Host: google.com
User-Agent: curl/7.77.0
Accept: */*