Advertisement
zikoman

Untitled

May 11th, 2023
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 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": "vmess",
  49. "settings": {
  50. "vnext": [
  51. {
  52. "address": "139.99.239.201",
  53. "port": 443,
  54. "users": [
  55. {
  56. "alterId": 0,
  57. "encryption": "",
  58. "flow": "",
  59. "id": "74196f23-20cd-43c8-b976-272f223d5cc4",
  60. "level": 8,
  61. "security": "auto"
  62. }
  63. ]
  64. }
  65. ]
  66. },
  67. "streamSettings": {
  68. "network": "ws",
  69. "security": "tls",
  70. "tlsSettings": {
  71. "allowInsecure": true,
  72. "serverName": "zoom.us",
  73. "show": false
  74. },
  75. "wsSettings": {
  76. "headers": {
  77. "Host": ""
  78. },
  79. "path": "/racevpn"
  80. }
  81. },
  82. "tag": "proxy"
  83. },
  84. {
  85. "protocol": "freedom",
  86. "settings": {},
  87. "tag": "direct"
  88. },
  89. {
  90. "protocol": "blackhole",
  91. "settings": {
  92. "response": {
  93. "type": "http"
  94. }
  95. },
  96. "tag": "block"
  97. }
  98. ],
  99. "routing": {
  100. "domainMatcher": "mph",
  101. "domainStrategy": "IPIfNonMatch",
  102. "rules": [
  103. {
  104. "ip": [
  105. "1.1.1.1"
  106. ],
  107. "outboundTag": "proxy",
  108. "port": "53",
  109. "type": "field"
  110. }
  111. ]
  112. }
  113. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement