Advertisement
zikoman

Untitled

Apr 6th, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. {
  2. "dns": {
  3. "hosts": {
  4. "domain:googleapis.cn": "googleapis.com",
  5. "dns.pub": [
  6. "1.12.12.12",
  7. "120.53.53.53"
  8. ],
  9. "dns.alidns.com": [
  10. "223.5.5.5",
  11. "223.6.6.6",
  12. "2400:3200::1",
  13. "2400:3200:baba::1"
  14. ],
  15. "one.one.one.one": [
  16. "1.1.1.1",
  17. "1.0.0.1",
  18. "2606:4700:4700::1111",
  19. "2606:4700:4700::1001"
  20. ],
  21. "dns.google": [
  22. "8.8.8.8",
  23. "8.8.4.4",
  24. "2001:4860:4860::8888",
  25. "2001:4860:4860::8844"
  26. ]
  27. },
  28. "servers": [
  29. "1.1.1.1"
  30. ]
  31. },
  32. "inbounds": [
  33. {
  34. "listen": "127.0.0.1",
  35. "port": 10808,
  36. "protocol": "socks",
  37. "settings": {
  38. "auth": "noauth",
  39. "udp": true,
  40. "userLevel": 8
  41. },
  42. "sniffing": {
  43. "destOverride": [
  44. "http",
  45. "tls"
  46. ],
  47. "enabled": true,
  48. "routeOnly": false
  49. },
  50. "tag": "socks"
  51. },
  52. {
  53. "listen": "127.0.0.1",
  54. "port": 10809,
  55. "protocol": "http",
  56. "settings": {
  57. "userLevel": 8
  58. },
  59. "tag": "http"
  60. }
  61. ],
  62. "log": {
  63. "loglevel": "warning"
  64. },
  65. "outbounds": [
  66. {
  67. "mux": {
  68. "concurrency": -1,
  69. "enabled": false,
  70. "xudpConcurrency": 8,
  71. "xudpProxyUDP443": ""
  72. },
  73. "protocol": "vless",
  74. "settings": {
  75. "vnext": [
  76. {
  77. "address": "image.taobao.com",
  78. "port": 443,
  79. "users": [
  80. {
  81. "encryption": "none",
  82. "id": "28b2304a-e0fc-4600-91de-41f18ad3164d",
  83. "level": 8
  84. }
  85. ]
  86. }
  87. ]
  88. },
  89. "streamSettings": {
  90. "network": "ws",
  91. "security": "tls",
  92. "tlsSettings": {
  93. "allowInsecure": true,
  94. "serverName": "image.taobao.com",
  95. "show": false
  96. },
  97. "wsSettings": {
  98. "headers": {
  99. "Host": "gcp-dns3-161269508157.uscentral-run.app"
  100. },
  101. "path": "/NoorVip"
  102. }
  103. },
  104. "tag": "proxy"
  105. },
  106. {
  107. "protocol": "freedom",
  108. "settings": {
  109. "domainStrategy": "UseIP"
  110. },
  111. "tag": "direct"
  112. },
  113. {
  114. "protocol": "blackhole",
  115. "settings": {
  116. "response": {
  117. "type": "http"
  118. }
  119. },
  120. "tag": "block"
  121. }
  122. ],
  123. "remarks": "dns",
  124. "routing": {
  125. "domainStrategy": "IPIfNonMatch",
  126. "rules": [
  127. {
  128. "ip": [
  129. "1.1.1.1"
  130. ],
  131. "outboundTag": "proxy",
  132. "port": "53",
  133. "type": "field"
  134. },
  135. {
  136. "ip": [
  137. "223.5.5.5"
  138. ],
  139. "outboundTag": "direct",
  140. "port": "53",
  141. "type": "field"
  142. }
  143. ]
  144. }
  145. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement