SpoofDPI is a simple and fast anti-censorship tool written in Go that
bypasses Deep Packet Inspection (DPI) by splitting HTTPS requests into
chunks and sending the first byte separately.
¦ ¦ ¦ ¦
Manual pages:
FreshPorts has no man page information for this port.
You can use spoofdpi rc.d service and specify arguments
for spoofdpi program in rc.conf file like this below:
spoofdpi_args="-port 8181 -dns-addr 1.1.1.1 -enable-doh"
To enable/start spoofdpi service:
# service spoofdpi enable
# service spoofdpi start
Now, you can configure your web browser to use this proxy.
net/spoofdpi: Update 0.10.11 → 0.10.12
Port changes:
* Remove GO_TARGET output binary because program is renamed as spoofdpi now.
* Add pkg-message to let users know there is a rc.d script for spoofdpi.
Changelog:
* Renamed the name of binary to spoofdpi
https://github.com/xvzc/SpoofDPI/releases/tag/0.10.12
PR: 281088
net/spoofdpi: Update 0.10.10 → 0.10.11
Port changes:
* Remove DISTVERSIONPREFIX because new release doesn't have it
* Specify LICENSE_FILE
* -no-banner argument was removed from upstream
Changelog:
* Refactor Proxy and Args
* Added termination instruction
https://github.com/xvzc/SpoofDPI/releases/tag/0.10.11
PR: 281054
net/spoofdpi: New port: Simple and fast anti-censorship tool
SpoofDPI is a simple and fast anti-censorship tool written in Go that
bypasses Deep Packet Inspection (DPI) by splitting HTTPS requests
into chunks and sending the first byte separately.
It can be run as daemon via rc.d script spoofdpi.
https://github.com/xvzc/SpoofDPI
PR: 280591