Advertisement
zikoman

Untitled

Sep 2nd, 2023
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. {
  2. "dns": {
  3. "hosts": {
  4. "domain:googleapis.cn": "googleapis.com"
  5. },
  6. "servers": [
  7. "1.1.1.1",
  8. "8.8.8.8",
  9. "8.8.4.4"
  10. ]
  11. },
  12. "inbounds": [
  13. {
  14. "listen": "127.0.0.1",
  15. "port": "1080",
  16. "protocol": "socks",
  17. "settings": {
  18. "auth": "noauth",
  19. "udp": true,
  20. "userLevel": 8
  21. },
  22. "sniffing": {
  23. "destOverride": [
  24. "http",
  25. "tls"
  26. ],
  27. "enabled": true
  28. },
  29. "tag": "socks"
  30. },
  31. {
  32. "listen": "127.0.0.1",
  33. "port": "8080",
  34. "protocol": "http",
  35. "settings": {
  36. "userLevel": 8
  37. },
  38. "tag": "http"
  39. },
  40. {
  41. "listen": "127.0.0.1",
  42. "port": "8091",
  43. "protocol": "dokodemo-door",
  44. "settings": {
  45. "address": "8.8.8.8",
  46. "network": "tcp,udp",
  47. "port": 53
  48. },
  49. "tag": "dns-in"
  50. }
  51. ],
  52. "log": {
  53. "loglevel": "none"
  54. },
  55. "outbounds": [
  56. {
  57. "mux": {
  58. "concurrency": 8,
  59. "enabled": false
  60. },
  61. "protocol": "vmess",
  62. "settings": {
  63. "vnext": [
  64. {
  65. "address": "151.101.134.219",
  66. "port": 443,
  67. "users": [
  68. {
  69. "alterId": 0,
  70. "id": "2bfc7642-ff68-4a3b-8659-c6a2904a3b59",
  71. "level": 8,
  72. "security": "auto"
  73. }
  74. ]
  75. }
  76. ]
  77. },
  78. "streamSettings": {
  79. "network": "ws",
  80. "security": "tls",
  81. "tlsSettings": {
  82. "allowInsecure": true,
  83. "serverName": "test.twimg.com"
  84. },
  85. "wsSettings": {
  86. "headers": {
  87. "Host": "v2ray2.teamuser.online"
  88. },
  89. "path": "/klMzfgQS/"
  90. }
  91. },
  92. "tag": "proxy"
  93. },
  94. {
  95. "protocol": "freedom",
  96. "settings": {},
  97. "tag": "direct"
  98. },
  99. {
  100. "protocol": "blackhole",
  101. "settings": {
  102. "response": {
  103. "type": "http"
  104. }
  105. },
  106. "tag": "block"
  107. }
  108. ],
  109. "policy": {
  110. "levels": {
  111. "8": {
  112. "connIdle": 300,
  113. "downlinkOnly": 1,
  114. "handshake": 4,
  115. "uplinkOnly": 1
  116. }
  117. },
  118. "system": {
  119. "statsOutboundDownlink": true,
  120. "statsOutboundUplink": true
  121. }
  122. },
  123. "routing": {
  124. "domainStrategy": "IPIfNonMatch",
  125. "rules": [
  126. {
  127. "ip": [
  128. "1.1.1.1"
  129. ],
  130. "outboundTag": "proxy",
  131. "port": "53",
  132. "type": "field"
  133. }
  134. ]
  135. },
  136. "stats": {}
  137. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement