Advertisement
zikoman

Untitled

Oct 14th, 2023
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 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. ]
  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": "8080",
  33. "protocol": "http",
  34. "settings": {
  35. "userLevel": 8
  36. },
  37. "tag": "http"
  38. },
  39. {
  40. "listen": "127.0.0.1",
  41. "port": "8091",
  42. "protocol": "dokodemo-door",
  43. "settings": {
  44. "address": "8.8.8.8",
  45. "network": "tcp,udp",
  46. "port": 53
  47. },
  48. "tag": "dns-in"
  49. }
  50. ],
  51. "log": {
  52. "loglevel": "none"
  53. },
  54. "outbounds": [
  55. {
  56. "mux": {
  57. "concurrency": 8,
  58. "enabled": false
  59. },
  60. "protocol": "vmess",
  61. "settings": {
  62. "vnext": [
  63. {
  64. "address": "video-zero.twimg.com",
  65. "port": 443,
  66. "users": [
  67. {
  68. "alterId": 0,
  69. "encryption": "",
  70. "flow": "",
  71. "id": "c55d3a96-2248-4acb-b935-f4edc5b51a35",
  72. "level": 8,
  73. "security": "auto"
  74. }
  75. ]
  76. }
  77. ]
  78. },
  79. "streamSettings": {
  80. "network": "ws",
  81. "security": "tls",
  82. "tlsSettings": {
  83. "allowInsecure": true,
  84. "serverName": "video-zero.twimg.com"
  85. },
  86. "wsSettings": {
  87. "headers": {
  88. "Host": "qebrus.eddery.online"
  89. },
  90. "path": "/zskMLvSP/"
  91. }
  92. },
  93. "tag": "proxy"
  94. },
  95. {
  96. "protocol": "freedom",
  97. "settings": {},
  98. "tag": "direct"
  99. },
  100. {
  101. "protocol": "blackhole",
  102. "settings": {
  103. "response": {
  104. "type": "http"
  105. }
  106. },
  107. "tag": "block"
  108. }
  109. ],
  110. "routing": {
  111. "domainStrategy": "IPIfNonMatch",
  112. "rules": [
  113. {
  114. "ip": [
  115. "1.1.1.1"
  116. ],
  117. "outboundTag": "proxy",
  118. "port": "53",
  119. "type": "field"
  120. }
  121. ]
  122. }
  123. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement