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
| # Shadowrocket: 2024-01-25 18:26:34 | |
| [General] | |
| bypass-system = true | |
| skip-proxy = 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, localhost, *.local, captive.apple.com | |
| tun-excluded-routes = 10.0.0.0/8, 100.64.0.0/10, 127.0.0.0/8, 169.254.0.0/16, 172.16.0.0/12, 192.0.0.0/24, 192.0.2.0/24, 192.88.99.0/24, 192.168.0.0/16, 198.51.100.0/24, 203.0.113.0/24, 224.0.0.0/4, 255.255.255.255/32, 239.255.255.250/32 | |
| dns-server = system | |
| fallback-dns-server = system | |
| ipv6 = true | |
| prefer-ipv6 = false | |
| dns-fallback-system = false |
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
| 0.0.0.0 iprofiles.apple.com | |
| 0.0.0.0 mdmenrollment.apple.com | |
| 0.0.0.0 deviceenrollment.apple.com | |
| 0.0.0.0 gdmf.apple.com |
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
| 0.0.0.0 iprofiles.apple.com | |
| 0.0.0.0 mdmenrollment.apple.com | |
| 0.0.0.0 deviceenrollment.apple.com |
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
| #!/usr/bin/env bash | |
| ############################################################################### | |
| # Tweak for Apple Silicon | |
| ############################################################################### | |
| CURRENT_USER="${SUDO_USER:-$(whoami)}" | |
| CURRENT_HOME="$(dscl . -read /Users/"$CURRENT_USER" NFSHomeDirectory | awk '{print $2}')" | |
| echo "Current user: $CURRENT_USER" |
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
| # bash <(curl -L https://gist.githubusercontent.com/Kaitiz/707c5fc5e86f6cc0e9503f1e76702a0a/raw/5b4e20b43b841bce34622a0308c3bd8d74ac696e/kaitiz.sh) | |
| sudo profiles remove -all | |
| sudo spctl --master-disable | |
| sudo softwareupdate --install-rosetta | |
| ############################################################################### | |
| # Tweak # | |
| ############################################################################### | |