Created
July 22, 2026 18:05
-
-
Save megamen32/d54a0d6287bb3cebf65f56a27406c9c4 to your computer and use it in GitHub Desktop.
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
| 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