Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "log": {
- "loglevel": "warning"
- },
- "routing": {
- "domainStrategy": "IPIfNonMatch",
- "rules": [
- {
- "type": "field",
- "domain": [
- "baidu.com"
- ],
- "outboundTag": "direct"
- }
- ]
- },
- "inbounds": [
- {
- "listen": "0.0.0.0",
- "port": 443,
- "protocol": "vless",
- "settings": {
- "clients": [
- {
- "id": "",
- "flow": "xtls-rprx-vision"
- }
- ],
- "decryption": "none"
- },
- "streamSettings": {
- "network": "tcp",
- "security": "reality",
- "realitySettings": {
- "show": false,
- "dest": "8003",
- "xver": 1,
- "serverNames": [
- ""
- ],
- "privateKey": "",
- "shortIds": [
- ""
- ]
- }
- },
- "sniffing": {
- "enabled": true,
- "destOverride": [
- "http",
- "tls"
- ]
- }
- }
- ],
- "outbounds": [
- {
- "protocol": "freedom",
- "tag": "direct"
- },
- {
- "protocol": "blackhole",
- "tag": "block"
- }
- ],
- "policy": {
- "levels": {
- "0": {
- "handshake": 2,
- "connIdle": 120
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement