Advertisement
zikoman

Untitled

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