zikoman

Untitled

Dec 6th, 2025 (edited)
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. {
  2. "dns": {
  3. "hosts": {
  4. "domain:googleapis.cn": "googleapis.com"
  5. },
  6. "servers": [
  7. "1.1.1.1"
  8. ]
  9. },
  10. "inbounds": [
  11. {
  12. "listen": "127.0.0.1",
  13. "port": 10808,
  14. "protocol": "socks",
  15. "settings": {
  16. "auth": "noauth",
  17. "udp": true,
  18. "userLevel": 8
  19. },
  20. "sniffing": {
  21. "destOverride": [
  22. "http",
  23. "tls"
  24. ],
  25. "enabled": true
  26. },
  27. "tag": "socks"
  28. },
  29. {
  30. "listen": "127.0.0.1",
  31. "port": 10809,
  32. "protocol": "http",
  33. "settings": {
  34. "userLevel": 8
  35. },
  36. "tag": "http"
  37. }
  38. ],
  39. "log": {
  40. "loglevel": "warning"
  41. },
  42. "outbounds": [
  43. {
  44. "mux": {
  45. "concurrency": 8,
  46. "enabled": false
  47. },
  48. "protocol": "vless",
  49. "settings": {
  50. "vnext": [
  51. {
  52. "address": "nl2-full.privateip.net",
  53. "port": 443,
  54. "users": [
  55. {
  56. "encryption": "none",
  57. "flow": "",
  58. "id": "bed9958c-82a5-4c30-8616-723f7269c0b6",
  59. "level": 8,
  60. "security": "auto"
  61. }
  62. ]
  63. }
  64. ]
  65. },
  66. "streamSettings": {
  67. "network": "ws",
  68. "security": "tls",
  69. "tlsSettings": {
  70. "allowInsecure": true,
  71. "fingerprint": "",
  72. "publicKey": "",
  73. "serverName": "twitter.com",
  74. "shortId": "",
  75. "show": false,
  76. "spiderX": ""
  77. },
  78. "wsSettings": {
  79. "headers": {
  80. "Host": ""
  81. },
  82. "path": "/ws"
  83. }
  84. },
  85. "tag": "proxy"
  86. },
  87. {
  88. "protocol": "freedom",
  89. "settings": {},
  90. "tag": "direct"
  91. },
  92. {
  93. "protocol": "blackhole",
  94. "settings": {
  95. "response": {
  96. "type": "http"
  97. }
  98. },
  99. "tag": "block"
  100. }
  101. ],
  102. "routing": {
  103. "domainStrategy": "IPIfNonMatch",
  104. "rules": [
  105. {
  106. "ip": [
  107. "1.1.1.1"
  108. ],
  109. "outboundTag": "proxy",
  110. "port": "53",
  111. "type": "field"
  112. }
  113. ]
  114. }
  115. }
Advertisement
Add Comment
Please, Sign In to add comment