Created
August 4, 2024 07:20
-
-
Save andrewpetrochenkov/7f7dd173f857fb26accc72462d44cd78 to your computer and use it in GitHub Desktop.
macOS SpoofDPI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://github.com/xvzc/SpoofDPI | |
| curl -fsSL https://raw.githubusercontent.com/xvzc/SpoofDPI/main/install.sh | bash -s darwin-amd64 | |
| export PATH=$PATH:~/.spoof-dpi/bin | |
| spoof-dpi # Safari only | |
| # disable | |
| # spoof-dpi --enable-doh --window-size 0 # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment