Last active
October 17, 2022 20:10
-
-
Save seyedmahdi4/ba7cc20f96d902b5589e8898ef62781e 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
{ | |
"dns": { | |
"servers": [ | |
"https+local://1.1.1.1/dns-query", | |
"8.8.8.8", | |
"8.8.4.4", | |
"1.1.1.1", | |
"1.0.0.1", | |
"4.2.2.4", | |
"localhost" | |
] | |
}, | |
"inbounds": [ | |
{ | |
"listen": "127.0.0.1", | |
"port": 1080, | |
"protocol": "socks", | |
"settings": { | |
"auth": "noauth", | |
"udp": true, | |
"userLevel": 8 | |
}, | |
"sniffing": { | |
"destOverride": [ | |
"http", | |
"tls" | |
], | |
"enabled": true | |
}, | |
"tag": "socks" | |
}, | |
{ | |
"listen": "127.0.0.1", | |
"port": 1081, | |
"protocol": "http", | |
"settings": { | |
"userLevel": 8 | |
}, | |
"tag": "http" | |
} | |
], | |
"log": { | |
"loglevel": "warning" | |
}, | |
"outbounds": [ | |
{ | |
"mux": { | |
"concurrency": -1, | |
"enabled": false | |
}, | |
"protocol": "vmess", | |
"settings": { | |
"vnext": [ | |
{ | |
"address": "IP NEED", | |
"port": 80, | |
"users": [ | |
{ | |
"alterId": 64, | |
"id": "4db99e96-3ee3-419c-b1fb-856975801380", | |
"level": 8, | |
"security": "chacha20-poly1305" | |
} | |
] | |
} | |
] | |
}, | |
"streamSettings": { | |
"network": "ws", | |
"security": "", | |
"wsSettings": { | |
"headers": { | |
"Host": "localhoster.ml" | |
}, | |
"path": "/ray" | |
} | |
}, | |
"tag": "proxy" | |
}, | |
{ | |
"protocol": "freedom", | |
"settings": {}, | |
"tag": "direct" | |
}, | |
{ | |
"protocol": "blackhole", | |
"settings": { | |
"response": { | |
"type": "http" | |
} | |
}, | |
"tag": "block" | |
} | |
], | |
"policy": { | |
"levels": { | |
"8": { | |
"connIdle": 300, | |
"downlinkOnly": 1, | |
"handshake": 4, | |
"uplinkOnly": 1 | |
} | |
}, | |
"system": { | |
"statsOutboundUplink": true, | |
"statsOutboundDownlink": true | |
} | |
}, | |
"routing": { | |
"domainStrategy": "IPIfNonMatch", | |
"rules": [] | |
}, | |
"stats": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment