Guest User

Untitled

a guest
Mar 31st, 2025
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. {
  2. "inbounds": [
  3. {
  4. "listen": "0.0.0.0",
  5. "port": 443,
  6. "protocol": "vless",
  7. "sniffing": {
  8. "enabled": true,
  9. "destOverride": ["http", "tls"],
  10. "routeOnly": true
  11. },
  12. "settings": {
  13. "clients": [
  14. {
  15. "flow": "",
  16. "id": "fa9c7d29-b904-4414-b511-249d6cb0a249"
  17. }
  18. ],
  19. "decryption": "none"
  20. },
  21. "streamSettings": {
  22. "grpcSettings": {
  23. "serviceName": "grpc"
  24. },
  25. "network": "grpc",
  26. "security": "tls",
  27. "tlsSettings": {
  28. "certificates": [
  29. {
  30. "certificateFile": "/usr/local/etc/xray/cert.pem",
  31. "keyFile": "/usr/local/etc/xray/key.pem"
  32. }
  33. ],
  34. "minVersion": "1.3",
  35. "fingerprint": "chrome"
  36. }
  37. }
  38. }
  39. ],
  40. "log": {
  41. "loglevel": "warning"
  42. },
  43. "outbounds": [
  44. {
  45. "protocol": "freedom",
  46. "tag": "direct"
  47. },
  48. {
  49. "protocol": "blackhole",
  50. "tag": "block"
  51. }
  52. ],
  53. "routing": {
  54. "domainStrategy": "IPIfNonMatch",
  55. "rules": [
  56. {
  57. "ip": [
  58. "192.168.0.0/16",
  59. "10.0.0.0/8"
  60. ],
  61. "outboundTag": "block"
  62. }
  63. ]
  64. }
  65. }
  66.  
Advertisement
Add Comment
Please, Sign In to add comment