Advertisement
zikoman

Untitled

Mar 14th, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. {
  2. "stats": {},
  3. "log": {
  4. "loglevel": "none"
  5. },
  6. "policy": {
  7. "levels": {
  8. "8": {
  9. "handshake": 4,
  10. "connIdle": 300,
  11. "uplinkOnly": 1,
  12. "downlinkOnly": 1
  13. }
  14. },
  15. "system": {
  16. "statsOutboundUplink": true,
  17. "statsOutboundDownlink": true
  18. }
  19. },
  20. "inbounds": [
  21. {
  22. "tag": "socks",
  23. "port": 10808,
  24. "protocol": "socks",
  25. "settings": {
  26. "auth": "noauth",
  27. "udp": true,
  28. "userLevel": 8
  29. },
  30. "sniffing": {
  31. "enabled": true,
  32. "destOverride": [
  33. "http",
  34. "tls"
  35. ]
  36. }
  37. },
  38. {
  39. "tag": "http",
  40. "port": 10809,
  41. "protocol": "http",
  42. "settings": {
  43. "userLevel": 8
  44. }
  45. }
  46. ],
  47. "outbounds": [
  48. {
  49. "tag": "proxy",
  50. "protocol": "vmess",
  51. "settings": {
  52. "vnext": [
  53. {
  54. "address": "test.twimg.com",
  55. "port": 443,
  56. "users": [
  57. {
  58. "id": "a40d34c6-b77c-4648-9210-3e8d2f4226b5",
  59. "alterId": 16,
  60. "security": "auto",
  61. "level": 8,
  62. "encryption": "",
  63. "flow": ""
  64. }
  65. ]
  66. }
  67. ]
  68. },
  69. "streamSettings": {
  70. "network": "ws",
  71. "security": "tls",
  72. "wsSettings": {
  73. "path": "\/opentunnel?user=opentunnel.net-noobtest",
  74. "headers": {
  75. "Host": "frv-1.openv2ray.com"
  76. }
  77. },
  78. "tlsSettings": {
  79. "allowInsecure": true,
  80. "serverName": "frv-1.openv2ray.com",
  81. "fingerprint": "",
  82. "show": false
  83. }
  84. },
  85. "mux": {
  86. "enabled": false,
  87. "concurrency": -1,
  88. "xudpConcurrency": 8,
  89. "xudpProxyUDP443": ""
  90. }
  91. },
  92. {
  93. "tag": "direct",
  94. "protocol": "freedom",
  95. "settings": {},
  96. "mux": {
  97. "enabled": false,
  98. "concurrency": 8,
  99. "xudpConcurrency": 8,
  100. "xudpProxyUDP443": ""
  101. }
  102. },
  103. {
  104. "tag": "block",
  105. "protocol": "blackhole",
  106. "settings": {
  107. "response": {
  108. "type": "http"
  109. }
  110. },
  111. "mux": {
  112. "enabled": false,
  113. "concurrency": 8,
  114. "xudpConcurrency": 8,
  115. "xudpProxyUDP443": ""
  116. }
  117. }
  118. ],
  119. "dns": {
  120. "servers": [
  121. "8.8.8.8"
  122. ]
  123. },
  124. "routing": {
  125. "domainStrategy": "Asls",
  126. "rules": []
  127. }
  128. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement