Last active
April 4, 2025 09:31
-
-
Save vrslev/784df4edd8354f8eaddb6e0697601715 to your computer and use it in GitHub Desktop.
Shadowrocket config file for Russia residents. Open Config, click on ✚, paste https://gist.githubusercontent.com/vrslev/784df4edd8354f8eaddb6e0697601715/raw/main.conf
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 config file: https://gist.github.com/vrslev/784df4edd8354f8eaddb6e0697601715 | |
# Config file reference: https://manual.nssurge.com | |
[General] | |
ipv6 = true | |
bypass-system = true | |
skip-proxy = 127.0.0.1, 192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, localhost, *.local, captive.apple.com | |
bypass-tun = 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.18.0.0/15, 198.51.100.0/24, 203.0.113.0/24, 224.0.0.0/4, 255.255.255.255/32 | |
dns-server = 1.1.1.1, 8.8.8.8 | |
fallback-dns-server = system | |
[Rule] | |
DOMAIN-SUFFIX,goskope.com,REJECT | |
DOMAIN-SUFFIX,github.com,DIRECT | |
DOMAIN-SUFFIX,githubcopilot.com,PROXY | |
DOMAIN-SUFFIX,youtu.be,PROXY | |
RULE-SET,https://raw.githubusercontent.com/misha-tgshv/shadowrocket-configuration-file/e1832a846c5990ea38cc18a060787ecd05c35e5b/rules/domain_community.list,PROXY | |
RULE-SET,https://raw.githubusercontent.com/misha-tgshv/shadowrocket-configuration-file/e1832a846c5990ea38cc18a060787ecd05c35e5b/rules/domains_refilter.list,PROXY | |
RULE-SET,https://raw.githubusercontent.com/misha-tgshv/shadowrocket-configuration-file/6f79e765f8f0d36efe0bf7bd1b24c21c2d4e33b8/rewrite-youtube.list,REJECT | |
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/9dfac2702687173c26b0c5bd313918ebd981d4db/rule/Shadowrocket/Netflix/Netflix.list,PROXY | |
RULE-SET,https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/e07ce764d1d2e8cc18eb8965c209c05534e7d956/rule/Shadowrocket/Claude/Claude.list,PROXY | |
FINAL,DIRECT | |
[Host] | |
localhost = 127.0.0.1 |
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 config file: https://gist.github.com/vrslev/784df4edd8354f8eaddb6e0697601715 | |
# Based on main.conf, but FINAL,PROXY | |
# Direct link: https://gist.githubusercontent.com/vrslev/784df4edd8354f8eaddb6e0697601715/raw/proxy-all.conf | |
[General] | |
include = main.conf | |
[Rule] | |
FINAL,PROXY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment