Skip to content

Instantly share code, notes, and snippets.

@megamen32
Created July 22, 2026 18:05
Show Gist options
  • Select an option

  • Save megamen32/d54a0d6287bb3cebf65f56a27406c9c4 to your computer and use it in GitHub Desktop.

Select an option

Save megamen32/d54a0d6287bb3cebf65f56a27406c9c4 to your computer and use it in GitHub Desktop.
scutil --proxy
networksetup -listallnetworkservices
networksetup -getwebproxy "Wi-Fi"
networksetup -getsecurewebproxy "Wi-Fi"
networksetup -getautoproxyurl "Wi-Fi"
route -n get default
curl --noproxy '*' -4 -v --connect-timeout 10 \
https://1.1.1.1/cdn-cgi/trace
systemextensionsctl list | grep -Ei \
'zscaler|cisco|forti|palo|globalprotect|netskope|network|filter|vpn'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment