Created
April 23, 2025 14:55
-
-
Save andrewpetrochenkov/a9a99233443fbc38e1b8862e483c85e4 to your computer and use it in GitHub Desktop.
squid restart #squid #proxy
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
brew services stop squid | |
rm /opt/homebrew/var/run/squid.pid | |
brew services start squid | |
# test | |
brew services list | grep squid | |
curl -x http://127.0.0.1:3128 -v https://example.com | |
cat /opt/homebrew/var/logs/access.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment