Advertisement
zikoman

hghggfdvgcxxxvv

Apr 12th, 2021
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.28 KB | None | 0 0
  1. {
  2. "dns": {
  3. "hosts": {
  4. "domain:googleapis.cn": "googleapis.com"
  5. },
  6. "servers": [
  7. "8.8.8.8",
  8. "8.8.4.4"
  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": "8.8.8.8",
  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": "presidency.eg",
  55. "port": 80,
  56. "users": [
  57. {
  58. "alterId": 16,
  59. "id": "ae7aafd0-9af4-11eb-b537-1196935df8fa",
  60. "level": 8,
  61. "security": "auto"
  62. }
  63. ]
  64. }
  65. ]
  66. },
  67. "streamSettings": {
  68. "network": "ws",
  69. "security": "",
  70. "wsSettings": {
  71. "headers": {
  72. "Host": "nlv-1.openv2ray.com"
  73. },
  74. "path": "/opentunnel?user\u003dopentunnel.net-hsg3"
  75. }
  76. },
  77. "tag": "proxy"
  78. },
  79. {
  80. "protocol": "freedom",
  81. "settings": {},
  82. "tag": "direct"
  83. },
  84. {
  85. "protocol": "blackhole",
  86. "settings": {
  87. "response": {
  88. "type": "http"
  89. }
  90. },
  91. "tag": "block"
  92. },
  93. {
  94. "protocol": "dns",
  95. "tag": "dns-out"
  96. }
  97. ],
  98. "policy": {
  99. "levels": {
  100. "8": {
  101. "connIdle": 300,
  102. "downlinkOnly": 1,
  103. "handshake": 4,
  104. "uplinkOnly": 1
  105. }
  106. },
  107. "system": {
  108. "statsOutboundUplink": true,
  109. "statsOutboundDownlink": true
  110. }
  111. },
  112. "routing": {
  113. "domainStrategy": "IPIfNonMatch",
  114. "rules": [
  115. {
  116. "ip": [
  117. "223.5.5.5"
  118. ],
  119. "outboundTag": "direct",
  120. "port": "53",
  121. "type": "field"
  122. },
  123. {
  124. "ip": [
  125. "8.8.8.8",
  126. "8.8.4.4"
  127. ],
  128. "outboundTag": "proxy",
  129. "port": "53",
  130. "type": "field"
  131. }
  132. ]
  133. },
  134. "stats": {}
  135. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement