Guest User

Untitled

a guest
Jul 11th, 2025
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. {
  2. "log": {
  3. "loglevel": "none"
  4. },
  5. "inbounds": [
  6. {
  7. "tag": "VLESS_TCP_REALITY",
  8. "port": 443,
  9. "listen": "0.0.0.0",
  10. "protocol": "vless",
  11. "settings": {
  12. "clients": [],
  13. "decryption": "none"
  14. },
  15. "sniffing": {
  16. "enabled": true,
  17. "destOverride": [
  18. "http",
  19. "tls",
  20. "quic"
  21. ]
  22. },
  23. "streamSettings": {
  24. "network": "raw",
  25. "security": "reality",
  26. "realitySettings": {
  27. "show": false,
  28. "xver": 0,
  29. "target": "www.microsoft.com:443",
  30. "shortIds": [
  31. ""
  32. ],
  33. "privateKey": "dsdsdsds",
  34. "serverNames": [
  35. "microsoft.com,www.microsoft.com"
  36. ]
  37. }
  38. }
  39. }
  40. ],
  41. "outbounds": [
  42. {
  43. "tag": "DIRECT",
  44. "protocol": "freedom",
  45. "settings": {
  46. "domainStrategy": "UseIP"
  47. }
  48. },
  49. {
  50. "tag": "BLOCK",
  51. "protocol": "blackhole"
  52. },
  53. {
  54. "tag": "IPv4",
  55. "protocol": "freedom",
  56. "settings": {
  57. "domainStrategy": "UseIPv4"
  58. }
  59. }
  60. ],
  61. "routing": {
  62. "rules": [
  63. {
  64. "ip": [
  65. "geoip:private"
  66. ],
  67. "type": "field",
  68. "outboundTag": "BLOCK"
  69. },
  70. {
  71. "type": "field",
  72. "domain": [
  73. "geosite:private"
  74. ],
  75. "outboundTag": "BLOCK"
  76. },
  77. {
  78. "type": "field",
  79. "protocol": [
  80. "bittorrent"
  81. ],
  82. "outboundTag": "BLOCK"
  83. },
  84. {
  85. "type": "field",
  86. "domain": [
  87. "geosite:category-gov-ru"
  88. ],
  89. "outboundTag": "blocked"
  90. },
  91. {
  92. "type": "field",
  93. "domain": [
  94. "geosite:google",
  95. "geosite:netflix",
  96. "geosite:reddit"
  97. ],
  98. "outboundTag": "IPv4"
  99. },
  100. {
  101. "ip": [
  102. "geoip:ru"
  103. ],
  104. "type": "field",
  105. "outboundTag": "direct"
  106. },
  107. {
  108. "type": "field",
  109. "domain": [
  110. "geosite:category-ru",
  111. "regexp:.*\\.ru",
  112. "geosite:category-gov-ru",
  113. "regexp:.*\\.ru$"
  114. ],
  115. "outboundTag": "direct"
  116. }
  117. ]
  118. }
  119. }
Add Comment
Please, Sign In to add comment