Advertisement
zikoman

Untitled

Feb 24th, 2022
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. {
  2. "dns": {
  3. "hosts": {
  4. "domain:googleapis.cn": "googleapis.com"
  5. },
  6. "servers": [
  7. "8.8.8.8"
  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": 6,
  46. "enabled": true
  47. },
  48. "protocol": "vmess",
  49. "settings": {
  50. "vnext": [
  51. {
  52. "address": "127.0.0.1",
  53. "port": 2323,
  54. "users": [
  55. {
  56. "alterId": 0,
  57. "encryption": "auto",
  58. "flow": "",
  59. "id": "ef9c9e8e-e123-366e-b1c0-1372baded40b",
  60. "level": 8,
  61. "security": "auto"
  62. }
  63. ]
  64. }
  65. ]
  66. },
  67. "streamSettings": {
  68. "network": "ws",
  69. "security": "",
  70. "wsSettings": {
  71. "headers": {
  72. "Host": ""
  73. },
  74. "path": ""
  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. "routing": {
  95. "domainStrategy": "IPIfNonMatch",
  96. "rules": [
  97. {
  98. "ip": [
  99. "8.8.8.8"
  100. ],
  101. "outboundTag": "proxy",
  102. "port": "53",
  103. "type": "field"
  104. }
  105. ]
  106. }
  107. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement