Package Details: spoofdpi-bin 0.12.0-4

Git Clone URL: https://aur.archlinux.org/spoofdpi-bin.git (read-only, click to copy)
Package Base: spoofdpi-bin
Description: A simple and fast anti-censorship tool written in Go
Upstream URL: https://github.com/xvzc/SpoofDPI
Licenses: Apache-2.0
Conflicts: spoofdpi
Provides: spoofdpi
Submitter: txtsd
Maintainer: txtsd
Last Packager: txtsd
Votes: 15
Popularity: 6.47
First Submitted: 2024-08-26 11:02 (UTC)
Last Updated: 2024-09-10 12:37 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3

IcyColdified commented on 2024-08-24 11:20 (UTC)

@DezXerneas Fixed, looks like the dev re-published all the releases to be compliant to SemVer.

DezXerneas commented on 2024-08-24 11:13 (UTC)

Download link is wrong. Extra v in version number

IcyColdified commented on 2024-08-11 06:48 (UTC)

@Supine Done!

Supine commented on 2024-08-04 20:41 (UTC)

Can you please set the default value of WINDOW_SIZE to 0? It's the default one, and the 50 just doesn't work on my end - causes network timeout errors in chromium.

IcyColdified commented on 2024-07-21 15:52 (UTC)

@artemklevtsov Done! Thanks for the suggestion :D

artemklevtsov commented on 2024-07-21 10:48 (UTC) (edited on 2024-07-21 10:50 (UTC) by artemklevtsov)

Can you add /etc/conf.d support to control some parameters?

/etc/conf.d/spoof-dpi

PORT=8888
DNS=9.9.9.9
TIMEOUT=2000

/usr/lib/systemd/system/spoof-dpi.service

[Unit]
Description=SpoofDPI Service
Wants=network-online.target
After=network-online.target

[Service]
EnvironmentFile=/etc/conf.d/spoof-dpi
ExecStart=/usr/bin/spoof-dpi -no-banner -dns $DNS -port $PORT -timeout $TIMEOUT

[Install]
WantedBy=default.target

caramba789 commented on 2023-12-02 17:13 (UTC) (edited on 2023-12-02 17:14 (UTC) by caramba789)

I tried to edit the construction file so as to update to version 0.8 (September 2023) but the existing checksums didn't match. Does anyone know where the right ones can be found ? (sorry if the question is naive, I am newcomer)

beyond9thousand commented on 2022-08-06 11:17 (UTC)

Can you update to the latest version? https://github.com/xvzc/SpoofDPI/commit/ea90ea8eb1062c48dbb6a458ff57083aa9f4bb0e

yochananmarqos commented on 2022-06-22 18:25 (UTC)

This needs to build from source. See Go package guidelines. If you want to submit a binary version, resubmit as spoof-dpi-bin.