1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
| { "log": { "loglevel": "none", "access": "/var/log/xray/access.log", "error": "/var/log/xray/error.log" }, "dns": { "servers": [ "https+local://cloudflare-dns.com/dns-query", "1.1.1.1", "1.0.0.1", "8.8.8.8", "8.8.4.4" ] }, "inbounds": [ { "listen": "0.0.0.0", "port": 51000, "protocol": "vless", "settings": { "clients": [ { "id": "5c0a5ab5-b094-4b99-8339-4cb1008e4089", "flow": "xtls-rprx-vision" } ], "decryption": "none" }, "streamSettings": { "network": "tcp", "security": "reality", "realitySettings": { "show": false, "dest": "yahoo.com:443", "xver": 0, "serverNames": [ "yahoo.com" ], "privateKey": "0PZ5JSMLF-wqmknlDjCpxjWOqfs5zklTm1ZgObUZ3QY", "minClientVer": "", "maxClientVer": "", "maxTimeDiff": 0, "shortIds": [ "a2bd769dbe5544e2" ] } }, "sniffing": { "enabled": false, "destOverride": [ "http", "tls", "quic" ] } }, { "listen": "0.0.0.0", "port": 51001, "protocol": "vless", "settings": { "clients": [ { "id": "34d74169-45ea-474f-a0d7-23acb6b5b9d4" } ], "decryption": "none" }, "streamSettings": { "network": "xhttp", "security": "reality", "realitySettings": { "target": "www.apple.com:443", "xver": 0, "serverNames": [ "www.apple.com" ], "privateKey": "0PZ5JSMLF-wqmknlDjCpxjWOqfs5zklTm1ZgObUZ3QY", "shortIds": [ "a2bd769dbe5544e2" ] } }, "sniffing": { "enabled": false, "destOverride": [ "http", "tls", "quic" ] } }, { "listen": "0.0.0.0", "port": 51002, "protocol": "vless", "settings": { "clients": [ { "flow": "", "id": "de0512e6-7d1e-43e8-89fe-d6250875f684" } ], "decryption": "none", "fallbacks": [] }, "streamSettings": { "network": "ws", "security": "none", "wsSettings": { "acceptProxyProtocol": false, "headers": {}, "heartbeatPeriod": 0, "host": "", "path": "/rss" } }, "sniffing": { "enabled": false, "destOverride": [ "http", "tls", "quic" ], "metadataOnly": false, "routeOnly": false } } ], "routing": { "rules": [ { "type": "field", "protocol": [ "bittorrent" ], "outboundTag": "block" } ] }, "outbounds": [ { "protocol": "freedom", "settings": {} }, { "tag": "block", "protocol": "blackhole", "settings": {} } ] }
|