Advertisement
zikoman

Untitled

Nov 12th, 2023
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 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": "hk.alphav2ray.link",
  53. "port": 443,
  54. "users": [
  55. {
  56. "alterId": 0,
  57. "encryption": "",
  58. "flow": "",
  59. "id": "1e7a9d74-a8da-400c-fee1-fcb3f4c55c0e",
  60. "level": 8,
  61. "security": "auto"
  62. }
  63. ]
  64. }
  65. ]
  66. },
  67. "streamSettings": {
  68. "network": "tcp",
  69. "security": "tls",
  70. "tcpSettings": {
  71. "header": {
  72. "type": "none"
  73. }
  74. },
  75. "tlsSettings": {
  76. "allowInsecure": true,
  77. "serverName": "",
  78. "show": false
  79. }
  80. },
  81. "tag": "proxy"
  82. },
  83. {
  84. "protocol": "freedom",
  85. "settings": {},
  86. "tag": "direct"
  87. },
  88. {
  89. "protocol": "blackhole",
  90. "settings": {
  91. "response": {
  92. "type": "http"
  93. }
  94. },
  95. "tag": "block"
  96. }
  97. ],
  98. "routing": {
  99. "domainStrategy": "IPIfNonMatch",
  100. "rules": [
  101. {
  102. "ip": [
  103. "1.1.1.1"
  104. ],
  105. "outboundTag": "proxy",
  106. "port": "53",
  107. "type": "field"
  108. }
  109. ]
  110. }
  111. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement