Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for more platforms and architectures ? #29

Closed
Baltazar500 opened this issue Jul 27, 2022 · 1 comment
Closed

Support for more platforms and architectures ? #29

Baltazar500 opened this issue Jul 27, 2022 · 1 comment

Comments

@Baltazar500
Copy link

Hi.

The number of binaries in releases is very small. Is it possible to increase the number of supported platforms? "Linux" version did not start for me

spoof-dpi --help
-bash: /bin/spoof-dpi: cannot execute binary file

Is it an x64 binary? I am using (old) x86 linux i386/i586.

We also need binaries for armv7 (android), arm64-v8a (android), windows (x64/x86)

@xvzc
Copy link
Owner

xvzc commented Aug 30, 2022

Maybe you better just build your own.

GOOS=${YOUR_OS} GOARCH=${YOUR_ARCH} go build -ldflags='-w -s' github.com/xvzc/SpoofDPI/cmd/spoof-dpi

GOARCH variable should be your architecture like amd64

@xvzc xvzc closed this as completed Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants