Advertisement
zikoman

ghhhhhhhhg

Apr 20th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1. vmess://eyJhZGQiOiIxMDQuMjIuNjMuMTk3IiwiYWlkIjoiMTYiLCJob3N0IjoidXN2LTQub3BlbnYycmF5Lm9yZyIsImlkIjoiYTQwZDM0YzYtYjc3Yy00NjQ4LTkyMTAtM2U4ZDJmNDIyNmI1IiwibmV0Ijoid3MiLCJwYXRoIjoiL29wZW50dW5uZWw/dXNlcj1vcGVudHVubmVsLm5ldC11c2hzaGRqamQiLCJwb3J0IjoiODAiLCJwcyI6Im9wZW50dW5uZWwubmV0LXVzaHNoZGpqZCIsInRscyI6IiIsInR5cGUiOiJub25lIiwidiI6IjIifQ==
  2.  
  3. ===================================================
  4.  
  5. {
  6. "dns": {
  7. "hosts": {
  8. "domain:googleapis.cn": "googleapis.com"
  9. },
  10. "servers": [
  11. "8.8.8.8",
  12. "8.8.4.4"
  13. ]
  14. },
  15. "inbounds": [
  16. {
  17. "listen": "127.0.0.1",
  18. "port": 1080,
  19. "protocol": "socks",
  20. "settings": {
  21. "auth": "noauth",
  22. "udp": true,
  23. "userLevel": 8
  24. },
  25. "sniffing": {
  26. "destOverride": [
  27. "http",
  28. "tls"
  29. ],
  30. "enabled": true
  31. },
  32. "tag": "socks"
  33. },
  34. {
  35. "listen": "127.0.0.1",
  36. "port": 10807,
  37. "protocol": "dokodemo-door",
  38. "settings": {
  39. "address": "8.8.8.8",
  40. "network": "tcp,udp",
  41. "port": 53
  42. },
  43. "tag": "dns-in"
  44. }
  45. ],
  46. "log": {
  47. "loglevel": "warning"
  48. },
  49. "outbounds": [
  50. {
  51. "mux": {
  52. "enabled": false
  53. },
  54. "protocol": "vmess",
  55. "settings": {
  56. "vnext": [
  57. {
  58. "address": "104.22.63.197",
  59. "port": 80,
  60. "users": [
  61. {
  62. "alterId": 16,
  63. "id": "a40d34c6-b77c-4648-9210-3e8d2f4226b5",
  64. "level": 8,
  65. "security": "auto"
  66. }
  67. ]
  68. }
  69. ]
  70. },
  71. "streamSettings": {
  72. "network": "ws",
  73. "security": "",
  74. "wsSettings": {
  75. "headers": {
  76. "Host": "usv-4.openv2ray.org"
  77. },
  78. "path": "/opentunnel?user\u003dopentunnel.net-ushshdjjd"
  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. "8.8.8.8",
  130. "8.8.4.4"
  131. ],
  132. "outboundTag": "proxy",
  133. "port": "53",
  134. "type": "field"
  135. }
  136. ]
  137. },
  138. "stats": {}
  139. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement