Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "inbounds": [
- {
- "listen": "0.0.0.0",
- "port": 443,
- "protocol": "vless",
- "sniffing": {
- "enabled": true,
- "destOverride": ["http", "tls"],
- "routeOnly": true
- },
- "settings": {
- "clients": [
- {
- "flow": "",
- "id": "fa9c7d29-b904-4414-b511-249d6cb0a249"
- }
- ],
- "decryption": "none"
- },
- "streamSettings": {
- "grpcSettings": {
- "serviceName": "grpc"
- },
- "network": "grpc",
- "security": "tls",
- "tlsSettings": {
- "certificates": [
- {
- "certificateFile": "/usr/local/etc/xray/cert.pem",
- "keyFile": "/usr/local/etc/xray/key.pem"
- }
- ],
- "minVersion": "1.3",
- "fingerprint": "chrome"
- }
- }
- }
- ],
- "log": {
- "loglevel": "warning"
- },
- "outbounds": [
- {
- "protocol": "freedom",
- "tag": "direct"
- },
- {
- "protocol": "blackhole",
- "tag": "block"
- }
- ],
- "routing": {
- "domainStrategy": "IPIfNonMatch",
- "rules": [
- {
- "ip": [
- "192.168.0.0/16",
- "10.0.0.0/8"
- ],
- "outboundTag": "block"
- }
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment