Created
June 25, 2025 05:56
-
-
Save ircfspace/b468bcf38cdba21e4ccc2c771f158537 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
[ | |
{ | |
"remarks": "aleskxyz", | |
"dns": { | |
"queryStrategy": "UseIPv4", | |
"hosts": { | |
"geosite:google": "www.google.com" | |
}, | |
"servers": [ | |
"194.225.62.80" | |
] | |
}, | |
"inbounds": [ | |
{ | |
"listen": "127.0.0.1", | |
"port": 10808, | |
"protocol": "socks", | |
"settings": { | |
"auth": "noauth", | |
"udp": true, | |
"userLevel": 8 | |
}, | |
"sniffing": { | |
"destOverride": [ | |
"http", | |
"tls" | |
], | |
"enabled": true | |
}, | |
"tag": "socks" | |
}, | |
{ | |
"listen": "127.0.0.1", | |
"port": 10809, | |
"protocol": "http", | |
"settings": { | |
"userLevel": 8 | |
}, | |
"tag": "http" | |
}, | |
{ | |
"port": 10853, | |
"protocol": "dokodemo-door", | |
"settings": { | |
"address": "194.225.62.80", | |
"network": "tcp,udp", | |
"port": 53 | |
}, | |
"tag": "dns-in" | |
} | |
], | |
"log": { | |
"loglevel": "none" | |
}, | |
"outbounds": [ | |
{ | |
"protocol": "freedom", | |
"settings": { | |
"domainStrategy": "UseIPv4" | |
}, | |
"tag": "direct" | |
}, | |
{ | |
"protocol": "dns", | |
"tag": "dns-out" | |
}, | |
{ | |
"protocol": "blackhole", | |
"settings": { | |
"response": { | |
"type": "http" | |
} | |
}, | |
"tag": "block" | |
}, | |
{ | |
"protocol": "socks", | |
"tag": "dummy", | |
"settings": { | |
"servers": [ | |
{ | |
"address": "127.0.0.1", | |
"port": 10808 | |
} | |
] | |
} | |
} | |
], | |
"remarks": "Google Services", | |
"routing": { | |
"domainStrategy": "IPIfNonMatch", | |
"rules": [ | |
{ | |
"inboundTag": [ | |
"dns-in" | |
], | |
"outboundTag": "dns-out", | |
"type": "field" | |
}, | |
{ | |
"inboundTag": [ | |
"socks-in" | |
], | |
"port": 53, | |
"outboundTag": "dns-out", | |
"type": "field" | |
}, | |
{ | |
"ip": [ | |
"10.10.34.34", | |
"10.10.34.35", | |
"10.10.34.36" | |
], | |
"outboundTag": "block", | |
"type": "field" | |
} | |
] | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment